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:           Thu Oct 24 14:00:37 UTC 2024

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

Log Message:
security/acmesh: Update to 3.0.9

Changelog:
3.0.9:
Minor, just for nsupdate hook

3.0.8:
What's Changed

    Add support for Mattermost notifications (Bot account) by @defragatwork in #4622
    Update haproxy.sh by @podguzovvasily in #4841
    Acme2 similar names by @studycom-mrobinson in #4855
    Fix #4460 by @trulyliu in #4843
    dns_1984.hosting.sh: update login and account status URLs by @phedoreanu in #4866
    Fix typo in proxmoxve deploy hook by @Max13 in #4853
    Update dns_gcloud.sh rm logs record added by @sandercox in #4872
    support West.cn Domain by @mrbaiwei in #4861
    sync by @Neilpang in #4899
    sync by @Neilpang in #4918
    Logout update for DSM Deploy script (2727 issue) by @LordDarkneo in #4925
    remove dns_do as it does not work anymore by @seidler2547 in #4161
    Fix RouterOS deploy hook for 7 by @dario-pilori in #4940
    Fix #4836 (Switch to new Gandi LiveDNS API) by @rparenton in #4948
    sync by @Neilpang in #4986
    sync by @Neilpang in #4987
    Add SYNO_USE_TEMP_ADMIN variable & Fix broken logic by @scruel in #4706
    sync by @Neilpang in #5021
    haproxy deploy hook updates existing certificate over stats socket by @wlallemand in #4581
    Aws dns imdsv2 by @derytim in #4979
    dns-record TTL set to 300 by @hknet in #5048
    fix(config_migrate): always remove domain old key & replace old value by new value by @scruel in #5032
    feature: add template option for panos deploy hook by @aSauerwein in #5072
    Add support for Lima-City by @laraveluser in #4757
    Fix: Decode eab_hmac_key as single-line by @annieoxe in #5069
    sync by @Neilpang in #5075
    Patch Synology DSM deploy: support DSM 6.x & user-friendly refactor. by @scruel in #5023
    sync by @Neilpang in #5102
    fix(deploy_dsm): missing gerp -P option on busybox by @scruel in #5111
    fix(deploy_dsm): ensure grep get the error code by @scruel in #5113
    fixed handling of key and secret by @hknet in #5049
    sync by @Neilpang in #5123
    Add notification support for ntfy.sh by @jeromecst in #4929
    Structured DNS provider API info by @stokito in #4738
    dns_1984.hosting - update _get_root check by @phedoreanu in #5057
    Quote echo $data in _porkbun_rest (dns_porkbun) by @j-c-m in #5041
    Feature: DNS API for IONOS cloud by @zak905 in #5110
    improve compatibility with FreeBSD by @themarek in #5159
    feat: Support manually defining extended key usage in CSR by @mdmower in #5133
    Improve grammar by @vladh in #4896
    sync by @Neilpang in #5206
    fix(deploy): respect api path with synology Auth API by @scruel in #5207
    dns_porkbun: remove stray backslashes by @allddd in #5212
    feat: guide user to run script as root to create temp admin user by @scruel in #5139
    _checkSudo: [ -z "__INTERACTIVE" ] should be [ -z "$__INTERACTIVE" ] by @oittaa in #5217
    RouterOS - make deploy more resilient by @nathanejohnson in #5245
    Add ACCOUNT_THUMBPRINT to update account by @williamdes in #5252
    sync by @Neilpang in #5255
    Fix MIAB dns create TXT record format by @lifeboy in #5268
    Support for the Yandex 360 for Business DNS API by @WhiteAls in #5214
    Update dns_huaweicloud.sh by @i18nsite in #5263
    feat(deploy_ali_cdn): support Alibaba Cloud CDN deployment by @PMExtra in #5205
    Add Timeweb Cloud DNS API by @nikolaypronchev in #5141
    Add optional cmd line parameter NSUPDATE_OPT to dns_nsupdate api by @gmanic in #5224
    improve performance and memory usage for dns_anx by @rwese in #5187
    Update teams notification workflow by @Linkje in #5223
    New Alviy provider by @alviy in #5117
    sync by @Neilpang in #5284


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/acmesh/Makefile \
    pkgsrc/security/acmesh/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/acmesh/PLIST
cvs rdiff -u -r0 -r1.1 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.16 pkgsrc/security/acmesh/Makefile:1.17
--- pkgsrc/security/acmesh/Makefile:1.16        Sun Apr  7 18:19:42 2024
+++ pkgsrc/security/acmesh/Makefile     Thu Oct 24 14:00:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/04/07 18:19:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2024/10/24 14:00:37 ryoon Exp $
 
-DISTNAME=      acme.sh-3.0.7
+DISTNAME=      acme.sh-3.0.9
 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.16 pkgsrc/security/acmesh/distinfo:1.17
--- pkgsrc/security/acmesh/distinfo:1.16        Sun Apr  7 18:19:42 2024
+++ pkgsrc/security/acmesh/distinfo     Thu Oct 24 14:00:37 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.16 2024/04/07 18:19:42 ryoon Exp $
+$NetBSD: distinfo,v 1.17 2024/10/24 14:00:37 ryoon Exp $
 
-BLAKE2s (acme.sh-3.0.7.tar.gz) = 97fda5bf81205f8481836389a2612270134542f33f8a6663551eb36c4793d04d
-SHA512 (acme.sh-3.0.7.tar.gz) = 83d080b461662bf2c5cfa9cb51aaf41d7f873f54908e2e5f94d7e3fe8e3f6953d73aafb66adc97455aa958f37c72ef77ba475c7d7cbb3ca3c5bbffb4937c4bae
-Size (acme.sh-3.0.7.tar.gz) = 284269 bytes
+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

