1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
dacs (1.4.38a-2) unstable; urgency=medium
* Reintroduce debian/patches/ssl_hook_Fixup. Otherwise, the module tries to
access the non-public ssl_hook_Fixup() function which is not resolvable
anymore in recent openssl versions. Practical history in Debian (the patch
had been there since the package was first uploaded in 2012, and even
earlier in private packages), and code comments indicate the function call
is not necessary, so remove it. Thanks to Jonas Smedegaard for spotting!
(Closes: #863395)
* Build-Depend on apache2-ssl-dev instead of libssl-dev to match the openssl
version apache2 is using.
* Add test case using a2enmod/apache2ctl configtest.
* Remove Build-Depends on libxmlsec1-dev which was only needed for the
already disabled infocard support. (Additionally, libxmlsec1-dev depends
on libssl-dev, so it was not co-installable with libssl1.0-dev anyway.)
-- Christoph Berg <christoph.berg@credativ.de> Fri, 02 Jun 2017 13:51:39 +0200
dacs (1.4.38a-1) unstable; urgency=medium
* New upstream version.
+ Do not check/set mode of a log file that does not exist or is not a
regular file. (Closes: #729410)
+ Added the DACS_SIGNOUT_RESULT parameter to a SIGNOUT_HANDLER URL and
extended SIGNOUT_HANDLER to explicitly allow a user-specified signout
handler URL to override a default URL. See dacs_signout(8) and
dacs.conf(5) for details. (Closes: #739566)
+ For Linux, use _DEFAULT_SOURCE instead of _BSD_SOURCE. (Closes: #703552)
+ Avoid producing a duplicate error message in dacs_auth_transfer.
(Closes: #740413)
-- Christoph Berg <christoph.berg@credativ.de> Thu, 12 Jan 2017 16:22:08 +0100
dacs (1.4.38-1) unstable; urgency=medium
* New upstream version.
+ Works with OpenSSL 1.1. (Closes: #828277)
+ Uses newer config.guess/sub. (Closes: #737641)
+ Installs dacsinit. (Closes: #729475)
* Rewrite rules to use dh.
* Disable infocard auth, broken in 1.4.38.
* Drop debian/patches/ssl_hook_Fixup.
* Update libdacs1.symbols.
* Update watch file to also look for .txz files.
* Fix libdacs-dev short description, thanks Daniele Forsi.
(Closes: #810537)
* Remove redundant "dacs" subdir from examples package. (Closes: #729470)
* Add patch by Chris Lamb to make build reproducible, thanks!
(Closes: #835673)
* Support DEB_BUILD_OPTIONS=nodoc.
-- Christoph Berg <christoph.berg@credativ.de> Wed, 02 Nov 2016 17:21:22 +0100
dacs (1.4.28b-3) unstable; urgency=low
* Fix linking errors/warnings (Closes: #717149)
* Fix more lintian warnings, let dh_apache2 do the job for us
-- Martin Zobel-Helas <zobel@debian.org> Wed, 17 Jul 2013 21:00:28 +0200
dacs (1.4.28b-2) unstable; urgency=low
* debian/control: Adjust build-deps for apache2.4 (Closes: #666810)
* debian/rules: Use hardening build flags
* icx.c: Patch to not use internal libxml functions any more (with many
thanks to Felix Geyer)
* Update to Standards-Version 3.9.4, no changes needed
* debian/control: Adjust Depends on libapache-mod-dacs to apache2-api
* debian/rules: make cgi-bin/dacs_error executable
-- Martin Zobel-Helas <zobel@debian.org> Sat, 06 Jul 2013 21:07:17 +0200
dacs (1.4.28b-1) experimental; urgency=low
* New upstream version.
* Update symbols file
-- Martin Zobel-Helas <zobel@debian.org> Sat, 23 Mar 2013 01:04:35 +0100
dacs (1.4.28a-1) experimental; urgency=low
* New upstream version.
* debian/patches: Update libtool-shell patch
* debian/rules: Enable infocard-auth
* debian/rules: Sort enable flags by alphabet
* Update symbols file, needed for new infocard-auth
-- Martin Zobel-Helas <zobel@debian.org> Tue, 12 Feb 2013 13:58:26 +0100
dacs (1.4.28-1) experimental; urgency=low
* New upstream version.
* Update symbols file, removed symbol: http_main@Base.
* debian/rules: The dacshttp renaming went upstream.
* debian/rules: Run dacsexpr tests.
-- Christoph Berg <myon@debian.org> Fri, 21 Dec 2012 16:18:12 +0100
dacs (1.4.27b-2) unstable; urgency=medium
* Remove libapache2-mod-dacs.postrm in order not to remove the conffile
/etc/apache2/mods-available/auth_dacs.load on package remove. The symlink
from mods-enabled is removed on package remove, so we can simply leave the
mods-available file around. Closes: #689541
-- Christoph Berg <myon@debian.org> Mon, 22 Oct 2012 14:48:10 +0200
dacs (1.4.27b-1) unstable; urgency=low
* New upstream version.
* All relevant patches were accepted upstream.
* Set SHELL=@SHELL@ in defs.mk.in, libtool needs it.
* Update symbols file.
* Update rules and .install files for new locations in the tmp tree.
* Rename /usr/bin/http to dacshttp, the httpie package also provides it.
Closes: #663509
* Add lintian override for GPL-vs-openssl.
-- Christoph Berg <myon@debian.org> Wed, 21 Mar 2012 12:04:24 +0100
dacs (1.4.27-2) unstable; urgency=low
[ Martin Zobel-Helas ]
* Add myself to Uploaders.
* Add apache2.2-common to Depends.
[ Christoph Berg ]
* Add a strict versioned dependency from dacs to libdacs1.
* Add symbols file for libdacs1.
* Remove broken debugging code from src/mkkey.c as per the dacs post-release
notes.
-- Christoph Berg <myon@debian.org> Wed, 22 Feb 2012 11:54:50 +0100
dacs (1.4.27-1) unstable; urgency=low
* New upstream version and inital Debian upload.
* Remove .la file.
* Remove RPATH from .so files.
* Install to debian/tmp and use dh_install.
-- Christoph Berg <myon@debian.org> Mon, 23 Jan 2012 17:43:55 +0100
dacs (1.4.26-1) unstable; urgency=low
* New upstream version.
-- Christoph Berg <myon@debian.org> Wed, 07 Dec 2011 14:52:42 +0100
dacs (1.4.23-3) lenny-backports; urgency=low
* Enable more authentication schemes.
-- Bernd Zeimetz <bzed@debian.org> Fri, 26 Mar 2010 15:28:32 +0100
dacs (1.4.23-2) lenny-backports; urgency=low
* Build for lenny.
-- Bernd Zeimetz <bzed@debian.org> Thu, 18 Feb 2010 13:30:23 +0100
dacs (1.4.23-1) etch-backports; urgency=low
* Update to 1.4.23.
-- Bernd Zeimetz <bzed@debian.org> Wed, 30 Sep 2009 16:23:53 +0200
dacs (1.4.22-1) etch-backports; urgency=low
* Initial release.
-- Bernd Zeimetz <bzed@debian.org> Fri, 17 Apr 2009 15:21:03 +0200
|