[libapache2-authcookie-perl] branch master updated (c1d3632 -> d2f8f44)
gregor herrmann
gregoa at debian.org
Sat Oct 29 16:35:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libapache2-authcookie-perl.
from c1d3632 update changelog
adds 2041c67 New upstream version 3.26
new b522955 Merge tag 'upstream/3.26'
new 1ab8f29 Update debian/changelog
new aedf9c9 Drop pod.patch (merged upstream).
new 35f3110 debian/apache2.conf: load mod_dir.
new b1ea48c Update (build) dependencies.
new 902d067 Declare compliance with Debian Policy 3.9.8.
new 8101a65 Add a patch to fix typos in the POD.
new d2f8f44 releasing package libapache2-authcookie-perl version 3.26-1
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 55 ++
MANIFEST | 9 +-
META.json | 63 ++
META.yml | 23 +-
Makefile.PL | 157 +++--
SIGNATURE | 55 +-
debian/apache2.conf | 1 +
debian/changelog | 15 +-
debian/control | 15 +-
debian/patches/pod.patch | 29 -
debian/patches/series | 2 +-
debian/patches/spelling.patch | 38 ++
lib/Apache/AuthCookie.pm | 385 +++++++++---
lib/Apache/AuthCookie/Autobox.pm | 65 --
lib/Apache/AuthCookie/FAQ.pod | 4 +-
lib/Apache/AuthCookie/Params.pm | 10 +-
lib/Apache/AuthCookie/Params/Base.pm | 32 +-
lib/Apache/AuthCookie/Params/CGI.pm | 229 ++++++-
lib/Apache/AuthCookie/Util.pm | 20 +-
lib/Apache2/AuthCookie.pm | 185 +++---
lib/Apache2/AuthCookie/Base.pm | 672 ++++++++++++++-------
lib/Apache2/AuthCookie/Params.pm | 6 +-
lib/Apache2_4/AuthCookie.pm | 176 +++---
scripts/perlbrew-smoke | 99 +++
t/author-pod-syntax.t | 15 +
t/autobox.t | 20 -
t/conf/extra.conf.in | 23 +-
.../{authall/get_me.html => protected/index.html} | 2 +-
t/lib/Sample/Apache/AuthCookieHandler.pm | 30 +-
t/lib/Sample/Apache2/AuthCookieHandler.pm | 20 +-
t/lib/Sample/Apache2_4/AuthCookieHandler.pm | 4 +-
t/real.t | 294 +++++----
t/signature.t | 2 +-
t/util.t | 25 +
34 files changed, 1963 insertions(+), 817 deletions(-)
create mode 100644 META.json
delete mode 100644 debian/patches/pod.patch
create mode 100644 debian/patches/spelling.patch
delete mode 100644 lib/Apache/AuthCookie/Autobox.pm
create mode 100755 scripts/perlbrew-smoke
create mode 100644 t/author-pod-syntax.t
delete mode 100755 t/autobox.t
copy t/htdocs/docs/{authall/get_me.html => protected/index.html} (70%)
mode change 100644 => 100755 t/signature.t
create mode 100755 t/util.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache2-authcookie-perl.git
More information about the Pkg-perl-cvs-commits
mailing list