MFH: r477449
security/botan2: update to 2.7.0 While here, bump PORTREVISION on dependent ports PR: 230666 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer Security: 7762d7ad-2e38-41d2-9785-c51f653ba8bd Approved by: ports-secteam (implicit)
This commit is contained in:
parent
c4e5e5e5de
commit
6d8817428e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=477808
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= recursor
|
||||
DISTVERSION= 4.1.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://downloads.powerdns.com/releases/
|
||||
PKGNAMEPREFIX= powerdns-
|
||||
@ -29,7 +29,8 @@ USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2
|
||||
GNU_CONFIGURE= YES
|
||||
CXXFLAGS+= -D_GLIBCXX_USE_C99
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \
|
||||
--with-protobuf
|
||||
--with-protobuf \
|
||||
--without-net-snmp
|
||||
|
||||
CPE_VENDOR= powerdns
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= powerdns
|
||||
DISTVERSION= 4.1.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://downloads.powerdns.com/releases/
|
||||
DISTNAME= pdns-${DISTVERSION}
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= encryptpad
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.0.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= editors security
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= botan
|
||||
DISTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.7.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://botan.randombit.net/releases/
|
||||
PKGNAMESUFFIX= 2
|
||||
@ -62,7 +61,7 @@ post-patch:
|
||||
${WRKSRC}/src/build-data/cc/clang.txt
|
||||
|
||||
post-install:
|
||||
.for i in bin/botan lib/libbotan-2.so.5.6.0
|
||||
.for i in bin/botan lib/libbotan-2.so.7.7.0
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
|
||||
.endfor
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1523435950
|
||||
SHA256 (Botan-2.6.0.tgz) = c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5
|
||||
SIZE (Botan-2.6.0.tgz) = 6599127
|
||||
TIMESTAMP = 1530602195
|
||||
SHA256 (Botan-2.7.0.tgz) = e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90
|
||||
SIZE (Botan-2.7.0.tgz) = 7021654
|
||||
|
@ -15,6 +15,7 @@ include/botan-2/botan/assert.h
|
||||
include/botan-2/botan/atomic.h
|
||||
include/botan-2/botan/auto_rng.h
|
||||
include/botan-2/botan/b64_filt.h
|
||||
include/botan-2/botan/base32.h
|
||||
include/botan-2/botan/base64.h
|
||||
include/botan-2/botan/basefilt.h
|
||||
include/botan-2/botan/bcrypt.h
|
||||
@ -214,6 +215,7 @@ include/botan-2/botan/rotate.h
|
||||
include/botan-2/botan/rsa.h
|
||||
include/botan-2/botan/salsa20.h
|
||||
include/botan-2/botan/scan_name.h
|
||||
include/botan-2/botan/scrypt.h
|
||||
include/botan-2/botan/secmem.h
|
||||
include/botan-2/botan/secqueue.h
|
||||
include/botan-2/botan/seed.h
|
||||
@ -303,7 +305,7 @@ include/botan-2/botan/xts.h
|
||||
include/botan-2/botan/zlib.h
|
||||
lib/libbotan-2.a
|
||||
lib/libbotan-2.so
|
||||
lib/libbotan-2.so.5
|
||||
lib/libbotan-2.so.5.6.0
|
||||
lib/libbotan-2.so.7
|
||||
lib/libbotan-2.so.7.7.0
|
||||
%%PYTHON_SITELIBDIR%%/botan2.py
|
||||
libdata/pkgconfig/botan-2.pc
|
||||
|
Loading…
Reference in New Issue
Block a user