aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 16:01:29 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 16:01:29 +0000
commit53f0987862ff7f5a8faa690d514a8bb43c4e4010 (patch)
treec19116ebf70ad204500839d76a2d0d7689f66bd3
parent480704ce6c0add4afac28cc8237eab60be9c8932 (diff)
downloadpamela-53f0987862ff7f5a8faa690d514a8bb43c4e4010.tar.gz
Add hash
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--Makefile1
-rw-r--r--doc/index.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 752b8ba..90098b5 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ tgz: distclean
cp -a . /tmp/$$package-$$version && \
cd /tmp && \
tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$$package-$$version.tar.gz $$package-$$version && \
+ sha256sum $$package-$$version.tar.gz > $$package-$$version.tar.gz.sha256 && \
exec rm -rf /tmp/$$package-$$version
strip: $(ALL_LIBS) $(ALL_BINS)
diff --git a/doc/index.html b/doc/index.html
index 1c86d06..d678ab1 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -79,7 +79,8 @@ or later. It's a build-time requirement and a run-time requirement. </li>
<h3> Download </h3>
<ul>
- <li> <!-- The current released version of pamela is <a href="pamela-0.0.1.0.tar.gz">0.0.1.0</a>. -->
+ <li> <!-- The current released version of pamela is <a href="pamela-0.0.1.0.tar.gz">0.0.1.0</a>.
+You can access its checksum <a href="pamela-0.0.1.0.tar.gz.sha256">here</a>. </li> -->
pamela is in maintenance mode; there is no numbered version, and it is
unfortunately likely that there will never be one. Given how most PAM-using
projects are written, chances are that pamela will not help; sanitizing PAM