security issue unblocks

2008-12-12 Thread Thijs Kinkhorst
Hi,

Please unblock the following for fixing security issues:

awstats/6.7.dfsg-5.1
phpmyadmin/4:2.11.8.1-5


thanks,
Thijs


pgp9Nrm3Etzwt.pgp
Description: PGP signature


Re: security issue unblocks

2008-12-12 Thread Nico Golde
Hi,
* Thijs Kinkhorst th...@debian.org [2008-12-12 12:30]:
 Please unblock the following for fixing security issues:
 
 awstats/6.7.dfsg-5.1

already unblocked by Luk.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpTkOncmBvKD.pgp
Description: PGP signature


Please unblock rsyslog 3.18.6-1 (security fix)

2008-12-12 Thread Michael Biebl
Hi release team,

please unblock rsyslog 3.18.6-1.
 It contains an important security fix, which is reported as Debian bug [1].

Further information regarding the security issue can be found at secunia [2] and
upstream [3]. The complete upstream changes between 3.18.5 and 3.18.6 can be
found in the upstream git repository [4].

The Debian changelog is:

rsyslog (3.18.6-1) unstable; urgency=high

  * New upstream bugfix release.
- Fix $AllowedSender security bypass vulnerability. The $AllowedSender
  configuration directive was not respected, allowing unrestricted network
  access to the application. Closes: #508027
  No CVE id yet.
  * Urgency high for the security fix.
  * debian/patches/manpage_fixes.patch
- Fix typos in rsyslogd man page. Closes: #506925
  Thanks to Geoff Simmons for the patch.

 -- Michael Biebl bi...@debian.org  Fri, 12 Dec 2008 17:36:02 +0100

Cheers,
Michael



[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508027
[2] http://secunia.com/Advisories/32857/
[3] http://www.rsyslog.com/Article322.phtml
[4]
http://git.adiscon.com/?p=rsyslog.git;a=commit;h=b0317d31d98b17cd8b9b5d29f438191ac045cd33


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Approval for a devscripts t-p-u upload

2008-12-12 Thread Adam D. Barratt
Hi,

#508111 highlighted a bug in debsign where a temporary file was
generated with a predictable filename due to an incorrect mktemp(1)
call.

Whilst it doesn't appear that it can be used to overwrite files, if a
file of the same name from an earlier attempt to sign the same file (for
instance because the first attempt failed during a gpg call) exists then
debsign will block forever as mktemp will never return.

The bug was introduced a little while before the freeze and given the
size of the diff it was suggested that it might be fixable via t-p-u.
I've attached a minimal debdiff against the lenny version of devscripts
for consideration.

Thanks,

Adam
diff -Nru devscripts-2.10.35/debian/changelog devscripts-2.10.35/debian/changelog
--- devscripts-2.10.35/debian/changelog	2008-07-26 21:57:49.0 +0100
+++ devscripts-2.10.35/debian/changelog	2008-12-12 18:25:06.0 +
@@ -1,3 +1,12 @@
+devscripts (2.10.35-lenny1) testing; urgency=low
+
+  * debsign: Fix a mktemp call to actually generate unique filenames and
+avoid blocking forever if the file already exists (for example
+because a previous attempt to sign had failed during the GPG phase).
+See Debian bug #508111.
+
+ -- Adam D. Barratt a...@adam-barratt.org.uk  Fri, 12 Dec 2008 18:19:35 +
+
 devscripts (2.10.35) unstable; urgency=low
 
   * checkbashisms: Only flag local x y and local foo=bar when --posix is
diff -Nru devscripts-2.10.35/scripts/debsign.sh devscripts-2.10.35/scripts/debsign.sh
--- devscripts-2.10.35/scripts/debsign.sh	2008-06-26 19:16:27.0 +0100
+++ devscripts-2.10.35/scripts/debsign.sh	2008-12-12 18:26:10.0 +
@@ -87,7 +87,7 @@
 local filename
 
 if ! [ -w $(dirname $1) ]; then
-	filename=`mktemp -t $(basename $1).XX.$2` || {
+	filename=`mktemp -t $(basename $1).$2.XX` || {
 	echo $PROGNAME: Unable to create temporary file; aborting 2
 	exit 1
 	}


Re: Please unblock libtemplate-plugin-dbi-perl/2.64-1

2008-12-12 Thread Philipp Kern
On Sun, Nov 30, 2008 at 02:17:15PM +, Dominic Hargreaves wrote:
 On Wed, Nov 19, 2008 at 10:22:29AM +, Dominic Hargreaves wrote:
  Dear release team,
  
  As above, please could you unblock the humble new package
  libtemplate-plugin-dbi-perl/2.64-1 to help fix RC bug #504373.
  
  libtemplate-perl in etch contains version 2.63 of this module, and 2.64
  contains only trivial changes, so I believe the possibility for
  regressions by including this module is very slight.
  
  Once you have confirmed this, an upload of libtemplate-perl to t-p-u
  will follow, adding the dependency on libtemplate-plugin-dbi-perl.
 Is it possible to get this done?

Unblocked.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Release Assistant
`. `'   xmpp:p...@0x539.de Stable Release Manager
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Re: binNMUs for HAppS

2008-12-12 Thread Adeodato Simó
* Kari Pahula [Fri, 05 Dec 2008 01:34:37 +0200]:

 This is a sid-only issue.

 Please binNMU the following packages on i386 and amd64, in this order:
 haskell-happs-util
 haskell-happs-data
 haskell-happs-state
 haskell-happs-ixset
 haskell-happs-server

 Each one build-depends on the previous and the last one will close
 #507631.  HAppS is currently uninstallable since it has a versioned
 dependency on hslogger.  binNMUs should be enough to bump that dep.

Ok, I've scheduled them now, sorry for the delay.

If there are requests like this in the future, I'd muchly appreciate
(since it's going to scale better) if you could send your requests in
this form:

-8-
nmu haskell-happs-util . i386 amd64 . -m 'Rebuild against new 
libghc6-hslogger-dev to be installable again.'
nmu haskell-happs-data . i386 amd64 . -m 'Rebuild against new 
libghc6-hslogger-dev to be installable again.'
nmu haskell-happs-state . i386 amd64 . -m 'Rebuild against new 
libghc6-hslogger-dev to be installable again.'
nmu haskell-happs-ixset . i386 amd64 . -m 'Rebuild against new 
libghc6-hslogger-dev to be installable again.'
nmu haskell-happs-server . i386 amd64 . -m 'Rebuild against new 
libghc6-hslogger-dev to be installable again.'

dw haskell-happs-data . i386 amd64 . -m 'libghc6-happs-util-dev  ( 0.9.2.1-3)'
dw haskell-happs-state . i386 amd64 . -m 'libghc6-happs-data-dev  ( 
0.9.2.1-3)'
dw haskell-happs-ixset . i386 amd64 . -m 'libghc6-happs-state-dev ( 
0.9.2.1-3)'
dw haskell-happs-server . i386 amd64 . -m 'libghc6-happs-ixset-dev ( 
0.9.2.1-3)'
-8-

