File: changelog

package info (click to toggle)
libapache2-mod-auth-openid 0.8-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,716 kB
  • ctags: 419
  • sloc: sh: 11,069; cpp: 1,583; makefile: 30
file content (182 lines) | stat: -rw-r--r-- 7,025 bytes parent folder | download
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
173
174
175
176
177
178
179
180
181
182
libapache2-mod-auth-openid (0.8-3) unstable; urgency=medium

  * debian/control (Build-Depends): Fix dependency for libopkele-dev,
  no specific version is needed, but specify explicitly dependency 
  for libssl-dev >= 1.1.0c (Closes: #844834).

 -- NIIBE Yutaka <gniibe@fsij.org>  Mon, 21 Nov 2016 14:13:52 +0900

libapache2-mod-auth-openid (0.8-2) unstable; urgency=medium

  * debian/control (Build-Depends): For newer openssl, require
  libopkele-dev >= 2.0.4+git20140305.9651b55.
  Require debhelper >= 10.
  Remove quilt and autotools-dev.
  (Standards-Version): Confirms to 3.9.8.
  * debian/compat: Require 10 for autoreconf.
  * debian/rules: Simplify with autoreconf.
  * debian/patches/0003-ldadd-ldflags.diff: New.
  * debian/patches/01-destdir-0.5.diff: Update with no Makefile.in.
  * Confirmed that str_replace is fixed (Closes: #690113).
  * Incorporate NMU.

 -- NIIBE Yutaka <gniibe@fsij.org>  Tue, 08 Nov 2016 14:40:15 +0900

libapache2-mod-auth-openid (0.8-1.1) unstable; urgency=medium

  * Non-Maintainer Upload
  * avoid doubling GET parameters (Closes: #634800)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 26 Apr 2016 11:23:15 -0400

libapache2-mod-auth-openid (0.8-1) unstable; urgency=low

  * Fix FTBFS with GCC-4.9.  Thanks to Matthias Klose (Closes: #746869).    
  * New upstream release.
  * debian/control (Standards-Version): Confirms to 3.9.5.
  * debian/patches/series: Only use 01-destdir-0.5.diff.
  * debian/watch: Updated.

 -- NIIBE Yutaka <gniibe@fsij.org>  Fri, 27 Jun 2014 13:50:08 +0000

libapache2-mod-auth-openid (0.7-1) unstable; urgency=low

  * debian/rules (override_dh_auto_clean, override_dh_auto_configure): New
    for config.{sub,guess}.
  * debian/compat: Require 9.
  * debian/control (Build-Depends): Require debhelper >=9, apache2-dev,
    and apache2-bin.
    (Standards-Version): Confirms to 3.9.4.
  * debian/patches/01-destdir-0.5.diff: Rename
  * debian/patches/02-apache2.4_log-0.7.diff: New (Closes: #666860).
  * debian/patches/03-apache2.4_auth-0.7.diff: New.
  * debian/patches/04-module_name-0.7.diff: New.
  * debian/patches/{05-empty_string-0.7.diff,
    06-permit_cookieless-0.7.diff}: New.  Thanks to Daniel Kahn Gillmor.
  * debian/auth_openid.load: Fix module name.
  * debian/README.Debian: Follow the fix of module name (Closes: #697858).
  * Incorporate NMUs.

 -- NIIBE Yutaka <gniibe@fsij.org>  Tue, 09 Jul 2013 07:51:14 +0000

libapache2-mod-auth-openid (0.7-0.1) unstable; urgency=low

  * NMU
  * New upstream version.  closes: #644527.
    - Fixes CVE-2012-2760: Information disclosure; closes: #674165.
    - Fixes breakage on https; closes: #634801.
    - Update DESTDIR patch.
  * Bump to Standards-Version 3.9.3.
  * Fix watch file.
  * Update Homepage.  closes: #603916.
  * Convert README.Debian from EUC-JP to UTF-8.  closes: #619768.

 -- Clint Adams <clint@debian.org>  Thu, 31 May 2012 15:27:10 -0400

libapache2-mod-auth-openid (0.5-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS: dpkg-buildpackage: error: dpkg-source -b libapache2-mod-
    auth-openid-0.5 gave error exit status 2": drop autogenerated patch
    debian-changes-0.5-1, and add the created file to debian/clean.
    (Closes: #643180)
  * Fix "The file authopenid.load missing": install via debian/install instead
    of the wrong construct in debian/rules. (Closes: #614416)

 -- gregor herrmann <gregoa@debian.org>  Fri, 02 Mar 2012 17:07:58 +0100

libapache2-mod-auth-openid (0.5-1) unstable; urgency=low

  * New upstream release (Closes: #556907).
  * debian/{rules,source,patches,README.source}: Use 3.0 (quilt) format.
  * debian/control (Section): Now, it's httpd (was: web).
  (Build-Depends): Remove libstdc++6-4.3-dev, adding quilt and autotools-dev.
  Change to automake (was: automake1.10).

 -- NIIBE Yutaka <gniibe@fsij.org>  Thu, 25 Feb 2010 13:05:23 +0900

libapache2-mod-auth-openid (0.3-2) unstable; urgency=low

  * debian/control (Build-Depends): Require libstdc++6-4.3-dev and newer
  version of libopkele-dev.  Added pkg-config.
  (Description): It supports OpenID 2.0 specification, now.
  Thanks to Brian Muller for notification.

 -- NIIBE Yutaka <gniibe@fsij.org>  Tue, 08 Jul 2008 08:42:38 +0900

libapache2-mod-auth-openid (0.3-1) unstable; urgency=low

  * New upstream release.
  * Rebuild with newer libcurl fix -Wl,-z,defs problem of #488701
  (Closes: #489082).
  * debian/control (Standards-Version): Conform to 3.8.0 (was: 3.7.3).
  (Homepage): Update URL
  (was: http://www.butterfat.net/wiki/Projects/ModAuthOpenID).
  (Build-Depends): Remove libdb4.6++-dev and libpcre++-dev.
  Specify libopkele-dev version.
  * debian/docs: Updated.

 -- NIIBE Yutaka <gniibe@fsij.org>  Mon, 07 Jul 2008 12:04:47 +0900

libapache2-mod-auth-openid (0.2-2) unstable; urgency=low

  * Regenerate configure which was wrongly generated without APXS.
    (I had forgotten '-I acinclude.d' arguments when I invoked aclocal.)
    Thanks to Niko Tyni (Closes: #475566).

 -- NIIBE Yutaka <gniibe@fsij.org>  Sat, 12 Apr 2008 09:34:37 +0900

libapache2-mod-auth-openid (0.2-1) unstable; urgency=low

  * New upstream release.

 -- NIIBE Yutaka <gniibe@fsij.org>  Sun, 06 Apr 2008 17:09:34 +0900

libapache2-mod-auth-openid (0.1-5) unstable; urgency=low

  * debian/authopenid.load: Fix load script.  Thanks to Loic Dachary,
    Alex Kuklin, and Kai Hendry (Closes: #456899, #449459,  #450819).
  * debian/README.Debian: Correction.  Thanks to Kai Hendry (Closes: #450818).
  * debian/control (Homepage): Added.
  (Build-Depends): Depends on libdb4.6++-dev (was: libdb4.4++-dev).
  (Standards-Version): It now conforms to 3.7.3.
  * Makefile.am (db_info_LDADD): New automake variable.
  * debian/rules: Fix distclean error handling.

 -- NIIBE Yutaka <gniibe@fsij.org>  Wed, 16 Jan 2008 13:30:35 +0900

libapache2-mod-auth-openid (0.1-4) unstable; urgency=low

  * debian/control (Priority): Change to extra (from optional), because
    dependent package, libopkele, is in extra.

 -- NIIBE Yutaka <gniibe@fsij.org>  Mon, 15 Oct 2007 09:04:21 +0900

libapache2-mod-auth-openid (0.1-3) unstable; urgency=low

  * Rebuild including source.
  * Makefile.in, aclocal.m4, missing, depcomp, install-sh: Regenerated.
  * debian/control (Build-Depends): Added automake-1.9 and libtool.
  
 -- NIIBE Yutaka <gniibe@fsij.org>  Wed, 19 Sep 2007 13:56:51 +0900

libapache2-mod-auth-openid (0.1-2) unstable; urgency=low

  * mod-auth-openid.cpp (mod_authopenid_method_handler): Call normalize
    instead of canonicalize which is now virtual function for newer
    opkele.

 -- NIIBE Yutaka <gniibe@fsij.org>  Wed, 19 Sep 2007 13:49:06 +0900

libapache2-mod-auth-openid (0.1-1) unstable; urgency=low

  * New upstream release (Closes: #409154).
    License has been changed from GPL to permissive BSD/MIT like.

 -- NIIBE Yutaka <gniibe@fsij.org>  Sat, 25 Aug 2007 10:29:22 +0900

libapache2-mod-auth-openid (0.0-1) unstable; urgency=low

  * Initial packaging.

 -- NIIBE Yutaka <gniibe@fsij.org>  Wed,  7 Feb 2007 20:19:36 +0900