This also incorporates an old area51 commit from 2012 (!) that never made it
into the tree which drops some unnecessary dependencies and improves the
wording in COMMENT and pkg-descr.
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit)
right config (am335x_boneblack_defconfig) is a big part of that. The
u-boot environment is also pretty extensively changed, both to support
eMMC (choosing which device to load freebsd from) and to further trim
and clean up the environment so it's easier to read and understand.
In an ideal world, the 'mmc 0' device would always be the one u-boot was
loaded from and 'mmc 1' would be 'the other' device. That's what the
Wandboard u-boot does, and it would be easy enough to do on Beaglebone too
except I couldn't find a way to pass the load device number from MLO which
knows it to the main u-boot. So for now the removable sdcard is device 0
and the onboard eMMC is device 1, and it prefers to boot from sdcard if
it's present and has ubldr on it (unless the user has set the 'fatdev' env
var, in which case it is used).
Approved by: imp
scripts.
While here:
* fix creation and deletion of /var/db/bacula to avoid error message
on pkg delete and on removal of just the bacula-dir port.
* Change MAINTAINER to @FreeBSD.org address
PR: 196017
Submitted by: timp87@gmail.com
Approved by: mat (mentor)
Changes:
- check for mount points duplicate in system and local jail fstab file. When duplicate - fstab.local wins
- rewrite pkgbrowser script. Now work with SQLite directly instead of pkg(7), thus greatly speeding up for building package list svnup command renamed to srcup
- new wrappers for service, sysrc, passwd for the appropriate tools
- (bugfix) Fixes for jexport/jimport with newjname args
- (bugfix) Correction to determine the type of IPv4: must contain only numbers.
PR: 196173
Submitted by: olevole@olevole.ru (maintainer)
This release includes several usability improvements.
Additionally, paged results (required for Active Directory)
and new FreeRadius attributes were added.
PR: 196057
Submitted by: maintainer
Chef Server. It adopts many patterns and principles from Ruby On Rails.
WWW: https://github.com/sethvargo/chef-api
PR: 195707
Submitted by: Michael Moll <kvedulv@kvedulv.de>
and no dependencies. It is intentionally very opinionated and is optimized
for speed. This combination makes it perfect for command line applications.
WWW: https://github.com/sethvargo/logify
PR: 195706
Submitted by: Michael Moll <kvedulv@kvedulv.de>