This proposed patch is intended for a pointyhat build to validate if there is build breakage, as the changeset would introduce a shared library bump.
Responsible Changed From-To: freebsd-ports-bugs->novel Over to maintainer (via the GNATS Auto Assign Tool)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Attached is the proposed diff for version bumps to chase the shared library bump. Cheers, - -- Xin LI <delphij@delphij.net> https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBCAAGBQJPamM4AAoJEG80Jeu8UPuzCjIH/0lB3hdkhk9FHJQwAovhq5An 3UkIFDRS5bVCrEaqjXgEzt9KZtXyaNwxkJboQS2cRz7HUL0Db3zXd432GMsrRuQa bvhmZBJoJceVd1NsPYIhXPaJrfXlQjO4a7kmX8SjI/BJmBVLtWVlyYwU6FXOMYl9 TUOUGLL22iC+Wg01dAzfJBCu2kNpg0u8ccjRThNDg5nop3McFGmnS+Vu1vwcpTgz Op7ibdKj6/9j6LR7CNGZw28Yl18aasXVh+M6rWA1ElUHYMRoZirF0vQnlkvXYDBW CrUN9T/zDsAv7ml+O5UcwcbdA0mhXgqOQM906FlSUMQehktnFjwV/3DVeCn7Is8= =0TzL -----END PGP SIGNATURE-----
Responsible Changed From-To: novel->portmgr Pointyhat build requested.
On 2012/03/22 00:30, Xin Li wrote: > Attached is the proposed diff for version bumps to chase the shared > library bump. The patch is truncated somewhere around emulators/qemu. -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org>
Responsible Changed From-To: portmgr->delphij No build failures detected with new version in experimental run on pointyhat.
novel 2012-03-25 15:24:24 UTC FreeBSD ports repository Modified files: security/gnutls Makefile distinfo Added files: security/gnutls/files patch-lib-Makefile.in patch-libextra-Makefile.in Log: Update to 2.12.18. This update includes a dirty hack to prevent shared library bump which is necessary because of not properly set LIBTOOLFILES. This would be properly fixed after ports slush is over. PR: 166307 Submitted by: delphij Security: CVE-2012-1569, CVE-2012-1573 Feature safe: yes Revision Changes Path 1.100 +1 -1 ports/security/gnutls/Makefile 1.43 +2 -2 ports/security/gnutls/distinfo 1.1 +15 -0 ports/security/gnutls/files/patch-lib-Makefile.in (new) 1.1 +15 -0 ports/security/gnutls/files/patch-libextra-Makefile.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
I noticed this is still open. Can you wait to close this until I doublecheck this patch in tinderbox ? Makefile and pkg-plist accounts for NOPORTDOCS, but doesn't check for NOPORTEXAMPLES, and it installs 100K of examples: du -ch /usr/local/share/examples/gnutls 100K /usr/local/share/examples/gnutls 100K total running this in a tinderbox, backed up with a bunch of other jobs. I'll attach patch once I validate it on with/without portexamples -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
State Changed From-To: open->closed novel@ have committed an update already.