Skip to content

Commit df49382

Browse files
author
Hans Zandbelt
committed
add libssl-dev to build dependencies; release 1.6.0
1 parent 7015a70 commit df49382

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
10/13/2014
2+
- add libssl-dev to Debian control build dependencies
3+
- release 1.6.0
4+
15
10/6/2014
26
- apply html encoding to error display
37
- bump version number to 1.6.0rc4

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([mod_auth_openidc],[1.6.0rc4],[[email protected]])
1+
AC_INIT([mod_auth_openidc],[1.6.0],[[email protected]])
22

33
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())
44

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libapache2-mod-auth-openidc (1.6.0-1) unstable; urgency=medium
2+
3+
* new upstream release; add libssl-dev dependency
4+
5+
-- Hans Zandbelt <[email protected]> Mon, 13 Oct 2014 12:23:35 +0200
6+
17
libapache2-mod-auth-openidc (1.5.5-1) unstable; urgency=medium
28

39
* use HttpOnly on cookies; set OIDCCookiePath to /

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: libapache2-mod-auth-openidc
22
Priority: extra
33
Maintainer: Hans Zandbelt <[email protected]>
4-
Build-Depends: debhelper (>= 8.0.0), autotools-dev, apache2-dev, libcurl4-openssl-dev, libjansson-dev, pkg-config
4+
Build-Depends: debhelper (>= 8.0.0), autotools-dev, apache2-dev, libssl-dev, libcurl4-openssl-dev, libjansson-dev, pkg-config
55
Standards-Version: 3.9.5
66
Section: web
77
Homepage: https://github.com/pingidentity/mod_auth_openidc

0 commit comments

Comments
 (0)