FreeBSD Bugzilla – Attachment 209388 Details for
Bug 242194
security/botan2: Update to 2.12.1, OPTIONify python dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 2.12.1
botan2.diff (text/plain), 2.45 KB, created by
Dima Panov
on 2019-11-24 17:01:59 UTC
(
hide
)
Description:
Update to 2.12.1
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2019-11-24 17:01:59 UTC
Size:
2.45 KB
patch
obsolete
>Index: security/botan2/Makefile >=================================================================== >--- security/botan2/Makefile (revision 518329) >+++ security/botan2/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= botan >-DISTVERSION= 2.12.0 >+DISTVERSION= 2.12.1 > CATEGORIES= security > MASTER_SITES= http://botan.randombit.net/releases/ > PKGNAMESUFFIX= 2 >@@ -17,10 +17,10 @@ > > LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs > >-USES= compiler:c++11-lang gmake python:build shebangfix tar:xz >+USES= compiler:c++11-lang gmake shebangfix tar:xz > USE_LDCONFIG= yes > >-SHEBANG_FILES= configure.py src/scripts/install.py >+SHEBANG_FILES= configure.py src/python/botan2.py src/scripts/install.py > > HAS_CONFIGURE= yes > CONFIGURE_SCRIPT= configure.py >@@ -39,10 +39,15 @@ > PLIST_SUB= SHLIBVER=${_SHLIBVER} > PORTDOCS= * > >-OPTIONS_DEFINE= DOCS SQLITE3 SSL >+OPTIONS_DEFINE= DOCS PYTHON SQLITE3 SSL > OPTIONS_DEFAULT= SSL > OPTIONS_SUB= yes > >+PYTHON_USES= python >+PYTHON_USES_OFF= python:build >+PYTHON_CONFIGURE_WITH= python-versions=${PYTHON_VER} >+PYTHON_CONFIGURE_OFF= --no-install-python-module >+ > SQLITE3_USES= sqlite > SQLITE3_CONFIGURE_WITH= sqlite3 > >@@ -72,6 +77,6 @@ > ${WRKSRC}/src/build-data/cc/clang.txt > > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.${_SHLIBVER}.${_SHLIBVER}.0 >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.${_SHLIBVER}.${_SHLIBVER}.1 > > .include <bsd.port.mk> >Index: security/botan2/distinfo >=================================================================== >--- security/botan2/distinfo (revision 518329) >+++ security/botan2/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1570456660 >-SHA256 (Botan-2.12.0.tar.xz) = 1eaefd459d52f27de1805cff8c68792e0610919648ee98e101980e94edb90a63 >-SIZE (Botan-2.12.0.tar.xz) = 5827896 >+TIMESTAMP = 1574608870 >+SHA256 (Botan-2.12.1.tar.xz) = 7e035f142a51fca1359705792627a282456d49749bf62a37a8e48375d41baaa9 >+SIZE (Botan-2.12.1.tar.xz) = 5844528 >Index: security/botan2/pkg-plist >=================================================================== >--- security/botan2/pkg-plist (revision 518329) >+++ security/botan2/pkg-plist (working copy) >@@ -316,6 +316,6 @@ > lib/libbotan-2.a > lib/libbotan-2.so > lib/libbotan-2.so.%%SHLIBVER%% >-lib/libbotan-2.so.%%SHLIBVER%%.%%SHLIBVER%%.0 >-%%PYTHON_SITELIBDIR%%/botan2.py >+lib/libbotan-2.so.%%SHLIBVER%%.%%SHLIBVER%%.1 >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/botan2.py > libdata/pkgconfig/botan-2.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242194
:
209386
| 209388
Working