SF.net SVN: gar:[26805] csw/mgar/pkg/ca_certificates/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Oct 5 17:06:37 CEST 2021


Revision: 26805
          http://sourceforge.net/p/gar/code/26805
Author:   dmichelsen
Date:     2021-10-05 15:06:37 +0000 (Tue, 05 Oct 2021)
Log Message:
-----------
ca_certificates/trunk: Remove DST_Root_CA_X3.pem

Modified Paths:
--------------
    csw/mgar/pkg/ca_certificates/trunk/Makefile
    csw/mgar/pkg/ca_certificates/trunk/checksums

Modified: csw/mgar/pkg/ca_certificates/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/Makefile	2021-10-05 13:22:20 UTC (rev 26804)
+++ csw/mgar/pkg/ca_certificates/trunk/Makefile	2021-10-05 15:06:37 UTC (rev 26805)
@@ -63,6 +63,9 @@
 install-certificates: $(WORKDIR)/certdata.txt
 	ginstall -d "$(DESTDIR)/$(sharedstatedir)/$(NAME)/mozilla"
 	cd "$(DESTDIR)/$(sharedstatedir)/$(NAME)/mozilla" && perl "$(CURDIR)/$(WORKDIR)/certdata2pem.pl" < "$(CURDIR)/$(WORKDIR)/certdata.txt"
+	@# Remove expired root certificate as described in
+	@#   https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
+	rm -f "$(DESTDIR)/$(sharedstatedir)/$(NAME)/mozilla/DST_Root_CA_X3.pem"
 
 #install-custom: install-certificates $(WORKDIR)/hash.db $(WORKDIR)/LICENSE
 install-custom: install-certificates $(WORKDIR)/hash.db 

Modified: csw/mgar/pkg/ca_certificates/trunk/checksums
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/checksums	2021-10-05 13:22:20 UTC (rev 26804)
+++ csw/mgar/pkg/ca_certificates/trunk/checksums	2021-10-05 15:06:37 UTC (rev 26805)
@@ -1 +1 @@
-0b67e7d80d0f93373bf86be9d5831b8a  certdata.txt
+347105b06db3b64594013675125a86d4  certdata.txt

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list