Thanks in advance,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Pet Shop Boys - Domino dancing


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Approval for a devscripts t-p-u upload

2008-12-12 Thread Adam D. Barratt
On Fri, 2008-12-12 at 18:37 +, Adam D. Barratt wrote:
 I've attached a minimal debdiff against the lenny version of devscripts
 for consideration.

As has just been pointed out to me, the version number was broken, as
devscripts is native; fixed debdiff attached.

Regards,

Adam
diff -Nru devscripts-2.10.35/debian/changelog devscripts-2.10.35lenny1/debian/changelog
--- devscripts-2.10.35/debian/changelog	2008-07-26 21:57:49.0 +0100
+++ devscripts-2.10.35lenny1/debian/changelog	2008-12-12 19:28:18.0 +
@@ -1,3 +1,12 @@
+devscripts (2.10.35lenny1) testing; urgency=low
+
+  * debsign: Fix a mktemp call to actually generate unique filenames and
+avoid blocking forever if the file already exists (for example
+because a previous attempt to sign had failed during the GPG phase).
+See Debian bug #508111.
+
+ -- Adam D. Barratt a...@adam-barratt.org.uk  Fri, 12 Dec 2008 18:19:35 +
+
 devscripts (2.10.35) unstable; urgency=low
 
   * checkbashisms: Only flag local x y and local foo=bar when --posix is
diff -Nru devscripts-2.10.35/scripts/debsign.sh devscripts-2.10.35lenny1/scripts/debsign.sh
--- devscripts-2.10.35/scripts/debsign.sh	2008-06-26 19:16:27.0 +0100
+++ devscripts-2.10.35lenny1/scripts/debsign.sh	2008-12-12 18:26:10.0 +
@@ -87,7 +87,7 @@
 local filename
 
 if ! [ -w $(dirname $1) ]; then
