summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shuler <michael@pbandjelly.org>2018-12-21 10:50:30 -0600
committerMichael Shuler <michael@pbandjelly.org>2018-12-21 10:50:30 -0600
commitd5e425c8405448e5034d1e16ca52be6a10cb3334 (patch)
treeeab4db83d79a8285de7bfef2805821d327e8023e
parent8ee675d4cf9f545fa545db82d3166ac24706d5df (diff)
downloadca-certificates-d5e425c8405448e5034d1e16ca52be6a10cb3334.tar.gz
Depend on openssl >= 1.1.1
-rw-r--r--debian/changelog10
-rw-r--r--debian/control4
2 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 09d9d2c..bd1f502 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
-ca-certificates (20181220) unstable; urgency=medium
+ca-certificates (20181221) unstable; urgency=high
- * Set Standards-Version: 4.2.1
- Removed trailing whitespace from d/changelog
+ * debian/control:
+ Depend on openssl (>= 1.1.1).
+ Set Standards-Version: 4.2.1.
+ Remove trailing whitespace from d/changelog.
* debian/ca-certificates.postinst:
Fix permissions on /usr/local/share/ca-certificates when using symlinks.
Closes: #916833
@@ -24,7 +26,7 @@ ca-certificates (20181220) unstable; urgency=medium
- "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5"
- "Visa eCommerce Root"
- -- Michael Shuler <michael@pbandjelly.org> Thu, 20 Dec 2018 18:45:01 -0600
+ -- Michael Shuler <michael@pbandjelly.org> Fri, 21 Dec 2018 10:34:25 -0600
ca-certificates (20180409) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index d3f8ffd..ffe8785 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
Priority: optional
Maintainer: Michael Shuler <michael@pbandjelly.org>
Uploaders: Raphael Geissert <geissert@debian.org>,
- Thijs Kinkhorst <thijs@debian.org>,
+ Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 11), po-debconf
Build-Depends-Indep: python, openssl
Standards-Version: 4.2.1
@@ -12,7 +12,7 @@ Vcs-Browser: https://salsa.debian.org/debian/ca-certificates
Package: ca-certificates
Architecture: all
-Depends: openssl (>= 1.1.0), ${misc:Depends}
+Depends: openssl (>= 1.1.1), ${misc:Depends}
Enhances: openssl
Multi-Arch: foreign
Breaks: ca-certificates-java (<<20121112+nmu1)