Processed: Re: Bug#717438: pdnsd RUINED

2013-07-21 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + moreinfo
Bug #717438 [pdnsd] pdnsd RUINED
Added tag(s) moreinfo.
> severity -1 important
Bug #717438 [pdnsd] pdnsd RUINED
Severity set to 'important' from 'grave'
> retitle -1 pdnsd: does not work anymore
Bug #717438 [pdnsd] pdnsd RUINED
Changed Bug title to 'pdnsd: does not work anymore' from 'pdnsd RUINED'

-- 
717438: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717438
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b717438.13744231449748.transcr...@bugs.debian.org



Processed: Re: Confirmation

2013-07-21 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 - moreinfo
Bug #717438 [pdnsd] pdnsd: does not work anymore
Removed tag(s) moreinfo.
> retitle -1 pdnsd: does no more work in combination with resolvconf
Bug #717438 [pdnsd] pdnsd: does not work anymore
Changed Bug title to 'pdnsd: does no more work in combination with resolvconf' 
from 'pdnsd: does not work anymore'

-- 
717438: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717438
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b717438.137442406814860.transcr...@bugs.debian.org



Bug#717506: htp: Inaccurate copyright information

2013-07-21 Thread Sam Geeraerts
Package: htp
Version: 1.16-4
Severity: normal
User: gnewsense-...@nongnu.org
Usertags: gnewsense

The license information in debian/copyright says that this package is released
under the Artistic License. However, src/LICENSE.txt says that sprintf.*
(probably should be snprintf.*) is licensed under the Frontier Artistic
License 1.0. Also, homepage/ref/license.htp says that htp is released under
the Clarified Artistic License. The latter is accepted as a free license by
the FSF, while the 2 former are not.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages htp depends on:
ii  libc6  2.17-7

htp recommends no packages.

htp suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130721162728.25865.59421.reportbug@debian



Bug#717438: pdnsd RUINED

2013-07-21 Thread Axel Beckert
Control: tag -1 + moreinfo
Control: severity -1 important
Control: retitle -1 pdnsd: does not work anymore

Hi Jidanni,

jida...@jidanni.org wrote:
> Subject: Bug#717438: pdnsd RUINED

Please refrain from using strong language or caps-lock in bug reports.
Thanks.

> Severity: grave
[...]
> Pdnsd is now ignored by anything on the system trying to get an IP
> address.

Can you please explain more verbose what exactly is the issue? E.g.
give examples for "anything".

Please also consider answering the questions reportbug asks you:

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

Downgrading the severity until it's clear if the issue is really of RC
severity.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , 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


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130721161221.gc30...@sym.noone.org



Bug#717438: Confirmation

2013-07-21 Thread Axel Beckert
Control: tag -1 - moreinfo
Control: retitle -1 pdnsd: does no more work in combination with resolvconf

Hi Thomas,

thanks for providing details about this bug(s) as the initial report
was quite unclear about what's really the issue..

But in the future, please don't write to just -submitter@ as such
mails are not sent to the maintainer of the package (just archived in
the web) and hence may get lost if you are not the (only) maintainer
i.e. know about that mail being sent. This especially counts if the
maintainer address is set to a mailing list.

Full quote below for the Debian QA mailing list.

Thomas Hood wrote:
> I just tested pdnsd on Debian 7.1 and can confirm that at least the
> comination pdnsd + resolvconf does not work out of the box (even after
> setting START_DAEMON=yes in /etc/default/pdnsd).

> I found two apparent bugs. First, "resolvconf -a" is not called in the
> initscript on start. With "set -x" the initscript output is:
> 
> + start_resolvconf
> + test -x /sbin/resolvconf
> + seq 1 60
> + sleep 0.1
> + pdnsd-ctl status
> + break
> + grep+  -q resolvconf
> pdnsd-ctl status
> + sed -ne /^Global:$/,/^Server.*:$/s/.*Server ip.*: \(.*\)$/\1/p
> + pdnsd-ctl status
> + server=
> + exit 0
> 
> Something seems to be wrong with the processing of the output from
> "pdnsd-ctl status". The variable "server" has as value the null string and
> consequently "resolvconf -a" doesn't get run.
> 
> If I subsequently run "echo 'nameserver 127.0.0.1' | resolvconf -a
> lo.pdnsd" on the command line then pdnsd starts working.
> 
> The second bug is in pdnsd's resolvconf update hook script. After running
> "echo 'nameserver 127.0.0.1' | resolvconf -a lo.pdnsd" the output of
> "pdnsd-ctl status" is:
> 
> [...]
> Server 0:
> --
> label: resolvconf
> ip: 127.0.0.1
>  server assumed available: yes
> ip: 192.168.1.254
> server assumed available: yes
> [...]
> 
> It appears that 127.0.0.1 is now included as a forwarding address. Turning
> on "set -x" I can see that /etc/resolvconf/update.d/pdnsd passes both the
> real forwarding address and 127.0.0.1 as arguments to "pdnsd-ctl server
> resolvconf up". The address 127.0.0.1 should of course be filtered out if
> it's an address that pdnsd itself is listening on.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , 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


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130721162745.ga14...@sym.noone.org



Processing of hexalate_1.0.2-1_amd64.changes

2013-07-21 Thread Debian FTP Masters
hexalate_1.0.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  hexalate_1.0.2-1.dsc
  hexalate_1.0.2.orig.tar.bz2
  hexalate_1.0.2-1.debian.tar.gz
  hexalate_1.0.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1v10ex-0001zy...@franck.debian.org



