==================
* Restore the line from -av that prints each port as we work on it.
* Print more useful information about ports that don't have distfiles,
or distfiles we're skipping due to duplicates when -F (especially
with -a).
Bug fixes
=========
* Consolidate all writing to the IPC_SAVE file into safe_exit()
so that it always gets called. Also, zero out the file after
reading it so that a parent process doesn't inadvertently
read stale data during a trap (unlikely, but not impossible).
- New String class features for small Strings.
- Performance improvements for databases/cego.
PR: ports/169331
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Catch up with a few changes introduced in the 2.0.7 release:
- Do not pass the --with-xml-parser to the configure script, as expat
support has been removed altogether.
- Depend on devel/icu as raptor has removed its internal Unicode NFC
checking code.
PyCrypto before 2.6 does not produce appropriate prime numbers when using an ElGamal
scheme to generate a key, which reduces the signature space or public key space and
makes it easier for attackers to conduct brute force attacks to obtain the private key.
PR: ports/169146
Approved by: portmgr
including a GUI, Qtel - The Qt EchoLink client, written using the Qt widget toolkit.
WWW: http://sourceforge.net/apps/trac/svxlink
PR: ports/168452
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
- changes:
* Now ipv4 or ipv6 information are automatically gathered out of sysctl
* CHECK_CHANGED_OPTIONS to detect changed options with bulk -k and pkgng (this
force rebuild of package if options has changed
* Fix signal handler not actually exitting
* Track IGNORED stats
* Support for signing pkgng repo
* give to the jail network access during make checksum to allow refetching
distfiles
- changes:
* fix incremental pkg repo
* fix stage directory (copy mode) support
* improvements on documentation (man pages, error messages)
* new ARCH_INDEP options in developper mode to allow notifying a maintainer
that a port might be archiecture independant
* fix compilation on recent 8-stable and 9-stable
* improvemens is usage() output
* new option PORTAUDIT_SITE to allow user to set the url for the auditfile
* pkg create -an to not repack existing packages
* new periodic script to make daily backup of the database
* new stats (pkg-stats(8)) subcommand
* big improvements and bug fixes in pkg (r)query
* deactivate shlibs tracking all the time in pkg-static
* lots of bug fixes
Thanks to all contributors