Debian Bug report logs - #666861
webauth: sourceful transition towards Apache 2.4

version graph

Package: webauth; Maintainer for webauth is Debian QA Group <packages@qa.debian.org>;

Reported by: arno@debian.org

Date: Sun, 1 Apr 2012 21:29:54 UTC

Severity: important

Tags: upstream

Fixed in version webauth/4.2.0-1

Done: Russ Allbery <rra@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to Russ Allbery <rra@debian.org>:
Bug#666861; Package webauth. (Sun, 01 Apr 2012 21:29:57 GMT) (full text, mbox, link).


Acknowledgement sent to arno@debian.org:
New Bug report received and forwarded. Copy sent to Russ Allbery <rra@debian.org>. (Sun, 01 Apr 2012 21:29:58 GMT) (full text, mbox, link).


Message #5 received at maintonly@bugs.debian.org (full text, mbox, reply):

From: arno@debian.org
To: maintonly@bugs.debian.org
Subject: webauth: sourceful transition towards Apache 2.4
Date: Sun, 01 Apr 2012 21:15:53 +0000
Package: webauth
Severity: important
User: debian-apache@lists.debian.org
Usertags: apache24transition

Dear maintainer,

your package webauth is provding an Apache2 web server module.
We're upgrading Apache to the new upstream version 2.4 [1] (tracked
as transition bug #661958). This requires all modules to be rebuilt
due to ABI changes.  Thus, you need to rebuild and reupload your
Apache2 module package in a version compatible to our new package
available in experimental [2].  Please note it is not enough to
simply rebuild the module - it needs some adaptions in the module
package metadata. We have written packaging guidelines for our
reverse dependencies [3]. Please read it carefully, it should be able
to answer most of your questions. Do also look at dh_apache2
(available through the dh-apache2 package) which can simplify
packaging Apache2 modules.  In short, we want to highlight these
changes you need to be aware of.

* APIs changed for some cases [3]. Chances are your module needs some
  adaptions, please get in touch with upstream or us if you need help
  to port your module to Apache 2.4.

* MPM packages are gone. You cannot depend or conflict with a
  particular MPM anymore. If your module does not work with a
  particular module, make sure to make it abort with an error if
  loaded together with an incompatible MPM. You can use our
  apache2-maintscript-helper [4] to switch to the MPM of your choice
  in your maintainer scripts. 

* Do not build-depend on apache2-threaded-dev or apache2-prefork-dev
  anymore. Just like MPMs are gone, are our MPM -dev packages as
  well. All modules need to simply build-depend on apache2-dev. 

* Do NOT depend on apache2, apache2-common or any other real apache2
  package in your binary module package. Depend on our virtual
  apache2-api-20120211 package only!

* Do NOT call a2enmod/a2dismod in your maintainer scripts. Use our
  apache2-maintscript-helper [3] instead. This is required to get a
  uniform and stateful handling of all Apache2 modules.


You can look at our Apache 2.4 packaging hints [5] for hands-on
tutorials.  Please note: This bug is filed as "important" for now. As
the time goes by we plan make it a release critical severity. In the
consequences your module either needs an update or is going to be
removed from Wheezy. For the time being please tag the bug as pending
as soon as you have a package ready. We strongly recommend that at
least maintainers of complex module packages make an upload to
experimental as well. Of course, uploading simple modules to
experimental is welcome, too.

[1] https://lists.debian.org/debian-devel-announce/2012/03/msg00013.html
[2] http://packages.debian.org/search?keywords=apache2&searchon=sourcenames&exact=1&suite=all&section=all
[3] http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git;a=blob;f=debian/PACKAGING;hb=next
[4] http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html
[5] http://wiki.debian.org/Apache/PackagingFor24






Information forwarded to debian-bugs-dist@lists.debian.org, Russ Allbery <rra@debian.org>:
Bug#666861; Package webauth. (Sat, 05 May 2012 12:48:56 GMT) (full text, mbox, link).


Acknowledgement sent to arno@debian.org:
Extra info received and forwarded to list. Copy sent to Russ Allbery <rra@debian.org>. (Sat, 05 May 2012 12:49:08 GMT) (full text, mbox, link).