-	filename=`mktemp -t $(basename $1).XX.$2` || {
+	filename=`mktemp -t $(basename $1).$2.XX` || {
 	echo $PROGNAME: Unable to create temporary file; aborting 2
 	exit 1
 	}


Re: updating openoffice.org-sdbc-postgresql to 0.7.6 (was: ooo-build r14606 - in trunk: . patches/postgresql])

2008-12-12 Thread Adeodato Simó
* Rene Engelhard [Wed, 26 Nov 2008 00:57:45 +0100]:

 Hi -release,

 I would like to have pre-approval for applying the following change
 to a -13 upload of openoffice.org (amonst others, which might  not
 be that controversial...)

 It updates the PostgreSQL SDBC driver to 0.7.6. Rationale is
 http://qa.openoffice.org/issues/show_bug.cgi?id=89685 which showed
 up since some 2.x (2.4.x) version.

Ok.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Pet Shop Boys - Liberation


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Your advice on a t-p-u patch please

2008-12-12 Thread Adeodato Simó
* Jonathan Wiltshire [Wed, 26 Nov 2008 15:26:49 +]:

 Hello managers

 I'm after your advice regarding a patch for gxemul (testing version
 0.4.6.3-1). A bug has arisen that causes it to segfault if given
 invalid or arbitrary parameters. [0]

 Since the unstable version is not in sync with testing, I propose a
 patch to go into testing-proposed-updates. However, from your guidance
 notes [1] I'm unclear whether this is severe enough to be accepted.

 I haven't opened a bug yet since there's no point if it's going to be
 refused in any case. The patch is small and comes from upstream's CVS.

Please attach the patch so that we can decide, and sorry for the delayed
response.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Pet Shop Boys - Liberation


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Even more security hinting

2008-12-12 Thread Adeodato Simó
* Moritz Muehlenhoff [Sat, 29 Nov 2008 23:45:19 +0100]:

 On Sat, Nov 22, 2008 at 07:10:35PM +0100, Adeodato Simó wrote:
   - msp-webserver: This doesn't appear to have release quality according
 to Nico's comments

  Let's let #506268 age a bit, somebody will get to it eventually.

 No maintainer reaction, let's remove it from Lenny.

Removed from unstable in the meantime. Thanks, Thomas.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
  Listening to: Pet Shop Boys - Jealousy


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: tkman stable update for CVE-2008-5137

2008-12-12 Thread Adeodato Simó
* Maximiliano Curia [Sun, 30 Nov 2008 12:08:13 -0200]:

 Hola Nico Golde!

