- Bugfix: sometimes the ports version was wrong;
- A default cvs server can be set;
- Port revision is added to port version number.
PR: 70162
Submitted by: maintainer.
* Fix a potential buffer overflow while reading the config file. But,
since the config file is owned by root this is the least of your worries.
* Enlarge the size of the _warn and _fail command strings
- Overflow noticed by Pete <shipley@dis.org>
. Make this compile on FreeBSD 4.x. I've hacked the version being
committed to actually compile on 4.x. The submitted patch only partially
fixed 4.x build problems. [2]
PR: 70039 [1], 70041 [2]
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
- Changed overall byte count data type from int to unsigned long long so it
doesn't wrap if loaded requests total >2GB.
PR: 70040
Submitted by: Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw>
- Fix a restore bug where the backups could be
applied out of proper order possibly restoring an old version
of a modified file.
- Fix for restore selection of a file by name, where it was
possible to select a file from the wrong Client.
- Fix segmentation fault during backup of a symbolic link
with ACLs turned on.
- Fix a minor compile error in wx-console.
- Fix a bug in despooling when the spooling disk partition becomes
totally filed or gets I/O errors.
- Fix a memory leak in PostgreSQL, and make Bacula retry 5 times if
connecting to the DB fails.
- Retry 5 times if connect to MySQL failes.
- Fix linking the gnome-console
o) Install mtx-changer
o) Add switch for installation of mtx for autochanger control
PR: ports/69902
Submitted by: dan@langille.org
2.01-final (ETA 1 week).
2.01a33 was skipped because the new DMA speed check erroneously detected
the maximum speed as 0 with a lot of drives which made cdrecord refuse to
burn by default.
For changes since 2.01a32 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a33
and
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a34
Approved by: netchild
signal strength in a nice graph on your X11 root desktop.
WWW: http://shapeshifter.se/code/xwlans/
PR: ports/69822
Submitted by: Fredrik Lindberg <fredde@shapeshifter.se>
1. Dependences expanding is faster and uses less stack
2. query script is slightly more intelligent in searching for correct or
suggested package names
3. Added versioning support to portindex.pck file. You will no longer need
to delete this file by hand -- program can now handle this itself. Your
database will be full-rebuilded while updating to v18.
4. Fixed crash in updateall script on deleted ports due to unsatisfied depends.
5. minorupdates config option is back
PR: ports/69715
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
where the config files may have been loaded already and our load_rc_config
invocation may do nothing: thus, we need to honor any previously set value
of svscan_enable;
- for some reason svscan_stop_post() does not like the IFS-like vars set by
rc.subr and localpkg; use find/xargs instead of having the shell parse its
own output;
- dequote COMMENT;
- fix the daemon(8)-ization by moving 2>&1 to its proper place, so that the
errors from svscan are actually picked up by readproctitle, as explained
in <20040630175050.GD979@straylight.m.ringlet.net>;
- move the 'Starting svscan' message to its proper place, so that the PATH
set by env(1) affects svscan, not the echo command :)