Message #10 received at 666861@bugs.debian.org (full text, mbox, reply):

From: arno@debian.org
To: 666861@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Test rebuild of your package webauth
Date: Sat, 05 May 2012 13:49:01 +0200
[Message part 1 (text/plain, inline)]
tags 666861 '+upstream'
thanks
Dear maintainer,

this is a follow-up message to your Apache 2.4 transition bug for
package webauth. We are approaching an upload of the web server to
Debian's Unstable repository as soon as the release team acknowledges
the upload. Along that upload we are planning to raise the importance of
this bug to a release-critical severity. 

Please port your packages now to Apache 2.4. Below you can find a
test-rebuild for your package for the 2.4 version of the Apache web
server. Please note, even if the rebuild was successful, you still need
to make changes in the Debian specific part of your package. 

The rebuild below was made by using a specially prepared build
environment where these conditions where met:

* We had apache2 and apache2-dev preinstalled
* We provided a void apache2-threaded-dev and apache2-prefork-dev
  package to satisfy build-dependencies of your existing package (but
  this WILL NOT be the case in a real upload of the apache2 source
  package)
* We prepared apxs to unconditionally inject
  -Werror=implicit-function-declaration to gcc to make sure we can spot
  the use of removed API calls (e.g. missing signatures for ap_*
  functions). Note, this might also cause false positives in some cases.

These are the outcome criterias we defined:

* VERIFIED-OK: The package rebuilt and linked successfully using the
  Apache 2.4 development headers. It still needs adapting to Debian
  package changes
* VERIFIED-FAIL: The package does not rebuild successufully using the
  Apache 2.4 development headers. It may need some porting in the
  upstream code base
* BYHAND: We may rebuild your package another time with manual
  interception. Not clear outcome could be determined out of the build
  log

This is the outcome we determined:

outcome: VERIFIED-FAIL
comment: needs porting: error: implicit declaration of function 'ap_get_server_version'

You will find a full build log attached below.

Here are some hints about porting problems. See [1] for a comprehensive
overview:

error: 'conn_rec' has no member named 'remote_ip'

	These fields have been renamed in order to distinguish between
	the client IP address of the connection and the useragent IP
	address of the request. Porting is trivial, in most cases
	changing the pointer from conn_rec->remote_ip to
	request_rec->useragent_ip is enough

error: implicit declaration of function 'ap_requires'
error: implicit declaration of function 'ap_default_type'

	These functions were removed along the 2.2 authnz API. It needs
	a non-trivial API redesign.

error: implicit declaration of function 'ap_get_server_version'
	
	Use ap_get_server_banner()

error: format not a string literal and no format arguments [-Werror=format-security]

	Apache2 modules are being built with hardening build flags now
	in order to satisfy the "hardening release goal" [2]. A trivial
	fix comes over that problem.

[1] http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html
[2] http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
[webauth_4.1.1-1-amd64-20120504-0412.gz (application/octet-stream, attachment)]

