pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/acme-client



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Apr 27 18:51:24 UTC 2026

Modified Files:
        pkgsrc/security/acme-client: Makefile distinfo
Removed Files:
        pkgsrc/security/acme-client/files: acme-client.conf

Log Message:
security/acme-client: update to 1.3.6

# pkgsrc changes
* Sample configuration file is now included with distribution

# upstream changes
* Various manual page improvements
* Add support for draft-ietf-acme-profiles
* Include only non-443 port numbers in Host header


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/acme-client/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/acme-client/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/security/acme-client/files/acme-client.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/acme-client/Makefile
diff -u pkgsrc/security/acme-client/Makefile:1.2 pkgsrc/security/acme-client/Makefile:1.3
--- pkgsrc/security/acme-client/Makefile:1.2    Thu Oct 23 18:37:13 2025
+++ pkgsrc/security/acme-client/Makefile        Mon Apr 27 18:51:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/10/23 18:37:13 vins Exp $
+# $NetBSD: Makefile,v 1.3 2026/04/27 18:51:24 vins Exp $
 
-DISTNAME=      acme-client-1.3.5
+DISTNAME=      acme-client-1.3.6
 CATEGORIES=    security
 # repo at      https://git.wolfsden.cz/acme-client-portable
 MASTER_SITES=  https://files.wolfsden.cz/releases/acme-client/
@@ -33,19 +33,14 @@ CONFIGURE_ARGS+=    --enable-libtls
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_MESSAGE.paths=   Replacing hard-coded paths.
-SUBST_FILES.paths=     usr.sbin/acme-client/acme-client.1
-SUBST_FILES.paths+=    usr.sbin/acme-client/acme-client.conf.5
-SUBST_FILES.paths+=    acme-client.conf
-SUBST_SED.paths+=      -e "s:/etc/acme:${PKG_SYSCONFDIR}/acme:g"
+SUBST_FILES.paths=     etc/examples/acme-client.conf \
+                       usr.sbin/acme-client/main.c \
+                       usr.sbin/acme-client/acme-client.1 \
+                       usr.sbin/acme-client/acme-client.conf.5
+SUBST_SED.paths=       -e "s:/etc/acme:${PKG_SYSCONFDIR}/acme:g"
 SUBST_SED.paths+=      -e "s:/etc/examples:${PREFIX}/${EGDIR}:g"
-SUBST_VARS.paths+=     PKG_SYSCONFDIR SSLDIR
 
-post-extract:
-       ${RUN}${CP} ${FILESDIR}/acme-client.conf ${WRKSRC}
-
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/acme-client.conf \
-               ${DESTDIR}${PREFIX}/${EGDIR}
+MAKE_FLAGS+=           examplesdir=${PREFIX}/${EGDIR}
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/security/acme-client/distinfo
diff -u pkgsrc/security/acme-client/distinfo:1.1 pkgsrc/security/acme-client/distinfo:1.2
--- pkgsrc/security/acme-client/distinfo:1.1    Mon Oct 20 19:09:17 2025
+++ pkgsrc/security/acme-client/distinfo        Mon Apr 27 18:51:24 2026
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2025/10/20 19:09:17 vins Exp $
+$NetBSD: distinfo,v 1.2 2026/04/27 18:51:24 vins Exp $
 
-BLAKE2s (acme-client-1.3.5.tar.gz) = 10a942592124cf90c1ea1d1deecd3748cd1fe37d8835412d056500ba2c5ab6fc
-SHA512 (acme-client-1.3.5.tar.gz) = cfd8ada04b8a3e9d5ccf7193bafe309f2e6b4a5b6fb7c99b1d651b08190a43a053a479abf00fb2a4ba9bab839979a212b71388dc6f162c9176033766defd3a6c
-Size (acme-client-1.3.5.tar.gz) = 221427 bytes
-SHA1 (patch-acme-client.conf) = 2b6508a16bdcc3d59c37185e040b10b1623e9e04
+BLAKE2s (acme-client-1.3.6.tar.gz) = 48a05dbf1302a8653d0b0db4e2828ca34df64a5fe30e4a13c1454acd1374f56f
+SHA512 (acme-client-1.3.6.tar.gz) = 873a4cb5d3e02a29af9bf7244a52367ecc41693f3e7bfa3a01aae0bba9e13f53e6aa6acfeb1d63b9d0ea9673cebde4a9ea5beef68ad636fdcf8a7093c2f28863
+Size (acme-client-1.3.6.tar.gz) = 220192 bytes
 SHA1 (patch-compat__vis.c) = 0a2db8965e1a8d8c66418db8189d5871487794fa



Home | Main Index | Thread Index | Old Index