pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/acmesh



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun 15 14:11:06 UTC 2025

Modified Files:
        pkgsrc/security/acmesh: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/acmesh/patches: patch-acme.sh

Log Message:
security/acmesh: Update to 3.1.1

Changelog:
3.1.1:
What's Changed

    add dns_api for Technitum dns server by @qupfer in #6117
    deploy hook for Ruckus ZoneDirector / Unleashed by @kchiem in #4832
    dns_world4you: Adapt to change in world4you.com DeleteDnsRecordForm by @NerLOR in #6114
    Add support for ZoneEdit.com by @lukavia in #6136
    Fix keystore ownership in Unifi deployment - unifi.sh by @adn77 in #6168
    DNS API: fix structural info for new providers by @stokito in #6174
    dnsapi: Add structured info for lima-city and west.cn by @stokito in #6176
    fix: remove control characters by @M0NsTeRRR in #6181
    Add mijn.host DNS API Support by @peterv99 in #6178
    Fix syntax for OpenBSD sh by @catap in #6099
    Update dns_cyon plugin by @JazzMalar in #6184
    Correct typo in acme.sh by @jpmens in #6190
    Create script for deploy certificate on Proxmox Backup Server by @HTDemony in #6191
    Feature: Add new version API dns SELECTEL dns_selectel.sh (actual v2) by @vlad-kms in #5128
    Portability: use uname -n instead of hostname. by @ghen2 in #6194
    Fixed cloudkey gen 2 changes by @3VAbdAVE in #6195
    Truenas deploy websocket by @Attackwave in #6108
    Add dnsapi script for HE DDNS by @markkuleinio in #5237
    Add Beget.com DNS API support by @ARNik in #6202
    Fix bug saving SYNO_LOCAL_HOSTNAME by @davidha in #6226
    Allow deploying of PKCS to docker containers and other hooks by @tomo2403 in #6234
    chore(synology): remove personal mail by @scruel in #6239
    dns_world4you: Adapt to change in world4you.com by @NerLOR in #6242
    Support FreeBSD's sed -i by @aafbsd in #6245
    Add FreeMyIP DNS Api Support by @Giova96 in #6240
    cqhttp notify-hook:Compatibility with QQ Headless Project Napcat by @metaforget in #6257
    dns_he_ddns: Add empty dns_he_ddns_rm() to remove warnings by @markkuleinio in #6263
    routeros: file-name should in quotes in newer (7.18) version by @copyliu in #6262
    haproxy: don't leak private keys when doing --debug by @wlallemand in #6268
    update documentation for --cert-home parameter by @fraenki in #4384
    support NTFY_TOKEN by @beedaddy in #6277
    fix regex of matching hetzner dns api error responses by @lindsayzhou in #6198
    Avoid permissions errors for chown .well-known by @kevinoid in #623
    Fix error message variable when reload cmd returns with an error by @magyarsz in #6282
    Don't deploy ECC certs to legacy Ruckus by @ms264556 in #6285
    Bump Alpine version from 3.17 to 3.21 by @Gontier-Julien in #6299
    Add Edgecenter DNS API by @ruuuch in #6317
    Fix error detection in vault deploy hook by @alindt in #6315

3.1.0:
What's Changed

    refactor: Alibaba Cloud API by @PMExtra in #5294
    Fix Timeweb Cloud DNS API pagination by @nikolaypronchev in #5296
    Update dns_openprovider.sh for OpenProvider by @WinSCaP in #5183
    update dns_doapi by @henrikalves in #5158
    Add OpenContainers Annotations as Labels to Docker Image by @mpgirro in #5305
    Add ali_dcdn deploy hook (Alibaba Cloud DCDN) by @PMExtra in #5297
    on OpenBSD, add libiconv by @jschauma in #5309
    Updated MS links, added wiki link, updated error messages, updated API limit comment by @abulgatz in #5313
    Adding omg.lol DNS API by @as-kholin in #5301
    Fix markdown issue in telegram notify hook by @fazelukario in #5315
    Update Porkbun API URL by @allddd in #5323
    Revert txt add update by @lifeboy in #5331
    Fix POSIX shell portability by @ryoon in #5374
    Fix dns_pdns.sh to use saved account conf by @sahsanu in #5328
    Dns API: fix structural info by @stokito in #6087
    Fixes issue 4956: 'Linode DNS Pagination Bug' by @vmmello in #5172
    fix(truenas): broken script since 23.10 scale release by @M0NsTeRRR in #6089
    StrongSwan deploy hook: swanctl support by @sergiustheblack in #6094
    Add existing bearer token support to Azure DNS API by @stbeldarborge in #5276
    fix: new version of fornex dns based on api version 2.3.1 by @CreatorHRS in #6106


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/acmesh/Makefile \
    pkgsrc/security/acmesh/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/acmesh/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/security/acmesh/patches/patch-acme.sh

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

