diff options
Diffstat (limited to 'package/ca-certificates')
| -rw-r--r-- | package/ca-certificates/Makefile | 6 | ||||
| -rw-r--r-- | package/ca-certificates/patches/patch-Makefile | 5 | ||||
| -rw-r--r-- | package/ca-certificates/patches/patch-mozilla_Makefile | 11 | ||||
| -rw-r--r-- | package/ca-certificates/patches/patch-sbin_Makefile | 9 | 
4 files changed, 16 insertions, 15 deletions
| diff --git a/package/ca-certificates/Makefile b/package/ca-certificates/Makefile index 3ee99af45..9316f738e 100644 --- a/package/ca-certificates/Makefile +++ b/package/ca-certificates/Makefile @@ -4,13 +4,13 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		ca-certificates -PKG_VERSION:=		20160104 +PKG_VERSION:=		20230311  PKG_RELEASE:=		1 -PKG_HASH:=		09eb770122e23260316120c0cbbddc8a1d33e7147210ce44e146084d5d5abcdd +PKG_HASH:=		83de934afa186e279d1ed08ea0d73f5cf43a6fbfb5f00874b6db3711c64576f3  PKG_DESCR:=		collection of common ca certificates  PKG_SECTION:=		app/crypto  PKG_URL:=		http://packages.debian.org/sid/ca-certificates -PKG_SITES:=		http://http.debian.net/debian/pool/main/c/ca-certificates/ +PKG_SITES:=		https://snapshot.debian.org/archive/debian/20230317T205011Z/pool/main/c/ca-certificates/  DISTFILES:=		$(PKG_NAME)_$(PKG_VERSION).tar.xz  WRKDIST=		$(WRKDIR)/ca-certificates diff --git a/package/ca-certificates/patches/patch-Makefile b/package/ca-certificates/patches/patch-Makefile index 24e9fab9c..ca81984e3 100644 --- a/package/ca-certificates/patches/patch-Makefile +++ b/package/ca-certificates/patches/patch-Makefile @@ -1,6 +1,5 @@ -	fix for the completely empty DESTDIR ---- ca-certificates-20090814.orig/Makefile	2009-07-08 23:18:57.000000000 +0200 -+++ ca-certificates-20090814/Makefile	2009-08-22 20:36:42.614405912 +0200 +--- ca-certificates.orig/Makefile	2021-01-19 09:22:26.000000000 +0100 ++++ ca-certificates/Makefile	2023-05-26 05:48:59.304310295 +0200  @@ -17,7 +17,7 @@ clean:   install: diff --git a/package/ca-certificates/patches/patch-mozilla_Makefile b/package/ca-certificates/patches/patch-mozilla_Makefile new file mode 100644 index 000000000..a9cd5ad44 --- /dev/null +++ b/package/ca-certificates/patches/patch-mozilla_Makefile @@ -0,0 +1,11 @@ +--- ca-certificates.orig/mozilla/Makefile	2022-01-11 14:34:24.000000000 +0100 ++++ ca-certificates/mozilla/Makefile	2023-09-22 10:25:22.731768501 +0200 +@@ -3,7 +3,7 @@ + # +  + all: +-	python3 certdata2pem.py ++	/usr/bin/python3 certdata2pem.py +  + clean: + 	-rm -f *.crt diff --git a/package/ca-certificates/patches/patch-sbin_Makefile b/package/ca-certificates/patches/patch-sbin_Makefile deleted file mode 100644 index ff59e4856..000000000 --- a/package/ca-certificates/patches/patch-sbin_Makefile +++ /dev/null @@ -1,9 +0,0 @@ -	fix for the completely empty DESTDIR ---- ca-certificates-20090814.orig/sbin/Makefile	2007-02-02 07:23:19.000000000 +0100 -+++ ca-certificates-20090814/sbin/Makefile	2009-08-22 20:37:17.581921717 +0200 -@@ -8,4 +8,5 @@ all: - clean: -  - install: -+	mkdir -p $(DESTDIR)/usr/sbin - 	install -m755 update-ca-certificates $(DESTDIR)/usr/sbin/ | 
