Page MenuHomeFreeBSD

D17413.diff
No OneTemporary

D17413.diff

Index: head/dns/powerdns-recursor/Makefile
===================================================================
--- head/dns/powerdns-recursor/Makefile
+++ head/dns/powerdns-recursor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= recursor
DISTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
PKGNAMEPREFIX= powerdns-
Index: head/dns/powerdns-recursor40/Makefile
===================================================================
--- head/dns/powerdns-recursor40/Makefile
+++ head/dns/powerdns-recursor40/Makefile
@@ -3,7 +3,7 @@
PORTNAME= recursor
DISTVERSION= 4.0.8
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
PKGNAMEPREFIX= powerdns-
Index: head/dns/powerdns/Makefile
===================================================================
--- head/dns/powerdns/Makefile
+++ head/dns/powerdns/Makefile
@@ -2,6 +2,7 @@
PORTNAME= powerdns
DISTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${DISTVERSION}
Index: head/editors/encryptpad/Makefile
===================================================================
--- head/editors/encryptpad/Makefile
+++ head/editors/encryptpad/Makefile
@@ -4,6 +4,7 @@
PORTNAME= encryptpad
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0.4
+PORTREVISION= 1
CATEGORIES= editors security
MAINTAINER= dg@syrec.org
Index: head/security/botan2/Makefile
===================================================================
--- head/security/botan2/Makefile
+++ head/security/botan2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= botan
-DISTVERSION= 2.7.0
+DISTVERSION= 2.8.0
CATEGORIES= security
MASTER_SITES= http://botan.randombit.net/releases/
PKGNAMESUFFIX= 2
@@ -18,11 +18,8 @@
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs
-OPTIONS_DEFINE= SQLITE3 SSL DOCS
-OPTIONS_DEFAULT= SSL
-OPTIONS_SUB= yes
-
USES= compiler:c++11-lang gmake python:build shebangfix tar:tgz
+SHEBANG_FILES= configure.py src/scripts/install.py
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -31,11 +28,14 @@
--with-external-libdir=${PREFIX}/lib \
--with-boost --with-bzip2 --with-lzma --with-zlib
LDFLAGS+= -pthread
-SHEBANG_FILES= configure.py src/scripts/install.py
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= *
+OPTIONS_DEFINE= DOCS SQLITE3 SSL
+OPTIONS_DEFAULT= SSL
+OPTIONS_SUB= yes
+
SQLITE3_USES= sqlite
SQLITE3_CONFIGURE_WITH= sqlite3
@@ -60,8 +60,6 @@
${WRKSRC}/src/build-data/cc/clang.txt
post-install:
-.for i in bin/botan lib/libbotan-2.so.7.7.0
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
-.endfor
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.8.8.0
.include <bsd.port.mk>
Index: head/security/botan2/distinfo
===================================================================
--- head/security/botan2/distinfo
+++ head/security/botan2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530602195
-SHA256 (Botan-2.7.0.tgz) = e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90
-SIZE (Botan-2.7.0.tgz) = 7021654
+TIMESTAMP = 1538471024
+SHA256 (Botan-2.8.0.tgz) = e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960
+SIZE (Botan-2.8.0.tgz) = 7152674
Index: head/security/botan2/pkg-plist
===================================================================
--- head/security/botan2/pkg-plist
+++ head/security/botan2/pkg-plist
@@ -204,6 +204,7 @@
include/botan-2/botan/psk_db_sql.h
include/botan-2/botan/pssr.h
include/botan-2/botan/pubkey.h
+include/botan-2/botan/pwdhash.h
include/botan-2/botan/rc4.h
%%HAS_RDRAND_RNG%%include/botan-2/botan/rdrand_rng.h
include/botan-2/botan/reducer.h
@@ -274,6 +275,7 @@
include/botan-2/botan/tss.h
include/botan-2/botan/twofish.h
include/botan-2/botan/types.h
+include/botan-2/botan/uuid.h
include/botan-2/botan/version.h
include/botan-2/botan/whrlpool.h
include/botan-2/botan/workfactor.h
@@ -305,7 +307,7 @@
include/botan-2/botan/zlib.h
lib/libbotan-2.a
lib/libbotan-2.so
-lib/libbotan-2.so.7
-lib/libbotan-2.so.7.7.0
+lib/libbotan-2.so.8
+lib/libbotan-2.so.8.8.0
%%PYTHON_SITELIBDIR%%/botan2.py
libdata/pkgconfig/botan-2.pc

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 8:18 AM (19 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30808005
Default Alt Text
D17413.diff (4 KB)

Event Timeline