Hola Maxi!

 El 30/11/2008 a las 10:44 escribiste:
  Hi,
  the following CVE (Common Vulnerabilities  Exposures) id was
  published for tkman some time ago.

  CVE-2008-5137[0]:
  | tkman in tkman 2.2 allows local users to overwrite arbitrary files via
  | a symlink attack on a (1) /tmp/tkman# or (2) /tmp/ll temporary
  | file.

  Unfortunately the vulnerability described above is not important enough
  to get it fixed via regular security update in Debian stable. It does
  not warrant a DSA.

  However it would be nice if this could get fixed via a regular point 
  update[1].
  Please contact the release team for this.

  This is an automatically generated mail, in case you are already working on 
  an
  upgrade this is of course pointless.

  For further information:
  [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5137
  [1] http://www.debian.org/doc/developers-reference/pkgs.html#upload-stable

 I've just uploaded a patched version (2.2-4), I'll be happy if someone reviews
 the patch.

Oh, I see that upload was to unstable, which is great for Lenny, but I
think Nico meant an upload to stable-proposed-updates. Do that if you
wish.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
  Listening to: Pet Shop Boys - Jealousy


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bug#504524: AWT_TOOLKIT=MToolkit causes java to segfault on amd64

2008-12-12 Thread Adeodato Simó
* Riku Voipio [Tue, 02 Dec 2008 14:56:27 +0200]:

 On Tue, Dec 02, 2008 at 01:17:34PM +0100, martin f krafft wrote:
  Well, ideally, I would not need to use MToolkit, which would make
  this bug something I couldn't care less about. But since XToolkit is
  broken wrt ICCCM, I have to.

 or, you could use one of the workarounds mentioned.

  So this bug is really twofold. I think a segfault on amd64 with
  MToolkit is not RC (but grave+lenny-ignore), but the fact that
  XToolkit is broken wrt ICCCM is pretty bad. Whether it's RC, I don't
  know.

 Well, I'm going to touch the severity then, and leave it to the Release
 team to decide on.

 I am not aware of ICCCM compliance being Release Critical or even
 Release goal issue. I would welcome that, as it would allow us
 to boot most of the useless window managers and bunch of legacy
 X11 applications from out archive...

Do all/more applications show up with a gray window with XToolkit, and/or
segfault with MToolkit, or only jabref is known to suffer from this, for
whatever reason? If the latter, this bug should definitely be downgraded.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
  Listening to: Pet Shop Boys - Rent


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Few unblocks targetting RC2 of d-i

2008-12-12 Thread Adeodato Simó
* Otavio Salvador [Sat, 06 Dec 2008 15:52:19 -0200]:

  unblock ppp
  unblock openssh
  - cairo (looks OK but needs to be build in all arches)
 lvm2

All these are done. cairo in particular was the last one, it just went
in with the ongoing dinstall.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
  Listening to: Pet Shop Boys - A red letter day


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Seeking preaproval of reprepro 3.5.2-6

2008-12-12 Thread Adeodato Simó
* Bernhard R. Link [Fri, 05 Dec 2008 17:18:53 +0100]:

 Hi,

 I've prepared another update of reprepro 3.5.2 with
 the fix for #506674. I think it will only affect files
 of at least half an gig of size, but that can happen for
 local packages and the change is really minimal
 (change of the sparc binaries is 7 instructions each)
 and it could go via unstable.

 Does this have a chance to get an freeze-expection?

Ok. As always, please ping when you've uploaded.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Pet Shop Boys - Love comes quickly


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: arpack: unfreeze request

2008-12-12 Thread Adeodato Simó
* Adam C Powell IV [Fri, 05 Dec 2008 23:40:57 +0900]:

 Greetings,

 arpack was removed from lenny and sid because of non-free clauses in its
 license, see bug 491794 for details.  Note this bug was filed after the
 freeze.  It is an important scientific computation package for parallel
 linear system analysis which is in etch.

 Recently upstream changed its license so it is DFSG-free.  I built and
 uploaded it with minimal changes, and it is now in unstable.

 I think that because arpack is in etch and is used by many prominent
 programs, such as the Elmer finite element multiphysics package, it
 should really be part of the lenny release.  Furthermore, this would
 reward upstream for changing the license at the request of Debian
 maintainers.

 Therefore please un-freeze arpack so it can transition into testing and
 release with lenny.

Unblocked arpack, and arpack++ as well.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
 Listening to: Pet Shop Boys - I wouldn't normally do this kind of thing


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Fwd: libgoocanvas-dev

2008-12-12 Thread Adeodato Simó
 bellow you find the responses from package maintainers...
 frankly speaking I also didn't understand the meaning of your emails...

They mean that Debian is in a freeze, and that that freeze has a set of
rules this time. And those rules don't allow for libgoocanvas-dev to be
updated for Lenny.

Hope that clears it up,

 -- Forwarded message --
 From: Gian Mario Tagliaretti gia...@gnome.org
 Date: Wed, Dec 10, 2008 at 11:30 AM
 Subject: Re: libgoocanvas-dev
 To: z.pe...@gmail.com
 Cc: goocanvas-l...@gnome.org


 On Wed, Dec 10, 2008 at 8:38 AM,  z.pe...@gmail.com wrote:
  the debian guys are serious about the matter - they will not let the 
  release...

 unless it's clear what's wrong upstream (well at least I didn't get
 it) I don't understand the meaning of these emails, sorry I don't mean
 to be harsh.

 If something it's wrong upstream they should file a bug in gnome
 bugzilla product goocanvas.

 cheers

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
   Listening to: Pet Shop Boys - Go west


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Please, unlock mrpt package

2008-12-12 Thread Jose Luis Blanco
Hello,

This is my first package in Debian:
http://packages.qa.debian.org/m/mrpt.html

and I *think* the aim of the freeze policy is to avoid introducing
untested code in security-critical programs, so this package,
scientific software for robotics programming, might be unlocked
without too many problems. Please let me know if this is possible, and
thanks a lot in advance!!

Jose Luis


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: please accept xfce4-places-plugin 1.1.0-2

2008-12-12 Thread Yves-Alexis Perez
On dim, 2008-12-07 at 14:25 +0100, Yves-Alexis Perez wrote:
 Hi,
 
 xfce4-places-plugin 1.1.0-2 fixes a 100% reproducible segfault at exit.
 The debdiff is attached, and it'd be nice to have it in Lenny.
 
ping?
-- 
Yves-Alexis


signature.asc
Description: This is a digitally signed message part


Please unblock libvirt 0.4.6-9

2008-12-12 Thread Guido Günther
On Thu, Nov 13, 2008 at 11:31:38AM +0100, Guido Günther wrote:
 On Thu, Nov 06, 2008 at 09:40:12AM +0100, Guido Günther wrote:
  Dear release managers,
  Libvirt 0.4.6-4 fixes almost all of the bugs reported against 0.4.4
  currently in lenny:
   
  http://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=libvirt;repeatmerged=0
  The differences between 0.4.4 and 0.4.6 are mostly bugfixes and minor
  improvements (at least in the drivers we currently build Xen, Kvm,
  Storage, Network):
   http://libvirt.org/news.html
  0.4.5/0.4.6 got lots of testing in experimental and everybody reporting
  a bug against virtinst/virt-viewer/virt-manager/libvirt tried these
  version so I'm pretty confident this release is as solid as 0.4.4.
  The API is the unchanged so there is little chance for breackage.
  
  Should there be any problems we can easily pull back to 0.4.4 since
  there aren't many reverse dependencies and even less that arent
  maintained under pkg-libvirt. Can we have 0.6.4-4 in Lenny?
 Any news on letting libvirt 0.4.6-4 into Lenny?
Is there any chance to move 0.4.6-9 into Lenny? The changes can be
browsed by commit here:
 https://honk.sigxcpu.org/cl2vcs/?pkg=libvirt
The debdiff against the version in Lenny is attached. It looks larger
than it is because the doc build got fixed to not include all the '.in'
files.
0.4.4 currently has an (though easy to fix) RC bug, so if the changes
for 0.4.6 are to intrusive please remove 0.4.4 from Lenny to get rid of
this issue.
Cheers,
 -- Guido
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .changes but not in first
-
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/libvirt.so.0.4.6
-rw-r--r--  root/root   /usr/lib/libvirt.so.0.4.6
-rw-r--r--  root/root   /usr/share/PolicyKit/policy/org.libvirt.unix.policy
-rw-r--r--  root/root   
/usr/share/doc/libvirt-bin/examples/libvirt-suspendonreboot
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/java.html
lrwxrwxrwx  root/root   /usr/lib/libvirt.so - libvirt.so.0.4.6
lrwxrwxrwx  root/root   /usr/lib/libvirt.so.0 - libvirt.so.0.4.6

Files in first .changes but not in second
-
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/libvirt.so.0.4.4
-rw-r--r--  root/root   /usr/lib/libvirt.so.0.4.4
-rw-r--r--  root/root   /usr/share/PolicyKit/policy/libvirtd.policy
-rw-r--r--  root/root   /usr/share/doc/libvirt-bin/NEWS.gz
-rw-r--r--  root/root   /usr/share/doc/libvirt-dev/NEWS.gz
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/ChangeLog.awk
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/ChangeLog.xsl
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/FAQ.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/Makefile.am
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/Makefile.gz
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/Makefile.in.gz
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/NEWS.gz
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/apibuild.py.gz
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/apps.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/archdomain.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/architecture.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/archnetwork.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/archnode.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/archstorage.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/auth.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/bindings.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/bugs.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/contact.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/deployment.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/docs.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/downloads.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/drivers.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/drvlxc.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/drvopenvz.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/drvqemu.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/drvremote.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/drvtest.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/drvxen.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/errors.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/format.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/formatcaps.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/formatdomain.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/formatnetwork.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/formatnode.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/formatstorage.html.in
-rw-r--r--  root/root   /usr/share/doc/libvirt-doc/hvsupport.html.in

Unblock request: util-vserver 0.30.216~r2772-6

2008-12-12 Thread Micah Anderson

Hi folks,

Thanks to Luk for allowing the dietlibc version to transition into Lenny
so that util-vserver can properly build on a few architectures. I could
do a binnmu to get those to build, but there were a couple new release
related fixes that I think should be let in. One resolves a release goal
of fixing bashisms (#486060) and another fixes a functionality
regression on powerpc through a simple change to the configure option on
that architecture.

So, with the hope that this is the last request I bother you with, would
you please unblock 0.30.216~r2772-6 of util-vserver?

Thanks,
micah


signature.asc
Description: Digital signature


Re: Pre-approval request for samba 3.2.5-2

2008-12-12 Thread Christian Perrier
Quoting Christian Perrier (bubu...@debian.org):
 Please find attached the diff for that planned release of the samba
 package for which I'd like to get the release team's agreement.


Ping?




signature.asc
Description: Digital signature