diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 01beeaa..372ccd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-srp (1.0.4-2) unstable; urgency=medium + +  * Update libssl dependency to allow for 1.0.2 + + -- Micah Anderson <micah@leap.se>  Fri, 26 Feb 2016 07:02:38 -0500 +  python-srp (1.0.4-1) unstable; urgency=low    [ Micah Anderson ] diff --git a/debian/control b/debian/control index 4d2c661..27cb9de 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Depends:   ${python:Depends},   ${shlibs:Depends},   ${sphinxdoc:Depends}, - libssl1.0.0 + libssl1.0.0 | libssl1.0.2  Description: Secure Remote Password protocol implementation   This package provides an implementation of the Secure Remote Password   protocol (SRP). SRP is a cryptographically strong authentication | 
