Skip to content

Commit

Permalink
www/neon: Update to 0.32.5, drop ca_root_nss.
Browse files Browse the repository at this point in the history
MFH:		2023Q4
Approved by:	lev
Differential Revision:	https://reviews.freebsd.org/D42044
  • Loading branch information
dag-erling committed Oct 26, 2023
1 parent e17a041 commit dd1fe4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions www/neon/Makefile
@@ -1,5 +1,5 @@
PORTNAME= neon
DISTVERSION= 0.32.4
DISTVERSION= 0.32.5
CATEGORIES= www
MASTER_SITES= https://notroj.github.io/neon/

Expand All @@ -16,23 +16,19 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --disable-static

OPTIONS_DEFINE= CA_BUNDLE DOCS GSSAPI NLS PROXY
OPTIONS_DEFAULT= CA_BUNDLE EXPAT GSSAPI OPENSSL
OPTIONS_DEFINE= DOCS GSSAPI NLS PROXY
OPTIONS_DEFAULT= EXPAT GSSAPI OPENSSL

OPTIONS_RADIO= SSL
OPTIONS_RADIO_SSL= GNUTLS OPENSSL
OPTIONS_SINGLE= XML
OPTIONS_SINGLE_XML= EXPAT LIBXML2

CA_BUNDLE_DESC= Enable CA bundle for GnuTLS/OpenSSL
DOCS_DESC= Build and/or install documentation (including manpages)
LIBXML2_DESC= libxml2 XML parser support
PROXY_DESC= libproxy support
XML_DESC= XML parser library

CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

DOCS_BUILD_DEPENDS= xmlto:textproc/xmlto \
docbook-xml>0:textproc/docbook-xml

Expand Down
6 changes: 3 additions & 3 deletions www/neon/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1663277246
SHA256 (neon-0.32.4.tar.gz) = b1e2120e4ae07df952c4a858731619733115c5f438965de4fab41d6bf7e7a508
SIZE (neon-0.32.4.tar.gz) = 895482
TIMESTAMP = 1696275308
SHA256 (neon-0.32.5.tar.gz) = 4872e12f802572dedd4b02f870065814b2d5141f7dbdaf708eedab826b51a58a
SIZE (neon-0.32.5.tar.gz) = 896177
2 changes: 1 addition & 1 deletion www/neon/pkg-plist
Expand Up @@ -25,7 +25,7 @@ include/neon/ne_xml.h
include/neon/ne_xmlreq.h
lib/libneon.so
lib/libneon.so.27
lib/libneon.so.27.5.4
lib/libneon.so.27.5.5
libdata/pkgconfig/neon.pc
%%DOCS%%man/man1/neon-config.1.gz
%%DOCS%%man/man3/ne_add_request_header.3.gz
Expand Down

0 comments on commit dd1fe4e

Please sign in to comment.