public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stuart D. Gathman <stuart@gathman.org>
To: git-commits@fedoraproject.org
Subject: [rpms/acme-tiny] main: Merge branch 'main' of ssh://pkgs.fedoraproject.org/rpms/acme-tiny
Date: Sat, 22 Aug 2026 18:03:47 GMT [thread overview]
Message-ID: <178742182771.1.10536778867490776893.rpms-acme-tiny-1f66bcb7c3da@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/acme-tiny
Branch : main
Commit : 1f66bcb7c3da930f21334b601caf151fa1c71143
Author : Stuart D. Gathman <stuart@gathman.org>
Date : 2026-08-22T14:00:57-04:00
Stats : +21/-11 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/acme-tiny/c/1f66bcb7c3da930f21334b601caf151fa1c71143?branch=main
Log:
Merge branch 'main' of ssh://pkgs.fedoraproject.org/rpms/acme-tiny
---
diff --git a/acme-tiny-sign.sh b/acme-tiny-sign.sh
index 9999005..20a2c26 100755
--- a/acme-tiny-sign.sh
+++ b/acme-tiny-sign.sh
@@ -32,7 +32,7 @@ for csr in csr/*.csr; do
tmp="certs/${crt##csr/}.tmp"
crt="certs/${crt##csr/}.crt"
if test -s "$crt" && openssl x509 -in "$crt" -noout -checkend "$secs"; then
- continue
+ [ $csr -nt $crt ] || continue
fi
if test -w "$crt" || test ! -e "$crt"; then
echo acme_tiny --account-key private/account.key --csr "$csr" \
diff --git a/acme-tiny.spec b/acme-tiny.spec
index acda82f..3622f11 100644
--- a/acme-tiny.spec
+++ b/acme-tiny.spec
@@ -136,12 +136,18 @@ exit 0
%{_sbindir}/acme_tiny
%changelog
-* Fri Aug 21 2026 Stuart D. Gathman <stuart@gathman.org> - 5.0.3-1
+* Sat Aug 22 2026 Stuart D. Gathman <stuart@gathman.org> - 5.0.3-1
- New upstream release
-* Mon Mar 23 2026 Stuart D. Gathman <stuart@gathman.org> - 5.0.2-1
+* Fri Aug 21 2026 Stuart D. Gathman <stuart@gathman.org> - 5.0.2-1
- New upstream release
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 5.0.1-15
+- Rebuilt for openssl 4.0
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/.gitignore b/.gitignore
index c48d8bb..4e9f1e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,6 @@
-/acme-tiny-5a7b4e7.tar.gz
-/acme-tiny-af025f5.tar.gz
-/acme-tiny-4.0.4.tar.gz
/*.src.rpm
/.build-*
-/acme-tiny-4.1.0.tar.gz
/results_acme-tiny
-/acme-tiny-4.1.1.tar.gz
/acme-tiny-5.0.1.tar.gz
+/acme-tiny-5.0.2.tar.gz
+/acme-tiny-5.0.3.tar.gz
diff --git a/acme-tiny.spec b/acme-tiny.spec
index 2f2312a..3622f11 100644
--- a/acme-tiny.spec
+++ b/acme-tiny.spec
@@ -8,8 +8,8 @@
%endif
Name: acme-tiny
-Version: 5.0.1
-Release: 16%{?dist}
+Version: 5.0.3
+Release: 1%{?dist}
Summary: Tiny auditable script to issue, renew Let's Encrypt certificates
License: MIT
@@ -136,6 +136,12 @@ exit 0
%{_sbindir}/acme_tiny
%changelog
+* Sat Aug 22 2026 Stuart D. Gathman <stuart@gathman.org> - 5.0.3-1
+- New upstream release
+
+* Fri Aug 21 2026 Stuart D. Gathman <stuart@gathman.org> - 5.0.2-1
+- New upstream release
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index f4629f8..7fb9082 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-SHA512 (acme-tiny-4.1.1.tar.gz) = 9e1aac03f3aa744061b8b03bb7bb6ede52ccf1a72d729775f106eb0fef786ee495dedd4f44c672e4ee2a8fc385477366bf164ab5e78d85e0a031558cde68f4b1
SHA512 (acme-tiny-5.0.1.tar.gz) = 6e0619917b31a5795c2c7d8aa811b46231b81fc6b57227f611f7f4b9f73eb3de669676482563c33d935a4a0812498677bcbe974663a561af61abb441a880947e
+SHA512 (acme-tiny-5.0.2.tar.gz) = 33572d1931b4700807a770b03b13a991bf0e0e7ad6fa227b9b8070a1b126c2fb7aae8a9f01e3dcfc888951b743d186d3a83355cb65837bd3f461c22bd0357dd0
+SHA512 (acme-tiny-5.0.3.tar.gz) = fc1accbfbb63d25f75d29073e737a5033cf8247806376e2e606ebcf067d4b6ce50d80f9876ef4487f3bb4a18f1a778dfbe526c3c13deb2a44b6bfd03ac1aed25
reply other threads:[~2026-08-22 18:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178742182771.1.10536778867490776893.rpms-acme-tiny-1f66bcb7c3da@fedoraproject.org \
--to=stuart@gathman.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox