[arch-commits] Commit in certbot/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Apr 18 10:03:33 UTC 2021


    Date: Sunday, April 18, 2021 @ 10:03:32
  Author: jelle
Revision: 919901

Make certbot reproducible

Modified:
  certbot/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 09:08:54 UTC (rev 919900)
+++ PKGBUILD	2021-04-18 10:03:32 UTC (rev 919901)
@@ -3,7 +3,7 @@
 
 pkgname=certbot
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
@@ -25,6 +25,7 @@
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list