pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ufdbguard
Module Name: pkgsrc
Committed By: sborrill
Date: Tue Oct 31 16:46:51 UTC 2023
Modified Files:
pkgsrc/www/ufdbguard: Makefile distinfo
Log Message:
ufdbguard: update to 1.35.5
Add wget as an explicit dependency. While not technically needed for
ufdbguard itself, it is used by its helper scripts for downloading database
updates.
Changes since 1.35.3:
Release 1.35.4 - December 22, 2022
Fix: sometimes ufdbguardd crashes if num-worker-threads is very high and a configuration reload starts
Fix: fix more compiler warnings for recent compilers on FreeBSD and OpenBSD
Fix: init.d script on Debian systems now accepts all options as RHEL script accepts.
Fix: Debian packages did not install ufdbsignal with setuid-root
Fix: the install script checks for resolvability of updates.urlfilterdb.com which did not work with a CNAME record
Fix: configure script searches for ar command in the PATH and uses AR variable in Makefile
Fix: support OpenSSL 3.0
Change: maximum log file size increased from 2 GB to 200 GB
Change: new altdns category included in configuration file
Change: URLs with a simple hostname (no FQDN) are no longer administered as an uncategorised URL.
Change: README.PACKAGES file added for package maintainers
Release 1.35.5 - February 7, 2023
Fix: fix compilation error on Solaris 10 and 11
Fix: any network with IP/CIDR in a file referred by ipv4list caused a crash
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ufdbguard/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ufdbguard/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ufdbguard/Makefile
diff -u pkgsrc/www/ufdbguard/Makefile:1.5 pkgsrc/www/ufdbguard/Makefile:1.6
--- pkgsrc/www/ufdbguard/Makefile:1.5 Tue Oct 24 22:11:35 2023
+++ pkgsrc/www/ufdbguard/Makefile Tue Oct 31 16:46:51 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/10/24 22:11:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/10/31 16:46:51 sborrill Exp $
DISTNAME= ufdbGuard-${VERSION}
-VERSION= 1.35.3
-PKGREVISION= 3
+VERSION= 1.35.5
PKGNAME= ufdbguard-${VERSION}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufdbguard/}
@@ -49,6 +48,8 @@ CONF_FILES+= ${PREFIX}/${EGDIR}/ufdbGuar
CONF_FILES+= ${PREFIX}/${EGDIR}/cacerts \
${PKG_SYSCONFDIR}/ufdbguard/security/cacerts
+DEPENDS+= wget-[0-9]*:../../net/wget
+
post-install:
${INSTALL_DATA} ${WRKSRC}/src/ufdbGuard.conf \
${DESTDIR}${PREFIX}/${EGDIR}/ufdbGuard.conf; \
Index: pkgsrc/www/ufdbguard/distinfo
diff -u pkgsrc/www/ufdbguard/distinfo:1.1 pkgsrc/www/ufdbguard/distinfo:1.2
--- pkgsrc/www/ufdbguard/distinfo:1.1 Fri Feb 18 11:57:30 2022
+++ pkgsrc/www/ufdbguard/distinfo Tue Oct 31 16:46:51 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2022/02/18 11:57:30 sborrill Exp $
+$NetBSD: distinfo,v 1.2 2023/10/31 16:46:51 sborrill Exp $
-BLAKE2s (ufdbGuard-1.35.3.tar.gz) = 1340316253aa57a15f217283cc77503bc2e95dddb9a09cd3e6ad6e61c9a3b539
-SHA512 (ufdbGuard-1.35.3.tar.gz) = 0f9d6fb5d6d52fe6f9ae3b55d535f718c590bdaaa734217627ba852edf6607d9c48ad8bfe44f2d1585724f2e09eb62cc5c862941fcc10af721a6e9e365ff6be2
-Size (ufdbGuard-1.35.3.tar.gz) = 1738159 bytes
+BLAKE2s (ufdbGuard-1.35.5.tar.gz) = 909a4048a583f73be0cb93edf475d8ea40c91fbeeabedb3abb91c505077461f6
+SHA512 (ufdbGuard-1.35.5.tar.gz) = dffa513c35cb6e8b4f8d6c49a306440fe61f4ace7db41632cda4d0ca0b38a72891e8a1e9bf3f2df4b85286c3ada4d5184cf7fd3adcef948af378df98c88d1fd3
+Size (ufdbGuard-1.35.5.tar.gz) = 1693882 bytes
SHA1 (patch-Makefile.in) = ab4ece9804cee2b53494b66380b214dd5f7b8558
SHA1 (patch-configure) = a29e1b519741e7291c4bec551432136b8bf9afd3
Home |
Main Index |
Thread Index |
Old Index