summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Shuler <michael@pbandjelly.org>2018-04-05 17:59:16 -0500
committerMichael Shuler <michael@pbandjelly.org>2018-04-05 17:59:16 -0500
commit1bc87e0b41a04551a93d4e784e158b044c18792a (patch)
tree43b35a617c2178e5219a80d58c264f0962ebd3e4 /debian
parent82051fd0037f9f1ba4dbb713fbe68e333523d498 (diff)
downloadca-certificates-1bc87e0b41a04551a93d4e784e158b044c18792a.tar.gz
Update openssl dependency to >= 1.1.0
Switch to `openssl rehash` and drop usage of `c_rehash` script
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f7aa82..d3d480d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,8 @@ ca-certificates (20180329) UNRELEASED; urgency=medium
Fix lintian file-contains-trailing-whitespace.
* debian/{compat,control}:
Set to debhelper compat 11.
+ * Update openssl dependency to >= 1.1.0 to support `openssl rehash` and drop
+ usage of `c_rehash` script.
[ Thijs Kinkhorst ]
* Remove Christian Perrier from uploaders at his request (closes: #894070).
diff --git a/debian/control b/debian/control
index 2522b7b..aa3368d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: https://salsa.debian.org/debian/ca-certificates
Package: ca-certificates
Architecture: all
-Depends: openssl (>= 1.0.0), ${misc:Depends}
+Depends: openssl (>= 1.1.0), ${misc:Depends}
Enhances: openssl
Multi-Arch: foreign
Breaks: ca-certificates-java (<<20121112+nmu1)
diff --git a/debian/rules b/debian/rules
index a935300..f86b929 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ install: build
install -d -m 0755 "$(CURDIR)/debian/ca-certificates-udeb/etc/ssl/certs"
(cd mozilla; \
$(MAKE) install CERTSDIR="$(CURDIR)/debian/ca-certificates-udeb/etc/ssl/certs")
- c_rehash -v "$(CURDIR)/debian/ca-certificates-udeb/etc/ssl/certs"
+ openssl rehash -compat -v "$(CURDIR)/debian/ca-certificates-udeb/etc/ssl/certs"
# Build architecture-independent files here.
binary-indep: build install