Debian Bug report logs - #666845
apache-mod-auth-ntlm-winbind: sourceful transition towards Apache 2.4

version graph

Package: apache-mod-auth-ntlm-winbind; Maintainer for apache-mod-auth-ntlm-winbind is (unknown);

Reported by: arno@debian.org

Date: Sun, 1 Apr 2012 21:28:44 UTC

Severity: important

Tags: confirmed

Fixed in versions apache-mod-auth-ntlm-winbind/0.0.0.lorikeet+svn+801-2, apache-mod-auth-ntlm-winbind/0.0.0.lorikeet+svn+801-4

Done: Olly Betts <olly@survex.com>

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 Olly Betts <olly@survex.com>:
Bug#666845; Package apache-mod-auth-ntlm-winbind. (Sun, 01 Apr 2012 21:28:48 GMT) (full text, mbox, link).


Acknowledgement sent to arno@debian.org:
New Bug report received and forwarded. Copy sent to Olly Betts <olly@survex.com>. (Sun, 01 Apr 2012 21:28:48 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: apache-mod-auth-ntlm-winbind: sourceful transition towards Apache 2.4
Date: Sun, 01 Apr 2012 21:15:51 +0000
Package: apache-mod-auth-ntlm-winbind
Severity: important
User: debian-apache@lists.debian.org
Usertags: apache24transition

Dear maintainer,

your package apache-mod-auth-ntlm-winbind 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, Olly Betts <olly@survex.com>:
Bug#666845; Package apache-mod-auth-ntlm-winbind. (Sat, 05 May 2012 12:46:48 GMT) (full text, mbox, link).


Acknowledgement sent to arno@debian.org:
Extra info received and forwarded to list. Copy sent to Olly Betts <olly@survex.com>. (Sat, 05 May 2012 12:46:51 GMT) (full text, mbox, link).


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

From: arno@debian.org
To: 666845@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Test rebuild of your package apache-mod-auth-ntlm-winbind
Date: Sat, 05 May 2012 13:48:59 +0200
[Message part 1 (text/plain, inline)]
tags 666845 '+confirmed'
thanks
Dear maintainer,

this is a follow-up message to your Apache 2.4 transition bug for
package apache-mod-auth-ntlm-winbind. 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-OK
comment: 

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
[apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-1-amd64-20120504-0406.gz (application/octet-stream, attachment)]

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


Reply sent to Olly Betts <olly@survex.com>:
You have taken responsibility. (Fri, 11 May 2012 05:06:03 GMT) (full text, mbox, link).


Notification sent to arno@debian.org:
Bug acknowledged by developer. (Fri, 11 May 2012 05:06:03 GMT) (full text, mbox, link).


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

From: Olly Betts <olly@survex.com>
To: 666845-close@bugs.debian.org
Subject: Bug#666845: fixed in apache-mod-auth-ntlm-winbind 0.0.0.lorikeet+svn+801-2
Date: Fri, 11 May 2012 05:02:12 +0000
Source: apache-mod-auth-ntlm-winbind
Source-Version: 0.0.0.lorikeet+svn+801-2

We believe that the bug you reported is fixed in the latest version of
apache-mod-auth-ntlm-winbind, which is due to be installed in the Debian FTP archive:

apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.debian.tar.gz
  to main/a/apache-mod-auth-ntlm-winbind/apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.debian.tar.gz
apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.dsc
  to main/a/apache-mod-auth-ntlm-winbind/apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.dsc
libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2_amd64.deb
  to main/a/apache-mod-auth-ntlm-winbind/libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2_amd64.deb



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 666845@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Olly Betts <olly@survex.com> (supplier of updated apache-mod-auth-ntlm-winbind 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, 11 May 2012 03:20:53 +0000
Source: apache-mod-auth-ntlm-winbind
Binary: libapache2-mod-auth-ntlm-winbind
Architecture: source amd64
Version: 0.0.0.lorikeet+svn+801-2
Distribution: experimental
Urgency: low
Maintainer: Olly Betts <olly@survex.com>
Changed-By: Olly Betts <olly@survex.com>
Description: 
 libapache2-mod-auth-ntlm-winbind - apache2 module for NTLM authentication against Winbind
Closes: 666845
Changes: 
 apache-mod-auth-ntlm-winbind (0.0.0.lorikeet+svn+801-2) experimental; urgency=low
 .
   * Upload to experimental to test against Apache 2.4.
   * Update for Apache 2.4 transition (Closes: #666845)
     + New patch: aplog-use-module.patch
   * debian/control: "Standards-Version: 3.9.3" (no changes required).
   * New patch: fix-set-but-not-used-warning.patch
Checksums-Sha1: 
 3e4dafaa787d728795d43f39d9f1a93dea8cc490 2085 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.dsc
 aea11ace3306beffd47dbb7dbf755f2e1b9dbd57 2840 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.debian.tar.gz
 9a648bb9f9bd5acd2022992b57046f38db4df5a6 14442 libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2_amd64.deb
Checksums-Sha256: 
 f80462dd7df6dce1ec224cf23a4baa42e891c8fc0266123fecfa21e4bc168f59 2085 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.dsc
 68b6e29ea3cf8474b89f8c1c76926a642c5730ac804c8c6265aa751b417d62ab 2840 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.debian.tar.gz
 6f7dac2c374ef427024c2655be3618d07f89a71ee161a4a30c110080ba5fbfa8 14442 libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2_amd64.deb
Files: 
 ad4608b746efe8704b75235121ba676f 2085 web optional apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.dsc
 1a7b1a05f31e2926d88f440370721515 2840 web optional apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2.debian.tar.gz
 f23b3dab45c629be08ec30dcb66a6a99 14442 web optional libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-2_amd64.deb

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

iQIcBAEBCAAGBQJPrJovAAoJEBgUewc7rSsHgh0P/RJeTI6i1lJpU+gCloyRPjL8
pJQatJqA5AIX17kpJNWaqBLjmyFT6/VcSkZ1I4NoqPs3pexygxsWbb6UOxvameGb
6H53MwYxAiK+e5WWVs7+MnT4o9isVhFF0rprj5XcfNaE6vwppYQCvDFEEMz5wcWS
pzsm4JOX5mUyJIA/TcV8lelK2SNFCce2s0cBvsBpSoao8UNM+Khgjibf16PMOgmI
NOY9IlgxDOpIVsxIoHefia/fC70GhpKiMApC2jdL5yWx7PFKkITdu2L/OlTj7XVk
4/PVz4X+7RPgUFGZYo1QZLKm9669B+wrJnnqH4vIjPatCVet+tknj0+Vr25JOo6l
RpPnd+1doFsB0DkfbUTY2F+AkUOIg7UzuIEwxyMTixzEm+1eWS2d8TJpToJ0Zrvn
2noUDFe6IxziWEdFYQL5dEtAN1T0bw8UX0v8KLq5s/14N1WGHOc2banBl/2MmghE
udtuCsXc5kbUZzmbqEYSkByDuzeoct1mamwKMWt96WFcNVG8bmtF81zf5tQZMfe4
xoPrSlOSHjdF5K0TdsYHoLhXHNejyUSUPxwjA/r1HEAT5LXSOilro7QxTBJ2ktRe
DtJgYWcp+m0A6IG4vByJLlWyoo2Wibp8+zrhbptjx7BKWf1urWz42gSLtaiZRtPp
N99+kuyDzGj+rQj/dQ3d
=nSUo
-----END PGP SIGNATURE-----





Information forwarded to debian-bugs-dist@lists.debian.org, Olly Betts <olly@survex.com>:
Bug#666845; Package apache-mod-auth-ntlm-winbind. (Fri, 18 May 2012 05:07:30 GMT) (full text, mbox, link).


Acknowledgement sent to Stefan Fritsch <sf@debian.org>:
Extra info received and forwarded to list. Copy sent to Olly Betts <olly@survex.com>. (Fri, 18 May 2012 05:07:30 GMT) (full text, mbox, link).


Message #22 received at 666845@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




Information forwarded to Olly Betts <olly@survex.com>:
Bug#666845; Package apache-mod-auth-ntlm-winbind. (Thu, 23 May 2013 11:17:17 GMT) (full text, mbox, link).


Acknowledgement sent to Arno Töll <arno@debian.org>:
Extra info received and forwarded to maintainer. Copy sent to Olly Betts <olly@survex.com>. (Thu, 23 May 2013 11:17:17 GMT) (full text, mbox, link).


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

From: Arno Töll <arno@debian.org>
To: 666794-maintonly@bugs.debian.org, 666797-maintonly@bugs.debian.org, 666805-maintonly@bugs.debian.org, 666829-maintonly@bugs.debian.org, 666836-maintonly@bugs.debian.org, 666846-maintonly@bugs.debian.org, 666863-maintonly@bugs.debian.org, 666799-maintonly@bugs.debian.org, 666800-maintonly@bugs.debian.org, 666801-maintonly@bugs.debian.org, 666802-maintonly@bugs.debian.org, 666807-maintonly@bugs.debian.org, 666820-maintonly@bugs.debian.org, 666830-maintonly@bugs.debian.org, 666840-maintonly@bugs.debian.org, 666842-maintonly@bugs.debian.org, 666848-maintonly@bugs.debian.org, 666855-maintonly@bugs.debian.org, 666859-maintonly@bugs.debian.org, 666860-maintonly@bugs.debian.org, 666796-maintonly@bugs.debian.org, 666804-maintonly@bugs.debian.org, 666806-maintonly@bugs.debian.org, 666809-maintonly@bugs.debian.org, 666810-maintonly@bugs.debian.org, 666811-maintonly@bugs.debian.org, 666813-maintonly@bugs.debian.org, 666814-maintonly@bugs.debian.org, 666815-maintonly@bugs.debian.org, 666821-maintonly@bugs.debian.org, 666822-maintonly@bugs.debian.org, 666826-maintonly@bugs.debian.org, 666831-maintonly@bugs.debian.org, 666832-maintonly@bugs.debian.org, 666833-maintonly@bugs.debian.org, 666837-maintonly@bugs.debian.org, 666838-maintonly@bugs.debian.org, 666839-maintonly@bugs.debian.org, 666844-maintonly@bugs.debian.org, 666847-maintonly@bugs.debian.org, 666849-maintonly@bugs.debian.org, 666850-maintonly@bugs.debian.org, 666852-maintonly@bugs.debian.org, 666854-maintonly@bugs.debian.org, 666858-maintonly@bugs.debian.org, 666862-maintonly@bugs.debian.org, 666864-maintonly@bugs.debian.org, 707060-maintonly@bugs.debian.org, 707063-maintonly@bugs.debian.org, 707064-maintonly@bugs.debian.org, 666825-maintonly@bugs.debian.org, 666808-maintonly@bugs.debian.org, 666834-maintonly@bugs.debian.org, 666835-maintonly@bugs.debian.org, 666851-maintonly@bugs.debian.org, 666857-maintonly@bugs.debian.org, 666817-maintonly@bugs.debian.org, 666818-maintonly@bugs.debian.org, 666828-maintonly@bugs.debian.org, 666853-maintonly@bugs.debian.org, 666856-maintonly@bugs.debian.org, 707061-maintonly@bugs.debian.org, 707062-maintonly@bugs.debian.org, 707065-maintonly@bugs.debian.org, 707066-maintonly@bugs.debian.org, 666792-maintonly@bugs.debian.org, 666793-maintonly@bugs.debian.org, 666795-maintonly@bugs.debian.org, 666798-maintonly@bugs.debian.org, 666803-maintonly@bugs.debian.org, 666812-maintonly@bugs.debian.org, 666816-maintonly@bugs.debian.org, 666819-maintonly@bugs.debian.org, 666823-maintonly@bugs.debian.org, 666824-maintonly@bugs.debian.org, 666827-maintonly@bugs.debian.org, 666841-maintonly@bugs.debian.org, 666843-maintonly@bugs.debian.org, 666845-maintonly@bugs.debian.org, 666861-maintonly@bugs.debian.org, 707024@bugs.debian.org, 661958@bugs.debian.org
Subject: Apache 2.4 upload date scheduled for May 30
Date: Thu, 23 May 2013 13:13:53 +0200
[Message part 1 (text/plain, inline)]
Hello fellow maintainers,

we are ready to upload Apache2 2.4 to Debian Sid now. This means the
transition is effectively starting now, and going to break your modules.


We have scheduled the upload for May 30, 2013 BEFORE the 19:52 UTC
dinstall on ftp-master.

To minimize the breakage to our Sid users, we'd ask all of you having a
transitioned package ready in Experimental, to make an upload to Sid
AFTER the 13:52 UTC dinstall, and BEFORE 19:52 UTC [1].


Let us know if you need a sponsor, or our help to upload your packages
in that time window. Please note, you could also use the DELAYED queue
to make timed upload [2].

[1] http://ftp-master.debian.org/#dinstall
[2] http://ftp-master.debian.org/deferred.html


-- 
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#666845; Package apache-mod-auth-ntlm-winbind. (Fri, 24 May 2013 01:09:04 GMT) (full text, mbox, link).


Acknowledgement sent to Olly Betts <olly@survex.com>:
Extra info received and forwarded to list. (Fri, 24 May 2013 01:09:04 GMT) (full text, mbox, link).


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

From: Olly Betts <olly@survex.com>
To: Arno Töll <arno@debian.org>, 666845@bugs.debian.org
Subject: Re: Bug#666845: Apache 2.4 upload date scheduled for May 30
Date: Fri, 24 May 2013 12:40:38 +1200
On Thu, May 23, 2013 at 01:13:53PM +0200, Arno Töll wrote:
> To minimize the breakage to our Sid users, we'd ask all of you having a
> transitioned package ready in Experimental, to make an upload to Sid
> AFTER the 13:52 UTC dinstall, and BEFORE 19:52 UTC [1].

Local time, that's between 1:52am and 7:52am, so I'll (hopefully) be
asleep for that whole time window.

> Let us know if you need a sponsor, or our help to upload your packages
> in that time window. Please note, you could also use the DELAYED queue
> to make timed upload [2].

The DELAYED queue only allows delaying by a whole number of days AIUI,
so doesn't really help in a situation like this - I'd still need to
make the upload in the middle of the night, just of a different night.

But feel free to take the version already in experimental and NMU it
to unstable once you're ready for it.

Cheers,
    Olly



Information forwarded to debian-bugs-dist@lists.debian.org, Olly Betts <olly@survex.com>:
Bug#666845; Package apache-mod-auth-ntlm-winbind. (Fri, 24 May 2013 11:21:04 GMT) (full text, mbox, link).


Acknowledgement sent to Arno Töll <arno@debian.org>:
Extra info received and forwarded to list. Copy sent to Olly Betts <olly@survex.com>. (Fri, 24 May 2013 11:21:04 GMT) (full text, mbox, link).


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

From: Arno Töll <arno@debian.org>
To: Olly Betts <olly@survex.com>
Cc: 666845@bugs.debian.org
Subject: Re: Bug#666845: Apache 2.4 upload date scheduled for May 30
Date: Fri, 24 May 2013 13:18:05 +0200
[Message part 1 (text/plain, inline)]
On 24.05.2013 02:40, Olly Betts wrote:
> The DELAYED queue only allows delaying by a whole number of days AIUI,
> so doesn't really help in a situation like this - I'd still need to
> make the upload in the middle of the night, just of a different night.

True. But you could leave your system running tonight (your night) and
run a at(1) job. If it works out: great ...

> But feel free to take the version already in experimental and NMU it
> to unstable once you're ready for it.

... if not, I can do that if you wish.

Having that said your module is perhaps not one of those with a
gazillion of users so that the breakage can still be fixed later I'd
say, esecpially given the sheer amount of modules which will break
regardless because nobody transitioned them yet.


-- 
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#666845; Package apache-mod-auth-ntlm-winbind. (Thu, 30 May 2013 08:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to Olly Betts <olly@survex.com>:
Extra info received and forwarded to list. (Thu, 30 May 2013 08:00:04 GMT) (full text, mbox, link).


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

From: Olly Betts <olly@survex.com>
To: Arno Töll <arno@debian.org>
Cc: 666845@bugs.debian.org
Subject: Re: Bug#666845: Apache 2.4 upload date scheduled for May 30
Date: Thu, 30 May 2013 08:18:39 +0100
On Fri, May 24, 2013 at 01:18:05PM +0200, Arno Töll wrote:
> On 24.05.2013 02:40, Olly Betts wrote:
> > The DELAYED queue only allows delaying by a whole number of days AIUI,
> > so doesn't really help in a situation like this - I'd still need to
> > make the upload in the middle of the night, just of a different night.
> 
> True. But you could leave your system running tonight (your night) and
> run a at(1) job. If it works out: great ...

My laptop tends to run rather hot, so I don't like to leave it on.

> > But feel free to take the version already in experimental and NMU it
> > to unstable once you're ready for it.
> 
> ... if not, I can do that if you wish.
> 
> Having that said your module is perhaps not one of those with a
> gazillion of users so that the breakage can still be fixed later I'd
> say, esecpially given the sheer amount of modules which will break
> regardless because nobody transitioned them yet.

Indeed - sadly I bet the typical delay will be measured weeks rather
than hours.

I've just uploaded a package with a few improvements (unrelated to the
transition) to experimental.  Feel free to push that across to unstable
once you've uploaded apache if you like, or I can just do it tomorrow
myself.

Cheers,
    Olly



Information forwarded to debian-bugs-dist@lists.debian.org, Olly Betts <olly@survex.com>:
Bug#666845; Package apache-mod-auth-ntlm-winbind. (Thu, 30 May 2013 15:51:05 GMT) (full text, mbox, link).


Acknowledgement sent to Axel Beckert <abe@debian.org>:
Extra info received and forwarded to list. Copy sent to Olly Betts <olly@survex.com>. (Thu, 30 May 2013 15:51:05 GMT) (full text, mbox, link).


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

From: Axel Beckert <abe@debian.org>
To: Olly Betts <olly@survex.com>, 666845@bugs.debian.org
Cc: debian-apache@lists.debian.org
Subject: Re: Bug#666845: Apache 2.4 upload date scheduled for May 30
Date: Thu, 30 May 2013 17:49:27 +0200
Hi Olly,

Olly Betts wrote:
> I've just uploaded a package with a few improvements (unrelated to the
> transition) to experimental.  Feel free to push that across to unstable
> once you've uploaded apache if you like, or I can just do it tomorrow
> myself.

Arno and I just agreed on IRC that doing a maintainer upload tomorrow
is fine. Thanks for your help!

		Regards, Axel
-- 
 ,''`.  |  Axel Beckert <abe@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



Reply sent to Olly Betts <olly@survex.com>:
You have taken responsibility. (Thu, 30 May 2013 22:51:20 GMT) (full text, mbox, link).


Notification sent to arno@debian.org:
Bug acknowledged by developer. (Thu, 30 May 2013 22:51:20 GMT) (full text, mbox, link).


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

From: Olly Betts <olly@survex.com>
To: 666845-close@bugs.debian.org
Subject: Bug#666845: fixed in apache-mod-auth-ntlm-winbind 0.0.0.lorikeet+svn+801-4
Date: Thu, 30 May 2013 22:48:11 +0000
Source: apache-mod-auth-ntlm-winbind
Source-Version: 0.0.0.lorikeet+svn+801-4

We believe that the bug you reported is fixed in the latest version of
apache-mod-auth-ntlm-winbind, 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 666845@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Olly Betts <olly@survex.com> (supplier of updated apache-mod-auth-ntlm-winbind 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 30 May 2013 22:05:25 +0000
Source: apache-mod-auth-ntlm-winbind
Binary: libapache2-mod-auth-ntlm-winbind
Architecture: source amd64
Version: 0.0.0.lorikeet+svn+801-4
Distribution: unstable
Urgency: low
Maintainer: Olly Betts <olly@survex.com>
Changed-By: Olly Betts <olly@survex.com>
Description: 
 libapache2-mod-auth-ntlm-winbind - apache2 module for NTLM authentication against Winbind
Closes: 666845
Changes: 
 apache-mod-auth-ntlm-winbind (0.0.0.lorikeet+svn+801-4) unstable; urgency=low
 .
   * Upload to unstable (Closes: #666845)
Checksums-Sha1: 
 6eed57d23478b8147355f01134083195207df34f 2094 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4.dsc
 e5b1edefba53d8255a7a86f2d276a5584e7de5fc 3230 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4.debian.tar.gz
 986d67d99eca6eeecb14f4373ff3c4fd8cef63b5 14758 libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4_amd64.deb
Checksums-Sha256: 
 53e363897c3a73a7a508d91fc5a9e767906954e186f3611e789cc6089cc1ec9e 2094 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4.dsc
 29809660e98c276fa16ce8f4a29d45598b9fb1ef723c14f00a4288629606c5ad 3230 apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4.debian.tar.gz
 2c5decdc8e6076c02c0227f2165b70b679ae0d23c46695c075ece4ff88a63f0e 14758 libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4_amd64.deb
Files: 
 951d9c4ef43fe8c70c6ebb213b273e10 2094 httpd optional apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4.dsc
 8fc11a10a7cd6fe5647ed1e33ac800ed 3230 httpd optional apache-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4.debian.tar.gz
 62ef7f1546952215f0694510288cf369 14758 httpd optional libapache2-mod-auth-ntlm-winbind_0.0.0.lorikeet+svn+801-4_amd64.deb

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

iQIcBAEBAgAGBQJRp9VxAAoJEBgUewc7rSsH3q4P/1+Ca6s2aTpIwuh4cB4thpr/
eEuKr68BPLEBixxhJMg8Yi0s232xEc5u8enAYJpGSoGODvrVgvQ//INCo54ZWo0t
Nsmd4GHE1/jtk2zsTmENN0AhClVZfEe4j/QU+KvDRSNqjkc4MOf7VLnua49c7NXj
/NqscdBDP4PFqCNL3Bd+a2D80WMOwpBQqsa0A4AXkqnU5uGUOqFJX2LhXZB4r/j4
ghFpvkGR9JUykXKqlJQMwabGrkCKv8VheVQlM6TYI2rikLFiP3Ls3/n7XhtrXGRy
mzFWTzS3FrlfAiSY7WgvsQNkDcj4Kz8CXwnDP9RC6mDIzIQsA9hUgT20pTVQbOsl
FGkGUUlO61nvXiWzSFsxKfUVzSQHX5SLZchAS6Z8mIysMTG8F9T45D7mnmw39E7U
jlCKc6jDJxdZtrbUluAdIw1d7IAVzDjWKKtj7kJzl/epDgeKg4fEinBwiuzZ+qE7
Vn4maHzwI0ZxUhvtusZqMztRFyera20mapELA8OLMMnVFO5Ahmg/wWf3aGTaJnDw
TiPlCo3qtrIoQZDZekSPOhUZuxLSAEH0xUSTq3qfK3WkL6iVtMNz500pmUn8N45L
N8cPvY/Em2RbhWRQhQi5pfeyYD3RAZrsAQZeVvRFJZE+dFC2y2vbo57iyDHGgMYX
BRE7k2nzKOio1DUNaXs1
=am9h
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Fri, 30 Aug 2013 07:33:41 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:52:04 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.