Added tag(s) upstream. Request was from Arno Töll <arno@debian.org> to control@bugs.debian.org. (Sat, 05 May 2012 12:59:03 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#666861; Package webauth. (Sat, 05 May 2012 18:57:03 GMT) (full text, mbox, link).


Acknowledgement sent to Russ Allbery <rra@debian.org>:
Extra info received and forwarded to list. (Sat, 05 May 2012 18:57:03 GMT) (full text, mbox, link).


Message #17 received at 666861@bugs.debian.org (full text, mbox, reply):

From: Russ Allbery <rra@debian.org>
To: arno@debian.org
Cc: 666861@bugs.debian.org
Subject: Re: Bug#666861: Test rebuild of your package webauth
Date: Sat, 05 May 2012 11:54:16 -0700
arno@debian.org writes:

> this is a follow-up message to your Apache 2.4 transition bug for
> package webauth. We are approaching an upload of the web server to
> Debian's Unstable repository as soon as the release team acknowledges
> the upload. Along that upload we are planning to raise the importance of
> this bug to a release-critical severity.

> Please port your packages now to Apache 2.4. Below you can find a
> test-rebuild for your package for the 2.4 version of the Apache web
> server. Please note, even if the rebuild was successful, you still need
> to make changes in the Debian specific part of your package. 

Thanks for the follow-up on this.

Please feel free to upgrade the bug and upload to unstable from my
perspective.  I finished the preliminary port to Apache 2.4 last week.  I
have additional upstream work that I want to do prior to the next upstream
release and need to fix a few more issues with the Apache 2.4 port, but
it's my intention to upload a new upstream version built against Apache
2.4 towards the end of this coming week or early in the week after.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>




Information forwarded to debian-bugs-dist@lists.debian.org, Russ Allbery <rra@debian.org>:
Bug#666861; Package webauth. (Sat, 05 May 2012 19:48:02 GMT) (full text, mbox, link).


Acknowledgement sent to Arno Töll <arno@debian.org>:
Extra info received and forwarded to list. Copy sent to Russ Allbery <rra@debian.org>. (Sat, 05 May 2012 19:48:02 GMT) (full text, mbox, link).


Message #22 received at 666861@bugs.debian.org (full text, mbox, reply):

From: Arno Töll <arno@debian.org>
To: Russ Allbery <rra@debian.org>
Cc: 666861@bugs.debian.org
Subject: Re: Bug#666861: Test rebuild of your package webauth
Date: Sat, 05 May 2012 21:45:11 +0200
[Message part 1 (text/plain, inline)]
Hi Russ,

On 05.05.2012 20:54, Russ Allbery wrote:
> Thanks for the follow-up on this.

thanks for your follow-up, too. Would you mind if I tag your bug
pending? According to your explanation your package is pretty much ready
as it sounds.


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#666861; Package webauth. (Sat, 05 May 2012 20:15:04 GMT) (full text, mbox, link).


Acknowledgement sent to Russ Allbery <rra@debian.org>:
Extra info received and forwarded to list. (Sat, 05 May 2012 20:15:05 GMT) (full text, mbox, link).


Message #27 received at 666861@bugs.debian.org (full text, mbox, reply):

From: Russ Allbery <rra@debian.org>
To: Arno Töll <arno@debian.org>
Cc: 666861@bugs.debian.org
Subject: Re: Bug#666861: Test rebuild of your package webauth
Date: Sat, 05 May 2012 13:13:17 -0700
Arno Töll <arno@debian.org> writes:
> On 05.05.2012 20:54, Russ Allbery wrote:

>> Thanks for the follow-up on this.

> thanks for your follow-up, too. Would you mind if I tag your bug
> pending? According to your explanation your package is pretty much ready
> as it sounds.

Usually I hold off on tagging things pending until I've actually committed
the fixes to a repository somewhere, and while the upstream part is
pushed, all the required Debian changes aren't even started yet.  But in
this case it sounds like it would help you be able to track where work is
in progress and where people are having trouble, so yes, that makes sense.
I don't expect the Debian packaging changes to be a huge challenge.

I've gone ahead and tagged this bug pending.

(And thank you so much for all of your work on the Apache packages, you
and the rest of the maintenance team.  This is a huge migration, and I
really like the system that you've put together for handling the
configuration and the transition.)

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>




Added tag(s) pending. Request was from Russ Allbery <rra@debian.org> to control@bugs.debian.org. (Sat, 05 May 2012 20:15:06 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Russ Allbery <rra@debian.org>:
Bug#666861; Package webauth. (Sun, 06 May 2012 20:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Arno Töll <arno@debian.org>:
Extra info received and forwarded to list. Copy sent to Russ Allbery <rra@debian.org>. (Sun, 06 May 2012 20:45:03 GMT) (full text, mbox, link).


Message #34 received at 666861@bugs.debian.org (full text, mbox, reply):

From: Arno Töll <arno@debian.org>
To: Russ Allbery <rra@debian.org>
Cc: 666861@bugs.debian.org
Subject: Re: Bug#666861: Test rebuild of your package webauth
Date: Sun, 06 May 2012 22:43:01 +0200
[Message part 1 (text/plain, inline)]
Hi Russ,

On 05.05.2012 22:13, Russ Allbery wrote:
> But in
> this case it sounds like it would help you be able to track where work is
> in progress and where people are having trouble, so yes, that makes sense.
> I don't expect the Debian packaging changes to be a huge challenge.

that's exactly the reason, thanks.

> (And thank you so much for all of your work on the Apache packages, you
> and the rest of the maintenance team.  This is a huge migration, and I
> really like the system that you've put together for handling the
> configuration and the transition.)

Thank you, again. Hopefully the release team won't stop us last minute,
exactly because it is a large and complicated transition, indeed. :)


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Russ Allbery <rra@debian.org>:
Bug#666861; Package webauth. (Fri, 18 May 2012 05:07:56 GMT) (full text, mbox, link).


Acknowledgement sent to Stefan Fritsch <sf@debian.org>:
Extra info received and forwarded to list. Copy sent to Russ Allbery <rra@debian.org>. (Fri, 18 May 2012 05:07:56 GMT) (full text, mbox, link).


Message #39 received at 666861@bugs.debian.org (full text, mbox, reply):

From: Stefan Fritsch <sf@debian.org>
To: 666794@bugs.debian.org, 666795@bugs.debian.org, 666797@bugs.debian.org, 666805@bugs.debian.org, 666829@bugs.debian.org, 666834@bugs.debian.org, 666836@bugs.debian.org, 666846@bugs.debian.org, 666863@bugs.debian.org, 666799@bugs.debian.org, 666800@bugs.debian.org, 666801@bugs.debian.org, 666802@bugs.debian.org, 666803@bugs.debian.org, 666807@bugs.debian.org, 666817@bugs.debian.org, 666820@bugs.debian.org, 666830@bugs.debian.org, 666840@bugs.debian.org, 666842@bugs.debian.org, 666843@bugs.debian.org, 666848@bugs.debian.org, 666853@bugs.debian.org, 666855@bugs.debian.org, 666856@bugs.debian.org, 666859@bugs.debian.org, 666860@bugs.debian.org, 666796@bugs.debian.org, 666804@bugs.debian.org, 666806@bugs.debian.org, 666809@bugs.debian.org, 666810@bugs.debian.org, 666811@bugs.debian.org, 666813@bugs.debian.org, 666814@bugs.debian.org, 666815@bugs.debian.org, 666821@bugs.debian.org, 666822@bugs.debian.org, 666825@bugs.debian.org, 666826@bugs.debian.org, 666831@bugs.debian.org, 666832@bugs.debian.org, 666833@bugs.debian.org, 666837@bugs.debian.org, 666838@bugs.debian.org, 666839@bugs.debian.org, 666844@bugs.debian.org, 666847@bugs.debian.org, 666849@bugs.debian.org, 666850@bugs.debian.org, 666852@bugs.debian.org, 666854@bugs.debian.org, 666858@bugs.debian.org, 666862@bugs.debian.org, 666864@bugs.debian.org, 666818@bugs.debian.org, 666808@bugs.debian.org, 666816@bugs.debian.org, 666835@bugs.debian.org, 666857@bugs.debian.org, 666861@bugs.debian.org, 666828@bugs.debian.org, 666792@bugs.debian.org, 666793@bugs.debian.org, 666798@bugs.debian.org, 666812@bugs.debian.org, 666819@bugs.debian.org, 666823@bugs.debian.org, 666824@bugs.debian.org, 666827@bugs.debian.org, 666841@bugs.debian.org, 666845@bugs.debian.org, 666851@bugs.debian.org
Subject: Apache2 2.4 transition postponed until after Wheezy
Date: Fri, 18 May 2012 07:03:55 +0200
Hi,

we have decided to postpone the transition to apache2 2.4. The main blocker is that mod_perl needs a major new upstream release which very likely won't be ready in time for Wheezy and we don't want to release Wheezy without mod_perl.

The transition will probably happen shortly after the release of Wheezy. We are sorry for any inconvenience this may have caused.

Cheers,
Stefan




Reply sent to Russ Allbery <rra@debian.org>:
You have taken responsibility. (Tue, 17 Jul 2012 21:21:21 GMT) (full text, mbox, link).


Notification sent to arno@debian.org:
Bug acknowledged by developer. (Tue, 17 Jul 2012 21:21:21 GMT) (full text, mbox, link).


Message #44 received at 666861-close@bugs.debian.org (full text, mbox, reply):

From: Russ Allbery <rra@debian.org>
To: 666861-close@bugs.debian.org
Subject: Bug#666861: fixed in webauth 4.2.0-1
Date: Tue, 17 Jul 2012 21:20:56 +0000
Source: webauth
Source-Version: 4.2.0-1

We believe that the bug you reported is fixed in the latest version of
webauth, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 666861@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russ Allbery <rra@debian.org> (supplier of updated webauth package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jul 2012 22:58:20 -0700
Source: webauth
Binary: libapache2-mod-webauth libapache2-mod-webkdc libapache2-webauth libapache2-webkdc libwebauth-perl libwebauth7 libwebauth-dev libwebkdc-perl webauth-tests webauth-utils webauth-weblogin
Architecture: source i386 all
Version: 4.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Russ Allbery <rra@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 libapache2-mod-webauth - Apache modules for WebAuth authentication
 libapache2-mod-webkdc - Apache modules for a WebAuth authentication KDC
 libapache2-webauth - Transitional package for WebAuth Apache modules
 libapache2-webkdc - Transitional package for WebAuth authentication KDC
 libwebauth-dev - Development files for WebAuth authentication
 libwebauth-perl - Perl library for WebAuth authentication
 libwebauth7 - Shared libraries for WebAuth authentication
 libwebkdc-perl - Perl libraries for WebAuth central login server
 webauth-tests - Tests for the WebAuth authentication modules
 webauth-utils - Command-line utilities for WebAuth authentication
 webauth-weblogin - Central login server for WebAuth authentication
Closes: 666861
Changes: 
 webauth (4.2.0-1) experimental; urgency=low
 .
   * New upstream release.
     - Add support for Apache 2.4.  (Closes: #666861)
     - Support for AuthType StanfordAuth has been deprecated, and the
       corresponding mod_webauthldap support is not available when built
       against Apache 2.4.
     - Support use of Kerberos keyring caches for passing delegated
       credentials from mod_webauth to CGI and embedded code.
     - Fix merging of mod_webkdc Apache directives in corner cases.
     - Hopefully fix some problems with orphaned WebLogin login.fcgi and
       pwchange.fcgi scripts when running under FastCGI.
     - Significant revisions of the WebAuth Perl module API.
     - Allow id tokens of type krb5 to omit the subject attribute.
     - Convert the key and keyring functions in the WebAuth library API
       to use APR.  The signatures of these functions have therefore
       changed, and keyring manipulation has changed considerably.  Some
       of the APIs have been simplified or renamed.
     - The webauth_random_bytes, webauth_random_key, webauth_token_create,
       and webauth_token_parse APIs have been removed
     - All Perl modules now have POD documentation.
   * Convert to Apache 2.4 and follow the Apache module policy.
     - Rename libapache2-webauth to libapache2-mod-webauth and
       libapache2-webkdc to libapache2-mod-webkdc.  Add transitional
       packages to ease the upgrade.
     - Use dh_apache2 to handle module and configuration installation.  Do
       not use it for maitnainer script actions, since
       libapache2-mod-webauth modules have required configuration and can't
       be enabled by default.
     - Update the maintainer script actions for the new Apache module
       policy.
     - Depend on apache2-dev instead of apache2-threaded-dev.
     - Remove explicit dependencies on apache2.2-common.
     - Use apxs, not apxs2.
   * Mark libwebauth7 and libwebauth-dev Multi-Arch: same and webauth-utils
     Multi-Arch: foreign.  Convert to multiarch library paths.
   * libwebauth-dev now suggests libapr1-dev since it is required to use
     the parts of the API that require APR (such as keyring traversal or
     creating the WebAuth context from an existing APR pool).
   * Switch to xz compression for the upstream and Debian tarballs and for
     the data element of the generated binary packages.
   * Enable parallel builds.
   * Use dh-autoreconf to always regenerate the build system from source.
     Link with --as-needed to ensure we don't pick up unnecessary shared
     library dependencies.
   * Move single-debian-patch to local-options and patch-header to
     local-patch-header so that they only apply to the packages I build and
     NMUs get regular version-numbered patches.
   * Purging libapache2-mod-{webauth,webkdc} no longer unconditionally
     removes the contents of /var/lib/{webauth,webkdc}.  Instead, known
     files are removed and then removal of the directory is attempted,
     ignoring failure if the directory is non-empty.
   * Update to debhelper compatibility level V9.
     - Use dpkg-buildflags to set CFLAGS.
     - Enable bindnow hardening.  Leave PIE off for right now.
     - Simplify all *.install rules to remove debian/tmp and not specify
       the destination if it echoes the source.
   * Convert debian/copyright to copyright-format 1.0.
Checksums-Sha1: 
 40b6d3579d0ee70a233e4fd2d4543f411c036b2f 2648 webauth_4.2.0-1.dsc
 4b5744c776ced0275629e388945f5d350fd1218a 767000 webauth_4.2.0.orig.tar.xz
 f1d16a39475edd3fec514506313229bca20964eb 22404 webauth_4.2.0-1.debian.tar.xz
 3ed53467336c2fd66213dddab888a9eb12a13726 211914 libapache2-mod-webauth_4.2.0-1_i386.deb
 439678795d6ef90c952008bf37d3af5875d3cb6f 91862 libapache2-mod-webkdc_4.2.0-1_i386.deb
 7f709eeca0b2f69d7409290bfa0b193da3d562d1 36262 libapache2-webauth_4.2.0-1_all.deb
 e2c7fbbd933bd73bd2b9befc15eb10a08c0099e0 35642 libapache2-webkdc_4.2.0-1_all.deb
 c14deb557ffbf267af1145a4ddd52622fcaf7806 118168 libwebauth-perl_4.2.0-1_i386.deb
 d4e6beed34efbbb7171280d1c1d64523975df2a3 68386 libwebauth7_4.2.0-1_i386.deb
 aa6d4516e828c9a88bf2a6098211b403b0cfaf2f 82736 libwebauth-dev_4.2.0-1_i386.deb
 95b49b0ecbfe0afeeec7fe3d9a94ecae84048ce5 88998 libwebkdc-perl_4.2.0-1_all.deb
 c4883d3b920bd1c662accc80a91822920b604bae 45488 webauth-tests_4.2.0-1_all.deb
 458fbe86ba2757f9bda464fdae1d6cd632592ebe 44970 webauth-utils_4.2.0-1_i386.deb
 eb6934000c458d28a6e7cd20a873f14308075035 98086 webauth-weblogin_4.2.0-1_all.deb
Checksums-Sha256: 
 ff64e4096f749726175e6f7f2d21ee7fd7c88df9e12d53bc4b8597b0a52e223a 2648 webauth_4.2.0-1.dsc
 038d0fe090f68a7101638b4d6156b721e6a10ab33f5740767e4ff6f99a59f0cc 767000 webauth_4.2.0.orig.tar.xz
 7653a79e2d91683648f0fd170c16d8deca67ce323db47d6bc90ff26008e4b494 22404 webauth_4.2.0-1.debian.tar.xz
 c2642d22c9810f324e1726f8767ff86afb1da224795dca51ba9f6416ebd604f4 211914 libapache2-mod-webauth_4.2.0-1_i386.deb
 f18a82ac14822c45b84eb6985a8a9f9203daa2e53d4d711f58b65240ae630527 91862 libapache2-mod-webkdc_4.2.0-1_i386.deb
 f55b0663fc985fc3164c5da279d609840097e2cf4c9e5416e6dbf744550b9d87 36262 libapache2-webauth_4.2.0-1_all.deb
 c20ead593ebbfd71756c123314c171db19a317ea2c7379f140bd71ccc25a023e 35642 libapache2-webkdc_4.2.0-1_all.deb
 8cba687c87744a680e2081116fba3bc86d1ed34f206a4c602f5edebeb1ea5e67 118168 libwebauth-perl_4.2.0-1_i386.deb
 ec18f8fead3e717ed4d8a9827bdb3275a483eaeee09754789c3acd7f36903035 68386 libwebauth7_4.2.0-1_i386.deb
 ba86d0e2d83b71e1fd09ff249e5968e797f05dd5d78ddbd784e903c14448ec60 82736 libwebauth-dev_4.2.0-1_i386.deb
 4cd7ff780efd087a4043b00fb10e2d75b3f636c8dd56d6364d3a53d58aa8a9b2 88998 libwebkdc-perl_4.2.0-1_all.deb
 f77de534cc24a65b330a911cf210f4918b3c1ff36b465f398e456824a49e272c 45488 webauth-tests_4.2.0-1_all.deb
 19dae62fe725f6f07727a4ed115356cd5c9a7d74d54f77f8b6105f3168287952 44970 webauth-utils_4.2.0-1_i386.deb
 8ee9ba74945025fefb170dcd7fcb605cbaa6a188fbb9e51af5f3e9655bca8004 98086 webauth-weblogin_4.2.0-1_all.deb
Files: 
 09ab35d61fd72ff29641225246672b0f 2648 web optional webauth_4.2.0-1.dsc
 48bf40ff18f73315d544c80708738922 767000 web optional webauth_4.2.0.orig.tar.xz
 24498cb7f061577de6aa46ec789d226d 22404 web optional webauth_4.2.0-1.debian.tar.xz
 e7107710fbddc71f24244d0a5338ccce 211914 httpd optional libapache2-mod-webauth_4.2.0-1_i386.deb
 53bd1623e35de7baa9e53158f79ee9bf 91862 httpd optional libapache2-mod-webkdc_4.2.0-1_i386.deb
 ab68d492cb605e920ae166866da166e7 36262 oldlibs extra libapache2-webauth_4.2.0-1_all.deb
 459f468fe15b68d66164357eb41e456c 35642 oldlibs extra libapache2-webkdc_4.2.0-1_all.deb
 488c76804ebc8ef8e54a5559a2f41a0c 118168 perl optional libwebauth-perl_4.2.0-1_i386.deb
 9a42941c4296cc80ac37c95fb24a553b 68386 libs optional libwebauth7_4.2.0-1_i386.deb
 71c5edf53cf9d93c5b9ac8e4e869b0c4 82736 libdevel extra libwebauth-dev_4.2.0-1_i386.deb
 6adfaebbd3ad3fef741fa169c5d1bbbd 88998 perl optional libwebkdc-perl_4.2.0-1_all.deb
 48bab5cf016c32f76878b50028cd2a50 45488 web optional webauth-tests_4.2.0-1_all.deb
 85a404ae3f86c81fefdd9f899cd1d79c 44970 web optional webauth-utils_4.2.0-1_i386.deb
 67a2e4f93f2d4ca8d75882a2e074f961 98086 web optional webauth-weblogin_4.2.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCAAGBQJQAQ0UAAoJEH2AMVxXNt51Hx4IAIoNymf/ZBoDleSVDxYqFZSH
jRc7Sd2t+Kvfes8S63zBnS/mpt9U6a6XEOIEVqsLsU6s+ktn8VTm4dnr9pm7AGHJ
zSkMI8q1w6hUO5QQJVQk18jr7qPXaeufTZ0aLxeVJrbwhSXk+8gfLV+NToptfIWZ
HlMTaOurPjSaME8REI/7F137Cm64VLYRviM8+NGM11k4PJY0Ojt8AYUkFVFvo90W
/F15iNaqDxYbDdBC0pwFBp4RhjZz9DJBnZTc3H7hL/1W+fQi0jZzRblSVw9B5Cdy
N7NTnit0nV00eIHuAaC/yZkj/IQFWnLkYBkCfGZX6EP/lUNazJXlN8Jt+nITLEs=
=4epg
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 13 Dec 2012 07:29:28 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 00:51:51 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.