Index: pkgsrc/security/acmesh/PLIST
diff -u pkgsrc/security/acmesh/PLIST:1.7 pkgsrc/security/acmesh/PLIST:1.8
--- pkgsrc/security/acmesh/PLIST:1.7    Sun Apr  7 18:19:42 2024
+++ pkgsrc/security/acmesh/PLIST        Thu Oct 24 14:00:37 2024
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.7 2024/04/07 18:19:42 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/10/24 14:00:37 ryoon Exp $
 sbin/acme.sh
 share/acmesh/acme.sh
+share/acmesh/deploy/ali_cdn.sh
 share/acmesh/deploy/apache.sh
 share/acmesh/deploy/cleverreach.sh
 share/acmesh/deploy/consul.sh
@@ -43,6 +44,7 @@ share/acmesh/dnsapi/dns_acmeproxy.sh
 share/acmesh/dnsapi/dns_active24.sh
 share/acmesh/dnsapi/dns_ad.sh
 share/acmesh/dnsapi/dns_ali.sh
+share/acmesh/dnsapi/dns_alviy.sh
 share/acmesh/dnsapi/dns_anx.sh
 share/acmesh/dnsapi/dns_artfiles.sh
 share/acmesh/dnsapi/dns_arvan.sh
@@ -71,7 +73,6 @@ share/acmesh/dnsapi/dns_dnsexit.sh
 share/acmesh/dnsapi/dns_dnshome.sh
 share/acmesh/dnsapi/dns_dnsimple.sh
 share/acmesh/dnsapi/dns_dnsservices.sh
-share/acmesh/dnsapi/dns_do.sh
 share/acmesh/dnsapi/dns_doapi.sh
 share/acmesh/dnsapi/dns_domeneshop.sh
 share/acmesh/dnsapi/dns_dp.sh
@@ -104,6 +105,7 @@ share/acmesh/dnsapi/dns_infomaniak.sh
 share/acmesh/dnsapi/dns_internetbs.sh
 share/acmesh/dnsapi/dns_inwx.sh
 share/acmesh/dnsapi/dns_ionos.sh
+share/acmesh/dnsapi/dns_ionos_cloud.sh
 share/acmesh/dnsapi/dns_ipv64.sh
 share/acmesh/dnsapi/dns_ispconfig.sh
 share/acmesh/dnsapi/dns_jd.sh
@@ -115,6 +117,7 @@ share/acmesh/dnsapi/dns_knot.sh
 share/acmesh/dnsapi/dns_la.sh
 share/acmesh/dnsapi/dns_leaseweb.sh
 share/acmesh/dnsapi/dns_lexicon.sh
+share/acmesh/dnsapi/dns_limacity.sh
 share/acmesh/dnsapi/dns_linode.sh
 share/acmesh/dnsapi/dns_linode_v4.sh
 share/acmesh/dnsapi/dns_loopia.sh
@@ -166,6 +169,7 @@ share/acmesh/dnsapi/dns_servercow.sh
 share/acmesh/dnsapi/dns_simply.sh
 share/acmesh/dnsapi/dns_tele3.sh
 share/acmesh/dnsapi/dns_tencent.sh
+share/acmesh/dnsapi/dns_timeweb.sh
 share/acmesh/dnsapi/dns_transip.sh
 share/acmesh/dnsapi/dns_udr.sh
 share/acmesh/dnsapi/dns_ultra.sh
@@ -176,8 +180,9 @@ share/acmesh/dnsapi/dns_vercel.sh
 share/acmesh/dnsapi/dns_vscale.sh
 share/acmesh/dnsapi/dns_vultr.sh
 share/acmesh/dnsapi/dns_websupport.sh
+share/acmesh/dnsapi/dns_west_cn.sh
 share/acmesh/dnsapi/dns_world4you.sh
-share/acmesh/dnsapi/dns_yandex.sh
+share/acmesh/dnsapi/dns_yandex360.sh
 share/acmesh/dnsapi/dns_yc.sh
 share/acmesh/dnsapi/dns_zilore.sh
 share/acmesh/dnsapi/dns_zone.sh
@@ -193,6 +198,8 @@ share/acmesh/notify/gotify.sh
 share/acmesh/notify/ifttt.sh
 share/acmesh/notify/mail.sh
 share/acmesh/notify/mailgun.sh
+share/acmesh/notify/mattermost.sh
+share/acmesh/notify/ntfy.sh
 share/acmesh/notify/pop.sh
 share/acmesh/notify/postmark.sh
 share/acmesh/notify/pushbullet.sh

Added files:

Index: pkgsrc/security/acmesh/patches/patch-acme.sh
diff -u /dev/null pkgsrc/security/acmesh/patches/patch-acme.sh:1.1
--- /dev/null   Thu Oct 24 14:00:37 2024
+++ pkgsrc/security/acmesh/patches/patch-acme.sh        Thu Oct 24 14:00:37 2024
@@ -0,0 +1,16 @@
+$NetBSD: patch-acme.sh,v 1.1 2024/10/24 14:00:37 ryoon Exp $
+
+* POSIX shell portability.
+  https://github.com/acmesh-official/acme.sh/pull/5374
+
+--- acme.sh.orig       2024-10-19 01:09:48.948775478 +0000
++++ acme.sh
+@@ -1437,7 +1437,7 @@ _toPkcs() {
+   else
+     ${ACME_OPENSSL_BIN:-openssl} pkcs12 -export -out "$_cpfx" -inkey "$_ckey" -in "$_ccert" -certfile "$_cca"
+   fi
+-  if [ "$?" == "0" ]; then
++  if [ "$?" = "0" ]; then
+     _savedomainconf "Le_PFXPassword" "$pfxPassword"
+   fi
+ 



Home | Main Index | Thread Index | Old Index