Modified files:

Index: pkgsrc/security/acmesh/Makefile
diff -u pkgsrc/security/acmesh/Makefile:1.17 pkgsrc/security/acmesh/Makefile:1.18
--- pkgsrc/security/acmesh/Makefile:1.17        Thu Oct 24 14:00:37 2024
+++ pkgsrc/security/acmesh/Makefile     Sun Jun 15 14:11:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/10/24 14:00:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2025/06/15 14:11:05 ryoon Exp $
 
-DISTNAME=      acme.sh-3.0.9
+DISTNAME=      acme.sh-3.1.1
 PKGNAME=       ${DISTNAME:S/acme.sh/acmesh/}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=acmesh-official/}
Index: pkgsrc/security/acmesh/distinfo
diff -u pkgsrc/security/acmesh/distinfo:1.17 pkgsrc/security/acmesh/distinfo:1.18
--- pkgsrc/security/acmesh/distinfo:1.17        Thu Oct 24 14:00:37 2024
+++ pkgsrc/security/acmesh/distinfo     Sun Jun 15 14:11:05 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/10/24 14:00:37 ryoon Exp $
+$NetBSD: distinfo,v 1.18 2025/06/15 14:11:05 ryoon Exp $
 
-BLAKE2s (acme.sh-3.0.9.tar.gz) = c769e53221923eee519a8ed4adb96388a6f980ca413e4cbb0a859d000fc35ffe
-SHA512 (acme.sh-3.0.9.tar.gz) = 5f7431051de74ec1feca90d743233ddcec2a955e789e5237730498930c910d2a728c3f5e447a09f470a007ed9a4c90de329be58867d15a0fd13f6f18dca49bd0
-Size (acme.sh-3.0.9.tar.gz) = 298025 bytes
-SHA1 (patch-acme.sh) = 0fe6dff36b7c377860db99cdd2bce928fc769a4a
+BLAKE2s (acme.sh-3.1.1.tar.gz) = 01bb7cd075a9fa6035431d4e93ea3b32d318b5d047c2d4fe1e3f9ccdd4862bb0
+SHA512 (acme.sh-3.1.1.tar.gz) = 9b3f8541251b83c2ac34826c60e3abedb06fa72e628afcfa0f0beb529d6c9ae2b1964e873ce33e12498f106c2fc6ef1fc7ed1c9673d9fd80e343921a284f015d
+Size (acme.sh-3.1.1.tar.gz) = 316344 bytes

Index: pkgsrc/security/acmesh/PLIST
diff -u pkgsrc/security/acmesh/PLIST:1.8 pkgsrc/security/acmesh/PLIST:1.9
--- pkgsrc/security/acmesh/PLIST:1.8    Thu Oct 24 14:00:37 2024
+++ pkgsrc/security/acmesh/PLIST        Sun Jun 15 14:11:05 2025
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2024/10/24 14:00:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/06/15 14:11:05 ryoon Exp $
 sbin/acme.sh
 share/acmesh/acme.sh
 share/acmesh/deploy/ali_cdn.sh
+share/acmesh/deploy/ali_dcdn.sh
 share/acmesh/deploy/apache.sh
 share/acmesh/deploy/cleverreach.sh
 share/acmesh/deploy/consul.sh
@@ -26,14 +27,17 @@ share/acmesh/deploy/opensshd.sh
 share/acmesh/deploy/openstack.sh
 share/acmesh/deploy/panos.sh
 share/acmesh/deploy/peplink.sh
+share/acmesh/deploy/proxmoxbs.sh
 share/acmesh/deploy/proxmoxve.sh
 share/acmesh/deploy/pureftpd.sh
 share/acmesh/deploy/qiniu.sh
 share/acmesh/deploy/routeros.sh
+share/acmesh/deploy/ruckus.sh
 share/acmesh/deploy/ssh.sh
 share/acmesh/deploy/strongswan.sh
 share/acmesh/deploy/synology_dsm.sh
 share/acmesh/deploy/truenas.sh
