Created attachment 197732 [details] Update to Botan 2.8.0 Full changelog: https://botan.randombit.net/news.html#version-2-8-0-2018-10-01 Also bump PORTREVISION of dependent ports
Created attachment 197734 [details] Bump PORTREVISION of dependent ports
Comment on attachment 197734 [details] Bump PORTREVISION of dependent ports Why are you bumping dependent ports?
Comment on attachment 197732 [details] Update to Botan 2.8.0 I would just do ${STRIP_CMD} bin/botan lib/libbotan-2.so.8.8.0 Instead of using a for loop for just two files
(In reply to Nathan from comment #2) Because the shlib changed from .7 to .8 and not everybody uses poudriere to build their ports. If that's not necessary I'll just omit the extra patch for the next update.
(In reply to Nathan from comment #3) You're right. I copied this from another port that had more executables/libs to strip, but you're suggestion makes things simpler. I'll change that and replace the patch.
Created attachment 197743 [details] Update to 2.8.0 (including simplify stripping of binaries)
Take
Hi Ralf, Any reason not to bump PORTREVISION for dns/powerdns-recursor40?
(In reply to Fernando ApesteguÃa from comment #8) I was under the impression that port was already gone, since it only exists for FreeBSD 10.3 and below which are all EoL. I can redo the patch to include powerdns-recursor40 and put an expiry on powerdns-recuror40 (31-12-2018?) Does that sound reasonable ?
(In reply to Ralf van der Enden from comment #9) The port builds fine in {10.4,11.2}{amd64,i386} and 12i386, it is "only" marked as BROKEN in archs other than amd64 and i386. I will bump PORTREVISION for that one too.
A commit references this bug: Author: fernape Date: Fri Oct 5 16:42:26 UTC 2018 New revision: 481285 URL: https://svnweb.freebsd.org/changeset/ports/481285 Log: security/botan2: update to 2.8.0 * Bump PORTREVISION for dependent ports * While here do some cleanup to the Makefile. ChangeLog: https://botan.randombit.net/news.html#version-2-8-0-2018-10-01 PR: 231899 Submitted by: tremere@cainites.net Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17413 Changes: head/dns/powerdns/Makefile head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor40/Makefile head/editors/encryptpad/Makefile head/security/botan2/Makefile head/security/botan2/distinfo head/security/botan2/pkg-plist
Committed, Thank you very much for the submission!