mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
sysutils/burp: Update to 3.2.0
Changes: https://github.com/grke/burp/releases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= burp
|
||||
PORTVERSION= 2.4.0
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/grke/burp/releases/download/${PORTVERSION}/
|
||||
|
||||
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash \
|
||||
LIB_DEPENDS= librsync.so:net/librsync
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= cpe libtool ncurses pkgconfig ssl tar:bz2
|
||||
USES= compiler:c11 cpe libtool ncurses pkgconfig ssl tar:bz2
|
||||
|
||||
CONFIGURE_ARGS= --sysconfdir=${ETCDIR}
|
||||
GNU_CONFIGURE= yes
|
||||
@@ -30,8 +30,6 @@ CONFLICTS_INSTALL= burp-devel
|
||||
|
||||
CPE_VENDOR= burp_project
|
||||
|
||||
PORTSCOUT= limit:^2\.4\.
|
||||
|
||||
OPTIONS_DEFINE= IPV6
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1622214004
|
||||
SHA256 (burp-2.4.0.tar.bz2) = 1f88d325f59c6191908d13ac764db5ee56b478fbea30244ae839383b9f9d2832
|
||||
SIZE (burp-2.4.0.tar.bz2) = 721437
|
||||
TIMESTAMP = 1767157597
|
||||
SHA256 (burp-3.2.0.tar.bz2) = 3f5e057d40d2986fbfbebdf7a64570719c4c664882a3fd038ebac5a20326c5cf
|
||||
SIZE (burp-3.2.0.tar.bz2) = 670900
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- src/server/ca.c.orig 2021-05-02 03:15:43 UTC
|
||||
+++ src/server/ca.c
|
||||
@@ -573,7 +573,7 @@ int ca_x509_verify_crl(struct conf **confs,
|
||||
revoked=(X509_REVOKED *)
|
||||
sk_X509_REVOKED_value(X509_CRL_get_REVOKED(crl), i);
|
||||
if(!ASN1_INTEGER_cmp(
|
||||
-#if OPENSSL_VERSION_NUMBER < 0x1010000fL || defined(LIBRESSL_VERSION_NUMBER)
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x30500000L)
|
||||
revoked->serialNumber,
|
||||
#else
|
||||
X509_REVOKED_get0_serialNumber(revoked),
|
||||
@@ -18,8 +18,6 @@ sbin/burp_ca
|
||||
%%DATADIR%%/scripts/summary_script
|
||||
%%DATADIR%%/scripts/timer_script
|
||||
share/man/man8/bedup.8.gz
|
||||
share/man/man8/bsigs.8.gz
|
||||
share/man/man8/bsparse.8.gz
|
||||
share/man/man8/burp.8.gz
|
||||
share/man/man8/burp_ca.8.gz
|
||||
share/man/man8/vss_strip.8.gz
|
||||
|
||||
Reference in New Issue
Block a user