+share/acmesh/deploy/truenas_ws.sh
 share/acmesh/deploy/unifi.sh
 share/acmesh/deploy/vault.sh
 share/acmesh/deploy/vault_cli.sh
@@ -53,6 +57,7 @@ share/acmesh/dnsapi/dns_autodns.sh
 share/acmesh/dnsapi/dns_aws.sh
 share/acmesh/dnsapi/dns_azion.sh
 share/acmesh/dnsapi/dns_azure.sh
+share/acmesh/dnsapi/dns_beget.sh
 share/acmesh/dnsapi/dns_bookmyname.sh
 share/acmesh/dnsapi/dns_bunny.sh
 share/acmesh/dnsapi/dns_cf.sh
@@ -84,11 +89,13 @@ share/acmesh/dnsapi/dns_dyn.sh
 share/acmesh/dnsapi/dns_dynu.sh
 share/acmesh/dnsapi/dns_dynv6.sh
 share/acmesh/dnsapi/dns_easydns.sh
+share/acmesh/dnsapi/dns_edgecenter.sh
 share/acmesh/dnsapi/dns_edgedns.sh
 share/acmesh/dnsapi/dns_euserv.sh
 share/acmesh/dnsapi/dns_exoscale.sh
 share/acmesh/dnsapi/dns_fornex.sh
 share/acmesh/dnsapi/dns_freedns.sh
+share/acmesh/dnsapi/dns_freemyip.sh
 share/acmesh/dnsapi/dns_gandi_livedns.sh
 share/acmesh/dnsapi/dns_gcloud.sh
 share/acmesh/dnsapi/dns_gcore.sh
@@ -96,6 +103,7 @@ share/acmesh/dnsapi/dns_gd.sh
 share/acmesh/dnsapi/dns_geoscaling.sh
 share/acmesh/dnsapi/dns_googledomains.sh
 share/acmesh/dnsapi/dns_he.sh
+share/acmesh/dnsapi/dns_he_ddns.sh
 share/acmesh/dnsapi/dns_hetzner.sh
 share/acmesh/dnsapi/dns_hexonet.sh
 share/acmesh/dnsapi/dns_hostingde.sh
@@ -125,6 +133,7 @@ share/acmesh/dnsapi/dns_lua.sh
 share/acmesh/dnsapi/dns_maradns.sh
 share/acmesh/dnsapi/dns_me.sh
 share/acmesh/dnsapi/dns_miab.sh
+share/acmesh/dnsapi/dns_mijnhost.sh
 share/acmesh/dnsapi/dns_misaka.sh
 share/acmesh/dnsapi/dns_myapi.sh
 share/acmesh/dnsapi/dns_mydevil.sh
@@ -146,6 +155,7 @@ share/acmesh/dnsapi/dns_nsone.sh
 share/acmesh/dnsapi/dns_nsupdate.sh
 share/acmesh/dnsapi/dns_nw.sh
 share/acmesh/dnsapi/dns_oci.sh
+share/acmesh/dnsapi/dns_omglol.sh
 share/acmesh/dnsapi/dns_one.sh
 share/acmesh/dnsapi/dns_online.sh
 share/acmesh/dnsapi/dns_openprovider.sh
@@ -167,6 +177,7 @@ share/acmesh/dnsapi/dns_selectel.sh
 share/acmesh/dnsapi/dns_selfhost.sh
 share/acmesh/dnsapi/dns_servercow.sh
 share/acmesh/dnsapi/dns_simply.sh
+share/acmesh/dnsapi/dns_technitium.sh
 share/acmesh/dnsapi/dns_tele3.sh
 share/acmesh/dnsapi/dns_tencent.sh
 share/acmesh/dnsapi/dns_timeweb.sh
@@ -186,6 +197,7 @@ share/acmesh/dnsapi/dns_yandex360.sh
 share/acmesh/dnsapi/dns_yc.sh
 share/acmesh/dnsapi/dns_zilore.sh
 share/acmesh/dnsapi/dns_zone.sh
+share/acmesh/dnsapi/dns_zoneedit.sh
 share/acmesh/dnsapi/dns_zonomi.sh
 share/acmesh/notify/aws_ses.sh
 share/acmesh/notify/bark.sh



Home | Main Index | Thread Index | Old Index