hexalate_1.0.2-1_amd64.changes ACCEPTED into unstable

2013-07-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 21 Jul 2013 18:50:43 +
Source: hexalate
Binary: hexalate
Architecture: source amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Bart Martens 
Description: 
 hexalate   - Color matching puzzle
Changes: 
 hexalate (1.0.2-1) unstable; urgency=low
 .
   * QA upload, orphaning this package.
   * New upstream release.
Checksums-Sha1: 
 17977ffe92bfe7f45ff678a220ccec02d88f2700 1764 hexalate_1.0.2-1.dsc
 c321c2417cb5f8b7c1867b467270d353ceeb700d 328449 hexalate_1.0.2.orig.tar.bz2
 7633893469a8436fc249f08dff5f425eac96b0b8 2415 hexalate_1.0.2-1.debian.tar.gz
 832b1dd20e6013ecdd1decaf52e0e4adeaa4d177 131410 hexalate_1.0.2-1_amd64.deb
Checksums-Sha256: 
 fee96f47c3d3e1d5912506540c0801d76dc6be0d746ebea880bd48d69beff98b 1764 
hexalate_1.0.2-1.dsc
 2f9730bb4863a182f1fcd61903d8d7f95ec2af8e445ee9ff9c0181079eab9096 328449 
hexalate_1.0.2.orig.tar.bz2
 cf349d06f16959226c3fa55bf2d59ed46ca94668fe053206805440d201632e7d 2415 
hexalate_1.0.2-1.debian.tar.gz
 6e257bc1c441b86ffc1e63d0f667bc69b4c3163a55d38fca2d475badb0ee659a 131410 
hexalate_1.0.2-1_amd64.deb
Files: 
 1a5a6bc4010cf47873f81fad31af3196 1764 games optional hexalate_1.0.2-1.dsc
 42e919bf90b291fca099b56c4dcc0824 328449 games optional 
hexalate_1.0.2.orig.tar.bz2
 f3257761b5bc644cde5257bab17ecd36 2415 games optional 
hexalate_1.0.2-1.debian.tar.gz
 aadbeea682735de65a794a242ded74b1 131410 games optional 
hexalate_1.0.2-1_amd64.deb

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

iQIcBAEBCAAGBQJR7EOwAAoJEDNV9NY7WCHMr2EP/0Oh+CzgNRIfxSwtqtUTpuA9
QcEleWjhkTBHAirNshNFgEf6zEQVrYLNKLwQyukl3d92XgjfAQcP6WehPHtLQau7
8GXNGn+P42Fu4tY0XiTZWqVm0eEnAIdUphi/++PHUPeDacp3lImccG7HF23B1Yma
/Jq/W1Na9qL+gJriZjwcWK+UeKVkty22rAC8ZS+uwK6rhvIgG5XtNEYR9mBtJ7kX
cmVOBcXRn9JKBVsvOJUDG7m+oRBN3IKeD9mk6mq4f3tA20Xle/I+yF/odOT8G6j9
+s+TRn9UhDYAnYtNw3lM5vdlvmnMbGnxMFrRVmZjebYuOc/RS7jR6yRFHCIAVB9p
Fmg9zyzKkC+q6btuWiL6HmqMTBkmNJaBOOcRQGw6n2HZE524oUoo+Qhbe+tPoJnO
wfawulNJOMfkRaf8gKZP/hPgH+4SHfFB+1Ms7qrLuFRkK/Oo33Pdpwpb1tKYCPXQ
zSFz5Aw6Or9ASyCkXz0ZfRtL8dFB/KZAoWES1X46MVde4jofqTLS89G/m90aFhoM
LxOhpKDFiTPH1DbUg1ppRt8KHf5+DFoiaCQcTHsNgLu4u4+l9q4h7Rvw3k+p2pl9
/eWItbBA9f5bUUVIp4xUdkRKDCcSPQvbwFFr0vX8NlDmq4k1P3Y+44p/OOQ1AN5u
cNCiEcGAZ5Bq2FUA/wnT
=VbEp
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1v10nd-0007vh...@franck.debian.org



Bug#717438: pdnsd RUINED

2013-07-21 Thread jidanni
Yes please work with Thomas about debugging this as he is much better
than me. And thanks Thomas for the dnsmasq tip.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ip037eag@jidanni.org



Bug#717535: phoronix-test-suite: new upstream version

2013-07-21 Thread Christoph Anton Mitterer
Package: phoronix-test-suite
Version: 4.6.0-1
Severity: wishlist


Hi.

A new upstream version (4.6.1) is available.

Cheers,
Chris.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130722022851.18484.38725.report...@heisenberg.scientia.net



Bug#717536: phoronix-test-suite: installs software from outside debian

2013-07-21 Thread Christoph Anton Mitterer
Package: phoronix-test-suite
Version: 4.6.0-1
Severity: critical
Tags: security
Justification: root security hole


Hi.

The only way to operate PTS seems to be by installing the respective tests
from OpenBenchmarking.org, right?

Given that this introduces completely unchecked and untrusted software, for
which moreover no security support is covered by Debian,... this package
should IMHO give big warnings about that fact, at least:
- in the package description
and-
- in a debconf dialogue.


Marking as root security hole, even though the software runs probably as
normal user, but such remote software could expoloit any further local security
hole.


Cheers,
Chris.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130722023840.18933.49317.report...@heisenberg.scientia.net