Bug#781225: FTBFS on amd64 and i386: file NVIDIA-Linux is not a directory

2015-03-26 Thread Mateusz Łukasik
Source: nvidia-graphics-drivers
Version: 340.76-1
Severity: serious

Hi,

During build nvidia-graphics-drivers on amd64 and i386 package return FTBFS:

https://buildd.debian.org/status/logs.php?pkg=nvidia-graphics-
driversver=340.76-1suite=sid

Mateusz



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'buildd-unstable'), 
(300, 'unstable'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


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



Bug#781228: freexl: Multiple vulnerabilitities

2015-03-26 Thread Moritz Muehlenhoff
Package: freexl
Severity: grave
Tags: security
Justification: user security hole

Hi,
multiple vulnerabilities have been found in freexl. Please see
this posting on oss-security for additional details:
http://www.openwall.com/lists/oss-security/2015/03/25/1

This is fixed in experimental, but since we're in freeze, testing
should rather be fixed with a targeted upload to sid plus unblock.
(A patch set and reproducers are linked from the oss-security posting).

Cheers,
Moritz


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



Bug#781227: Fwd: [Ubuntu] How to fix the unmet dependencies for grass-gui ?

2015-03-26 Thread Sebastiaan Couwenberg
Building grass with liblas support is possible, I'm not sure why that
wasn't enabled before.

Because laszip has license issues and is therefor not available in Debian,
LAZ (compressed LAS) support is not possible.


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



Bug#767864: units should recommend python-unidecode

2015-03-26 Thread Hagen Fuchs
Hi,

 Both these fixes will be in the first upload after Jessie releases.

Grand, thanks!

-Hagen


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



Bug#753438: Pending

2015-03-26 Thread Arturo Borrero Gonzalez
Control: tags -1 + pending

Hi,

I've pushed a commit [0] to add this suggested binary package.
However, due to jessie freeze, this is unlikely to be uploaded until
jessie release.

Best regards.

[0] 
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-suricata/pkg-suricata.git;a=commit;h=4b0b148d59b8272b8140573f760984b106f62d08

-- 
Arturo Borrero González


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



Bug#767249: [suricata] bug 767249 (logrotate) fix is ready

2015-03-26 Thread Arturo Borrero Gonzalez
Control: tags -1 + pending

Hi,

a fix [0] is ready to be uploaded.
Expect it soon.

Thanks, best regards.

[0] 
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-suricata/pkg-suricata.git;a=commit;h=de06e0eb3dba206b29019cbf40dba8cab26fb054

-- 
Arturo Borrero González


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



Bug#781229: Backport variable init to fix segfault

2015-03-26 Thread Sebastien Bacher
Package: gnome-font-viewer
Version: 3.14.0-1
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu vivid ubuntu-patch

Browsing for example one of the subdir in /usr/share/icons currently
lead to a font thumbnailer segfaults, it's due to an unitialized
variable, backporting that git commit fixes it
diff -Nru gnome-font-viewer-3.14.0/debian/changelog gnome-font-viewer-3.14.0/debian/changelog
--- gnome-font-viewer-3.14.0/debian/changelog	2014-09-23 09:20:37.0 +0200
+++ gnome-font-viewer-3.14.0/debian/changelog	2015-03-26 09:54:28.0 +0100
@@ -1,3 +1,9 @@
+gnome-font-viewer (3.14.0-2) unstable; urgency=medium
+
+  * 
+
+ -- Sebastien Bacher seb...@ubuntu.com  Thu, 26 Mar 2015 09:54:17 +0100
+
 gnome-font-viewer (3.14.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru gnome-font-viewer-3.14.0/debian/patches/git_variable_init.patch gnome-font-viewer-3.14.0/debian/patches/git_variable_init.patch
--- gnome-font-viewer-3.14.0/debian/patches/git_variable_init.patch	1970-01-01 01:00:00.0 +0100
+++ gnome-font-viewer-3.14.0/debian/patches/git_variable_init.patch	2015-03-26 09:59:34.0 +0100
@@ -0,0 +1,28 @@
+From 9d4ec7300bbe57c2ebf36d292f6b574f27325fbc Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Thu, 13 Nov 2014 14:25:09 -0500
+Subject: Fix an uninitialized variable
+
+The str variable may be freed without ever having been set
+here, if we take one of the early gotos. This is showing up
+as a frequent crash in Fedoras retrace server:
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1148522
+
+diff --git a/src/font-thumbnailer.c b/src/font-thumbnailer.c
+index 3e76323..57be150 100644
+--- a/src/font-thumbnailer.c
 b/src/font-thumbnailer.c
+@@ -181,7 +181,7 @@ main (int argc,
+ cairo_t *cr;
+ cairo_text_extents_t text_extents;
+ cairo_font_face_t *font;
+-gchar *str;
++gchar *str = NULL;
+ gdouble scale, scale_x, scale_y;
+ 
+ const GOptionEntry options[] = {
+-- 
+cgit v0.10.2
+
+
diff -Nru gnome-font-viewer-3.14.0/debian/rules gnome-font-viewer-3.14.0/debian/rules
--- gnome-font-viewer-3.14.0/debian/rules	2012-03-13 00:14:22.0 +0100
+++ gnome-font-viewer-3.14.0/debian/rules	2015-03-26 10:05:16.0 +0100
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk


Bug#781165: RFP: prospector -- Python code analysis tool

2015-03-26 Thread Daniel Stender
Yes, all right, I'll work that through.

Daniel

On 26.03.2015 10:05, Raphael Hertzog wrote:
 On Wed, 25 Mar 2015, Daniel Stender wrote:
 I'm going for that.
 
 Great, thanks!
 
 You will need to package a few reverse dependencies first. Also please
 retitle the bug into an ITP if you take care of it.
 
 Cheers,

-- 
http://qa.debian.org/developer.php?login=debian%40danielstender.com
4096R/DF5182C8
46CB1CA89EA3B74376761DB915E09AF4DF5182C8


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



Bug#772066: [krdc] Incompatibility with FreeRDP (fails to connect to some RDP servers with certain options)

2015-03-26 Thread Stefan Krueger

Package: krdc
Version: 4:4.14.1-1
Followup-For: Bug #772066

Dear Maintainer,

i have this problem too.
With rdesktop and xfreerdp it works well. Please fix it, it makes krdc
unusable.

the following works fine:
xfreerdp - /u:Administrator /v:vcenter2.example.de /cert-ignore
/size:1280x1024 +compression

rdesktop veeambackup.example.de -g 1280x1012 


krdc
krdc(5743) MainWindow::loadAllPlugins: ### Plugin RDP found ###
krdc(5743) MainWindow::loadAllPlugins: # Version: 1.0
krdc(5743) MainWindow::loadAllPlugins: # Description: Allows managing
RDP sessions through KRDC
krdc(5743) MainWindow::loadAllPlugins: # Author: Urs Wolfer
krdc(5743) MainWindow::loadAllPlugins: # Sorting: 60
krdc(5743) MainWindow::loadAllPlugins: ### Plugin VNC found ###
krdc(5743) MainWindow::loadAllPlugins: # Version: 1.0
krdc(5743) MainWindow::loadAllPlugins: # Description: Allows managing
VNC sessions through KRDC
krdc(5743) MainWindow::loadAllPlugins: # Author: Urs Wolfer
krdc(5743) MainWindow::loadAllPlugins: # Sorting: 20
krdc(5743) MainWindow::loadAllPlugins: # Plugin Test found, however
it's not activated, skipping...
krdc(5743) TubesManager::TubesManager: Initializing tubes manager
tp-qt 0.9.4 DEBUG: Register StreamTubeClient with name
krdc_rfb_handler  
tp-qt 0.9.4 DEBUG: Client registered - busName:
org.freedesktop.Telepathy.Client.krdc_rfb_handler objectPath:
/org/freedesktop/Telepathy/Client/krdc_rfb_handler interfaces:
(org.freedesktop.Telepathy.Client.Handler)  
krdc(5743) RemoteDesktopsModel::RemoteDesktopsModel: Browsing for
zeroconf hosts.
krdc(5743)/kdeui (kdelibs): Attempt to use QAction
remote_desktop_dockwidget with KXMLGUIFactory! 
krdc(5743) MainWindow::updateActionStatus: -1
krdc(5743) MainWindow::tabChanged: 0
krdc(5743) MainWindow::updateActionStatus: 0
krdc(5743) main: ## KRDC ready: 152 ms ##
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1d90270) :Starting resolve of :  Ian’s MacBook
Pro   _rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1e0c9e0) :Starting resolve of :  Support’s
MacBook Pro @ 1003   _rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1e0cb40) :Starting resolve of :  Ian’s MacBook
Pro   _rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1ebdc00) :Starting resolve of :  mac22
_rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1c19c80) :Starting resolve of :  hades
_rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1e0c940) :Starting resolve of :  olymp
_rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1ebdce0) :Starting resolve of :  Ian’s MacBook
Pro   _rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1ebd0c0) :Starting resolve of :  mac22
_rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1ebd090) :Starting resolve of :  olymp
_rfb._tcp   local
krdc(5743) DNSSD::RemoteService::resolveAsync:
DNSSD::RemoteService(0x1ec1e80) :Starting resolve of :  hades
_rfb._tcp   local
krdc(5743) MainWindow::newConnection: Found plugin to handle url
(rdp://administra...@vcenter2.example.de): RdpView
krdc(5743) HostPreferences::showDialogIfNeeded: Show config dialog again
krdc(5743) HostPreferences::showDialog: HostPreferences config dialog
accepted
krdc(5743) MainWindow::tabChanged: -1
krdc(5743) MainWindow::updateActionStatus: -1
krdc(5743) MainWindow::tabChanged: 0
krdc(5743) MainWindow::updateActionStatus: 0
krdc(5743) MainWindow::tabChanged: 0
krdc(5743) MainWindow::updateActionStatus: 0
krdc(5743)/krdc (RDP backend) RdpView::start: Is LDAP login: false
administrator
krdc(5743) RemoteView::readWalletPassword: Wallet OK
krdc(5743) RemoteView::readWalletPassword: Password read OK
krdc(5743)/krdc (RDP backend) RdpView::start: Starting xfreerdp with
arguments: (-g, 1024x768, -k, 0x0409, -u, administrator,
-p, HdePcdS!, -D, -X, 69206050, -a, 24, --plugin,
rdpdr, --data, disk:media:/media, --, -x, l,
--ignore-certificate, --plugin, cliprdr, -t, 3389,
vcenter2.example.de)
krdc(5743) MainWindow::statusChanged: -2
krdc(5743) MainWindow::statusChanged: -1
krdc(5743) MainWindow::statusChanged: 0
krdc(5743)/krdc (RDP backend) RdpView::receivedStandardError:
receivedStandardError: --plugin cliprdr - +clipboard
WARNING: Using deprecated command-line interface!
--plugin cliprdr - +clipboard
-a 24 - /bpp:24
-D - -decorations
-g 1024x768 - /size:1024x768 or /w:1024 /h:768
-k 0x0409 - /kbd:0x0409
-p ** - /p:**
-t 3389 - /port:3389
-u administrator - /u:administrator
-x l - /network broadband
-X 69206050 - /parent-window:69206050
--ignore-certificate - /cert-ignore
vcenter2.example.de - /v:vcenter2.example.de
loading channel rdpdr
loading channel rdpsnd
loading channel cliprdr
connected to vcenter2.example.de:3389

krdc(5743)/krdc (RDP backend) 

Bug#781209: postinst execution order bug confuses systemd

2015-03-26 Thread Romain Francoise
Hi,

Thank you for this detailed report, and sorry for the inconvenience...

On Thu, Mar 26, 2015 at 04:29:02AM +0200, Faidon Liambotis wrote:
 The package's postinst, however, is buggy: it does not use
 dh_installinit but calls invoke-rc.d ipsec manually. That would have been
 fine, but invoke-rc.d ipsec is called *before* the
 dh_systemd_enable/deb-systemd-helper bits.

 This means that invoke-rc.d ipsec start runs before the systemd unit
 is properly installed, which in turn confuses the hell out of systemd
 (as, among others, it expects a Type=simple unit), as evidenced by the
 following commands run in sequence:
[...]
 # ipsec stop
 Stopping strongSwan IPsec...
 # grep systemd /var/log/syslog | tail -3
 Mar 26 01:02:15 curium systemd[1]: Assertion 'path' failed at 
 ../src/shared/cgroup-util.c:913, function cg_is_empty_recursive().  Aborting.
 Mar 26 01:02:15 curium systemd[1]: Caught ABRT, dumped core as pid 6916.
 Mar 26 01:02:15 curium systemd[1]: Freezing execution.

Ouch, that's quite nasty. :(

Moving the invoke-rc.d call below the debhelper marker would take care
of this particular situation, however looking at other packages there's
also the upgrade case to take into consideration: if it's already
running we should shut down the sysvinit-controlled daemon before
restarting it controlled by systemd. At least that's what openssh-server
does.

-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/


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



Bug#706522: pcs - Pacemaker/Corosync configuration system

2015-03-26 Thread Martin Gerhard Loschwitz
Richard,

I added you to the HA group on alioth. Let me know if you need something to
be sponsored. Feel free to do whatever you need with the packages as long
as you manage to keep them working or make them work again :)

Best regards
Martin


signature.asc
Description: Message signed with OpenPGP using GPGMail


Bug#781228: freexl: Multiple vulnerabilitities

2015-03-26 Thread Sebastiaan Couwenberg
Hi Moritz,

 This is fixed in experimental, but since we're in freeze, testing
 should rather be fixed with a targeted upload to sid plus unblock.
 (A patch set and reproducers are linked from the oss-security posting).

I have an update ready for unstable  jessie, I'll also prepare an update
for wheezy.

Kind Regards,

Bas


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



Bug#780724: Bug#780725: PATH used for building is not specified

2015-03-26 Thread Thorsten Glaser
On Wed, 18 Mar 2015, Bill Allombert wrote:

 On Wed, Mar 18, 2015 at 12:48:13PM +0100, Holger Levsen wrote:

  buildd.debian.org uses
 
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

Urgh! /usr/local in package builds?

It’s unquestionable it should be set like this, and possibly
in this order, in login shells (though Debian misses the sbin
ones for regular users), but for system tasks? No.

  while pbuilder uses
 
  PATH=/usr/sbin:/usr/bin:/sbin:/bin

That *is* a sane one…

 In any case, policy currently has:

 10.10. File names
 -

  The name of the files installed by binary packages in the system PATH
  (namely `/bin', `/sbin', `/usr/bin', `/usr/sbin' and `/usr/games')
  must be encoded in ASCII.

 though it is a strange place to define the system path.

… but, yes, there is this.

So, both the buildds and pbuilder should be changed to use…

PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

… for builds, right? Where does one assigne the buildd part
to, the buildd package? (AIUI, the Debian buildds, in contrast
to many debian-ports buildds, do not use the buildd package
from Debian.)

bye,
//mirabilos
-- 
[16:04:33] bkix: veni vidi violini
[16:04:45] bkix: ich kam, sah und vergeigte...


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



Bug#780897: wheezy-security update for batik (CVE-2015-0250)

2015-03-26 Thread Sébastien Delafond
On Mar/25, tony mancill wrote:
 I have prepared an update for batik [1] in wheezy to address
 CVE-2015-0250.  Attached is the debdiff.  Please let me know if you
 would like me to upload it.

Hi Tony,

I've reviewed your debdiff and it looks good. Please upload to
security-master-unembargoed, and we'll take it from there. Also, make
sure your package gets build with -sa, as batik will be new on
security-master.

Cheers,

--Seb


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



Bug#781227: Fwd: [Ubuntu] How to fix the unmet dependencies for grass-gui ?

2015-03-26 Thread Johan Van de Wauw
Package:grass
Version:7.0.0-1~exp1
Severity: wishlist


This Wish was expressed on the ubuntugis mailing list:
On Wed, Mar 25, 2015 at 8:24 PM, César Augusto Ramírez Franco
caesar...@gmail.com wrote:


 According to the Grass Wiki on LIDAR [1] there's a v.in.lidar module
 exclusive of Grass 7, but it needs liblas support, which is available on
 trusty/universe as the liblas-bin package, I use las2txt to read and parse
 las files, but I wanted to test this v.in.lidar module.

 Is there a way the grass packages from this PPA support this module?

[1]: http://grasswiki.osgeo.org/wiki/LIDAR#Import

I will have a look myself, but I'm filing a bug to make sure I don't forget :-)


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



Bug#781224: [Pkg-freeipa-devel] Bug#781224: freeipa: CVE-2015-1827

2015-03-26 Thread Timo Aaltonen
close 781224
thanks

On 26.03.2015 10:31, Moritz Muehlenhoff wrote:
 Package: freeipa
 Severity: grave
 Tags: security
 Justification: user security hole
 
 This was assigned CVE-2015-1827:
 https://fedorahosted.org/freeipa/ticket/4908

Upstream says this only affects 4.1 and master, not 4.0.x which unstable
has.

11:00  sbose ab, tjaalton, yes, #4908 fixes an issue which was
introduced in 4.1.


-- 
t


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



Bug#781165: RFP: prospector -- Python code analysis tool

2015-03-26 Thread Raphael Hertzog
On Wed, 25 Mar 2015, Daniel Stender wrote:
 I'm going for that.

Great, thanks!

You will need to package a few reverse dependencies first. Also please
retitle the bug into an ITP if you take care of it.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/


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



Bug#780779: your mail

2015-03-26 Thread Jochen Striepe
Hi,

On Thu, Mar 19, 2015 at 02:59:44PM +0100, Jochen Striepe wrote:
 Rhonda, Otto, Gregor, please have a glance at
  http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-3.3-WIP.tar.gz
 and see if I did miss something. Otherwise, a release will follow
 sometime around the weekend.

There was no comment so I assume it is just fine. New release is available
at the usual site.

Have a nice weekend,
Jochen.


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



Bug#781228: freexl: Multiple vulnerabilitities

2015-03-26 Thread Sebastiaan Couwenberg
Control: tags -1 confirmed

Hi Moritz,

 multiple vulnerabilities have been found in freexl. Please see
 this posting on oss-security for additional details:
 http://www.openwall.com/lists/oss-security/2015/03/25/1

 This is fixed in experimental, but since we're in freeze, testing
 should rather be fixed with a targeted upload to sid plus unblock.
 (A patch set and reproducers are linked from the oss-security posting).

Thanks for pointing out the oss-security post, I haven't gotten around to
looking into backporting the security fixes to the version in jessie yet.
I'll get to that this evening after I get back from work.

Kind Regards,

Bas


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



Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread Dave Hibberd
That's excellent news - with the main page giving 404s and a third party
mirror hosting code he'd found and a wayback machine copy of the code,
and, I had come to the same conclusion.

Is there a mailing list, aside from the soundmodem-commits I see at gna,
that i can subscribe to for release notifications / support requests /
requests for contributions?

Thanks
Dave

-- 
Blog:   http://www.hibby.info
Linkedin:   http://www.linkedin.com/in/davehibberd
XMPP:   hi...@ccc.jabber.de
GPG:5E4F 5451 93E8 969C 8A59  
B80A 03A1 FB7A 1904 771B
Twitter:@Hibbie
Call:   MM3ZRZ

On Thu, Mar 26, 2015 at 08:23:37AM +0100, Thomas Sailer wrote:
  soundmodem's upstream maintainer is no longer maintaining the package
 
 Who told you that? I haven't received any mail from you...
 
 The project's now hosted at http://gna.org/projects/soundmodem
 
 On 03/26/2015 08:14 AM, Thomas Maisl (mobile) wrote:
 FYI
 73, Tom
 
 
 *Von:* Iain R. Learmonth i...@fsfe.org
 *Gesendet:* 26. März 2015 02:17:34 MEZ
 *An:* Debian Bug Tracking System sub...@bugs.debian.org
 *Betreff:* Bug#781206: soundmodem: metadata references non-existing URLs
 
 Package: soundmodem
 Severity: minor
 Tags: patch
 
 Dear Maintainer,
 
 soundmodem's upstream maintainer is no longer maintaining the package and
 the website appears to return 404 errors. The diffs below replace the
 Homepage: field in debian/control with a mirror of the original homepage and
 replaces the watch file with a comment to allow others to see that upstream
 maintenance is no longer going on.
 
 Making this fix will stop DUCK and the QA tools from complaining while
 documenting the situation. The mirror for the homepage may also be useful to
 users that are looking for it.
 
 Thanks,
 Iain.
 
 
 
 
 diff debian/control.old debian/control.new
 8c8
  Homepage:http://www.baycom.org/~tom/ham/soundmodem  
 http://www.baycom.org/%7Etom/ham/soundmodem/
 ---
 
 Homepage: http://soundmodem.vk4msl.yi.org/
 
 
 diff debian/watch.old debian/watch.new
 1,3c1,2
  # SiteDirectory   Pattern 
 Version Script
  version=2
 http://www.baycom.org/~tom/ham/soundmodem  
 http://www.baycom.org/%7Etom/ham/soundmodem/soundmodem-(.*)\.tar\.gz 
 debian  uupdate
 ---
 
 # The upstream website is no longer available and there does not
 seem to # be any new upstream development.
 
 
 
 
 
 -- 
 e: i...@fsfe.orgw:iain.learmonth.me  http://iain.learmonth.me
 x: i...@jabber.fsfe.org t: EPVPN 2105
 c: 2M0STB  g: IO87we
 p: 1F72 607C 5FF2 CCD5 3F01 600D 56FF 9EA4 E984 6C49
 
 -- 
 Si Non Confectus Non Reficat (The Patrician - Terry Pratchett)
 




signature.asc
Description: Digital signature


Bug#781230: keepnote: fails to insert screenshot

2015-03-26 Thread Sophie Brun
Package: keepnote
Version: 0.7.8-1.1
Severity: normal

Dear Maintainer,

In debian, jessie, when I try to insert a Screenshot in a page (Edit - Insert
Screenshot), it fails with the error message:
The screenshot program encountered an error:
[Errno2] No such file or directory

It seems to be missing a dependency on imagemagick. Install the package
imagemagick solves the problem.
(After checking the code: in keepnote/__init__.py it uses import from
imagemagick on line 576)


Thanks



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'squeeze-lts'), 
(500, 'unstable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages keepnote depends on:
ii  libsqlite3-0   3.8.7.1-1
ii  python 2.7.8-4
ii  python-glade2  2.24.0-4
ii  python-gtk22.24.0-4

keepnote recommends no packages.

Versions of packages keepnote suggests:
pn  python-gnome2-extras  none

-- no debconf information


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



Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread Iain R. Learmonth
retitle 781206 soundmodem: upstream URLs have moved
kthxbye

Hi Thomas,

On Thu, Mar 26, 2015 at 08:23:37AM +0100, Thomas Sailer wrote:
 soundmodem's upstream maintainer is no longer maintaining the package
Who told you that? I haven't received any mail from you...
The project's now hosted at [1]http://gna.org/projects/soundmodem

That's brilliant! I was going by the information available at:

  http://www.linux-ax25.org/wiki/Soundmodem

I'll take a look at updating this page too so that others can find the new
software. I see you also have a new release (we have 0.18 in Debian but
there's 0.19 in your Downloads Area).

New patch is attached.

Thanks for your work on this. (:

Iain.

-- 
e: i...@fsfe.orgw: iain.learmonth.me
x: i...@jabber.fsfe.org t: EPVPN 2105
c: 2M0STB  g: IO87we
p: 1F72 607C 5FF2 CCD5 3F01 600D 56FF 9EA4 E984 6C49
diff --git a/debian/control b/debian/control
index daa1766..dbe585e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
 Build-Depends: debhelper (= 9), autotools-dev, flex-old, libgtk2.0-dev, libaudiofile-dev, libasound2-dev [linux-any], libxml2-dev, libhamlib-dev
 Uploaders: Kamal Mostafa ka...@whence.com, Jaime Robles ja...@debian.org, Patrick Ouellette poue...@debian.org, Hamish Moffatt ham...@debian.org
 Standards-Version: 3.9.3
-Homepage: http://www.baycom.org/~tom/ham/soundmodem/
+Homepage: http://gna.org/projects/soundmodem
 
 Package: soundmodem
 Architecture: any
diff --git a/debian/watch b/debian/watch
index cd754b0..a29882b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
-# Site		Directory		Pattern			Version	Script
-version=2
-http://www.baycom.org/~tom/ham/soundmodem/	soundmodem-(.*)\.tar\.gz	debian	uupdate
+version=3
+
+http://download.gna.org/soundmodem/soundmodem-(.*)\.tar\.gz
+


pgpXwo6yFil6M.pgp
Description: PGP signature


Bug#781232: xmlSafeURI: Fails to unparse URI with empty host part

2015-03-26 Thread Guido Günther
Package: libxml2
Version: 2.9.1+dfsg1-5
Severity: normal

Hi,

This currently fails on Jessie (from the libvirt-clients package):

$ virsh -c test:///default uri
test:/default uri

while on Wheezy/Sid it correctly roundtrips the URI:

$ virsh -c test:///default uri
test:///default uri

The reason is that libvirt's virURIFormat invokes xmlSaveURI as shown
here:


http://libvirt.org/git/?p=libvirt.git;a=blob;f=src/util/viruri.c;h=6166c372b048063eebf11a4ba21712784be348d0;hb=HEAD#l252

caused by

0034-xmlSaveUri-incorrectly-recomposes-URIs-with-rootless.patch.

It'd be nice to have this fixed for Jessie since this also breaks
libvirt's testsuite.

Cheers,
 -- Guido


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'unstable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-rc6 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libxml2 depends on:
ii  libc6  2.19-15
ii  liblzma5   5.1.1alpha+20120614-2+b3
ii  multiarch-support  2.19-15
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages libxml2 recommends:
ii  xml-core  0.13+nmu2

libxml2 suggests no packages.

-- no debconf information


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



Bug#781234: liblz4-tool: Provide virtual package lz4

2015-03-26 Thread Richard van den Berg
Package: liblz4-tool
Version: 0.0~r122-2
Severity: normal

I am not sure why this package has been named liblz4-tool instead of lz4.
This made it way too hard too find. Please provide a virtual package named
lz4 that depends on liblz4-tool.

-- System Information:
Debian Release: 7.8
  APT prefers stable
  APT policy: (990, 'stable'), (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13.7 (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 liblz4-tool depends on:
ii  libc6 2.19-15
ii  liblz4-1  0.0~r122-2

liblz4-tool recommends no packages.

liblz4-tool suggests no packages.

-- no debconf information


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



Bug#781223: jenkins: Multiple security issues

2015-03-26 Thread Moritz Muehlenhoff
Package: jenkins
Severity: grave
Tags: security
Justification: user security hole

Hi,
please see

https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-03-23:
SECURITY-171 is CVE-2015-1812
SECURITY-177 is CVE-2015-1813
SECURITY-180 is CVE-2015-1814

and

https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-02-27:
SECURITY-125 is CVE-2015-1806
SECURITY-162 is CVE-2015-1807
SECURITY-163 is CVE-2015-1808
SECURITY-165 is CVE-2015-1809
SECURITY-166 is CVE-2015-1810
SECURITY-167 is CVE-2015-1811

Cheers,
Moritz


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



Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Iain!

On 03/26/2015 02:17 AM, Iain R. Learmonth wrote:
 diff debian/control.old debian/control.new 8c8  Homepage:
 http://www.baycom.org/~tom/ham/soundmodem/ ---
 Homepage: http://soundmodem.vk4msl.yi.org/

Just a short heads up: Please make sure to always use the unified
diff format when sending patches. Thus, use diff -u file.old file
to generate your patch or, even better, use git format-patch
whenever possible.

I found this little write-up [1] pretty useful. Even though it's
actually a howto for kernel patches, it's also a great a tutorial
on generating patches with git in general.

When making changes to Debian packages in particular, you can also
use a tool called debdiff which generates a diff between two
Debian packages. It takes the .dsc files of the two packages as
an argument. However, changes are often not visible until you
actually rebuild the packages with your changes.

Adrian

 [1] http://kernelnewbies.org/FirstKernelPatch

- -- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVE8dtAAoJEHQmOzf1tfkTyBcQALpS18D3pSoA5JobAm7oNlcx
FFHVnMi3q0GuSxw92WCPj7e5Zoy0Mlv9JaE2G6ZMp4+1GuufyS5bfQQI3HF+4Q1p
5jNhYGvihdFHO70/Xcao4G83NgSdVc6ae7u1pTy5e22unCR7n5Ea+/ZJlVW0g2Mv
Uz4L6qMuM/NQI5kWSBCu53SoYowsI9ZtuXVSJPV4TEkSAZswvREbNUDaH32BM3sc
U7muZweAdLf78ExIZQi2zTdE8iinoakNaHudChrvGV4IgiZBdYlvW/Ia/nCsbF4z
rQz6WhmxdDcJvGOEmb2jD+jQa6tLMFiXOzgYLjkV0mg4PM6bfyuMIiMuZtkn3qfS
Nxo8+vV4fMF5doS1r9veWXpOEsTj8EKwnLmJcGr4tldDWUBIzs3WIvguv4Y4ZpDt
IIi9HRXW0y+kGX28REzjf2eYFfGf0ZlOGAMJ1tYDK31PulKX2UcvZLr9WK0ddOP9
Uwy4vODu0XGuhHa9IXAWFwV14EV30EVAI9j/AIEYjUCe6cCy46cK1PTUIMOmeNu/
ZmWpupV3ZGQ7tV2VCOqzIISNWO5QOUdjG3fSFfrHYP5Gx05kc5ZeEVpK8T6hnYbh
sAouKK2+gV1r6sYJOrm7gLXVvcf+mD0lU/bfXtSddg4Y2hw20z/6n6eoCDyDGOtM
8XeeambtvIwVT+RMoqCT
=BhM7
-END PGP SIGNATURE-


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



Bug#100808: Demande de partenariat très sérieuse svp

2015-03-26 Thread konan patricia

Mes sincères salutations et mes excuses à votre égard. Je voudrais m'excuser de 
mon intrusion dans votre vie privée. Je me nomme Mme Patricia Konan , Cadre au 
Département de la Comptabilité à Ecobank Côte d'Ivoire. Un compte a été ouvert 
au sein de notre banque en 2005 et depuis 2011, aucune opération ne s'est 
effectuée. Ce compte présente à ce jour dans nos livres, un compte créditeur de 
Huit Millions Cinq Cent Mille €uros ( 8.500.000 €). Après avoir consulté tous 
les dossiers relatifs à ce compte, je me suis rendue compte que je pouvais 
disposer aisément de cet argent si je réussissais à le virer sur un compte à 
l'extérieur donc je suis à la recherche d'un partenaire honnête.
Le possesseur de ce compte feu Mike Patrick, un expatrié de Petrol-Technical 
Support Services Inc, décédé suite à un accident de la circulation. Personne ne 
sait à ce jour l'existence de ce compte. Ce compte ne possède aucun autre 
proche parent.
J'aimerais que vous m'aidiez à transférer cet argent pour investir dans votre 
domaine. Après le transfert je vous offre 50% pour votre aide. Soyez sûr que 
c'est une véritable opportunité que je vous offre.
Je reste dans l'attente de votre réponse rapide que j'espère favorable.
Fraternellement
Mme Patricia Konan
PS:J'AI TOUTES LES PREUVES DOCUMENTAIRES ATTESTANT MES DIRES AFIN DE VOUS 
RASSURER DE LA VÉRACITÉ ET DU GRAND SÉRIEUX DE MA PROPOSITION.

Bug#781231: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Unsupported osfamily (Debian) or lsbdistid () at /usr/share/puppet/modules/apt/manifests/params.pp:39

2015-03-26 Thread Christoph Berg
Package: puppet-module-puppetlabs-apt
Version: 1.4.2-1
Severity: serious

Hi,

The Apt module seems to require the presence of the $lsbdistid fact,
which is only available when lsb-release is installed. Neither
puppet-module-puppetlabs-apt, puppet, nor facter have a Dependency (or
any weaker relation) on that.

Please fix puppet-module-puppetlabs-apt to handle the absence of this
fact gracefully. (Note that adding a dependency to
puppet-module-puppetlabs-apt does not help as the fact is required on
clients, and also adding dependencies to puppet or facter in jessie
will not fix the problem on wheezy clients.)

$ sudo puppet agent -t
info: Retrieving plugin
info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
err: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Unsupported osfamily (Debian) or lsbdistid () at 
/usr/share/puppet/modules/apt/manifests/params.pp:39 on node candela.oftc.net
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

(I cannot even use puppet to install lsb-release because the catalog
run is skipped in total.)

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#778646: Multiple issues

2015-03-26 Thread Tomasz Buchert
Hi,
there is 1.12 available (but the patch above solves
the problem as well).

Tomasz


signature.asc
Description: Digital signature


Bug#781224: freeipa: CVE-2015-1827

2015-03-26 Thread Moritz Muehlenhoff
Package: freeipa
Severity: grave
Tags: security
Justification: user security hole

This was assigned CVE-2015-1827:
https://fedorahosted.org/freeipa/ticket/4908

Cheers,
Moritz


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



Bug#781162: [Pkg-openldap-devel] Bug#781162: slapd segfaults on pass-through SASL authentication

2015-03-26 Thread Simon Bin
On Wed, 2015-03-25 at 10:01 -0700, Ryan Tandy wrote:
 Meanwhile I reproduced the crash in jessie as well. It seems to require 
 that the database suffix be empty, though, which I think is an unusual 
 configuration. Is that actually the case in your setup?

This doesn't seem so unusual to me; we have the LDAP-tree organised in
dc=domain,dc=tld fashion and manage subtrees for various TLDs in a
single hdb. So yes, olcSuffix is  in this case.


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



Bug#781226: qtchooser fails to find qmake-qt4 when installed in foreign architecture

2015-03-26 Thread chrysn
Package: qtchooser
Version: 47-gd2b7997-2
Severity: normal

on a system on which qt4-qmake is installed as i386 package
(4:4.8.6+git64-g5dc8b2) and qtchooser is installed as amd64 (no idea why
this happened on my system, but qt4-qmake being Multi-Arch:foreign
indicates it should be ok), qtchooser fails to find qmake:

 $ qmake --version
 make: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such
 file or directory
 $ qmake-qt4 --version
 QMake version 2.01a
 Using Qt version 4.8.6 in /usr/lib/i386-linux-gnu

if this can not be fixed in the dispatch process, maybe it should be
considered to set qtchooser to Multi-Arch:same, so qmake (which depends
on it) can pull in a matching qtchooser.


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages qtchooser depends on:
ii  libc6   2.19-17
ii  libgcc1 1:4.9.2-10
ii  libstdc++6  4.9.2-10

qtchooser recommends no packages.

qtchooser suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#731439: linux: unable to handle kernel paging request at ffffffffffffffb8 when trying to remove a file in a checkpoint directory of a NFSv4 mount from a EMC VNx Storage

2015-03-26 Thread Salvatore Bonaccorso
Control: tags -1 + patch upstream fixed-upstream

Hi,

The following commit fixes this issue:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=14977489ffdb80d4caf5a184ba41b23b02fbacd9

Could this be included in an upcoming linux update for wheezy?

Regards,
Salvatore
From 14977489ffdb80d4caf5a184ba41b23b02fbacd9 Mon Sep 17 00:00:00 2001
From: Trond Myklebust trond.mykleb...@netapp.com
Date: Tue, 27 Mar 2012 18:31:25 -0400
Subject: [PATCH] NFSv4: Minor cleanups for nfs4_handle_exception and
 nfs4_async_handle_error

Signed-off-by: Trond Myklebust trond.mykleb...@netapp.com
---
 fs/nfs/nfs4proc.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 1933e67..f82bde0 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -270,7 +270,7 @@ static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struc
 		case 0:
 			return 0;
 		case -NFS4ERR_OPENMODE:
-			if (nfs_have_delegation(inode, FMODE_READ)) {
+			if (inode  nfs_have_delegation(inode, FMODE_READ)) {
 nfs_inode_return_delegation(inode);
 exception-retry = 1;
 return 0;
@@ -282,10 +282,9 @@ static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struc
 		case -NFS4ERR_DELEG_REVOKED:
 		case -NFS4ERR_ADMIN_REVOKED:
 		case -NFS4ERR_BAD_STATEID:
-			if (state != NULL)
-nfs_remove_bad_delegation(state-inode);
 			if (state == NULL)
 break;
+			nfs_remove_bad_delegation(state-inode);
 			nfs4_schedule_stateid_recovery(server, state);
 			goto wait_on_recovery;
 		case -NFS4ERR_EXPIRED:
@@ -3825,8 +3824,9 @@ nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
 		case -NFS4ERR_DELEG_REVOKED:
 		case -NFS4ERR_ADMIN_REVOKED:
 		case -NFS4ERR_BAD_STATEID:
-			if (state != NULL)
-nfs_remove_bad_delegation(state-inode);
+			if (state == NULL)
+break;
+			nfs_remove_bad_delegation(state-inode);
 		case -NFS4ERR_OPENMODE:
 			if (state == NULL)
 break;
-- 
2.1.4



Bug#781233: unblock: parted/3.2-7

2015-03-26 Thread Colin Watson
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package parted; this fixes a crash when trying to resize
fat16 filesystems.  CCing debian-boot since this would need a d-i ack
too.

diff -Nru parted-3.2/debian/.git-dpm parted-3.2/debian/.git-dpm
--- parted-3.2/debian/.git-dpm  2014-09-19 15:41:38.0 +0100
+++ parted-3.2/debian/.git-dpm  2014-11-06 12:21:49.0 +
@@ -1,6 +1,6 @@
 # see git-dpm(1) from git-dpm package
-5e4e122454ac8ecf5b5fc006c0b03f0e8adc6c7c
-5e4e122454ac8ecf5b5fc006c0b03f0e8adc6c7c
+bdfd201a2f5b8090c7ba1208fe5531d0dceecf49
+bdfd201a2f5b8090c7ba1208fe5531d0dceecf49
 a3803540db7f12359a111d6449159b91032c253f
 a3803540db7f12359a111d6449159b91032c253f
 parted_3.2.orig.tar.xz
diff -Nru parted-3.2/debian/changelog parted-3.2/debian/changelog
--- parted-3.2/debian/changelog 2014-09-19 15:44:41.0 +0100
+++ parted-3.2/debian/changelog 2015-03-19 10:58:59.0 +
@@ -1,3 +1,15 @@
+parted (3.2-7) unstable; urgency=medium
+
+  [ Phillip Susi ]
+  * Cherry pick upstream patch to fix a crash when resizing fat16
+(LP: #1342255).
+
+  [ Colin Watson ]
+  * Drop libparted2's alternative Suggests on nparted, which has not been in
+Debian for a decade or so.
+
+ -- Colin Watson cjwat...@debian.org  Thu, 19 Mar 2015 10:58:55 +
+
 parted (3.2-6) unstable; urgency=medium
 
   [ Steven Chamberlain ]
diff -Nru parted-3.2/debian/control parted-3.2/debian/control
--- parted-3.2/debian/control   2014-09-19 15:38:08.0 +0100
+++ parted-3.2/debian/control   2015-03-19 10:52:48.0 +
@@ -68,7 +68,7 @@
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: parted | nparted, libparted-dev, libparted-i18n (= ${source:Version})
+Suggests: parted, libparted-dev, libparted-i18n (= ${source:Version})
 Conflicts: parted ( 1.4.13+14pre1), libparted1 ( 2.2)
 Replaces: libparted0 ( 2.2-4), libparted1 ( 2.2), libparted1.4 ( 
1.4.24-2)
 Provides: libparted
diff -Nru parted-3.2/debian/patches/fat16-resize-crash.patch 
parted-3.2/debian/patches/fat16-resize-crash.patch
--- parted-3.2/debian/patches/fat16-resize-crash.patch  1970-01-01 
01:00:00.0 +0100
+++ parted-3.2/debian/patches/fat16-resize-crash.patch  2014-11-06 
12:21:49.0 +
@@ -0,0 +1,56 @@
+From bdfd201a2f5b8090c7ba1208fe5531d0dceecf49 Mon Sep 17 00:00:00 2001
+From: Mike Fleetwood mike.fleetw...@googlemail.com
+Date: Sun, 28 Sep 2014 16:15:48 +0100
+Subject: lib-fs-resize: Prevent crash resizing FAT16 file systems
+
+Resizing FAT16 file system crashes in libparted/fs/r/fat/resize.c
+create_resize_context() because it was dereferencing NULL pointer
+fs_info-info_sector to copy the info_sector.
+
+Only FAT32 file systems have info_sector populated by fat_open() -
+fat_info_sector_read().  FAT12 and FAT16 file systems don't have an
+info_sector so pointer fs_info-info_sector remains assigned NULL from
+fat_alloc().  When resizing a FAT file system create_resize_context()
+was always dereferencing fs_info-info_sector to memory copy the
+info_sector, hence it crashed for FAT12 and FAT16.
+
+Make create_resize_context() only copy the info_sector for FAT32 file
+systems.
+
+Reported by Christian Hesse in
+https://bugzilla.gnome.org/show_bug.cgi?id=735669
+
+Origin: upstream, 
http://git.savannah.gnu.org/cgit/parted.git/commit/?id=1e9e770f4bc7f3d80e09ecd1df58575fad064163
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=735669
+Last-Update: 2014-11-06
+
+Patch-Name: fat16-resize-crash.patch
+---
+ libparted/fs/r/fat/resize.c | 12 +---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+diff --git a/libparted/fs/r/fat/resize.c b/libparted/fs/r/fat/resize.c
+index 919acf0..bfe60a0 100644
+--- a/libparted/fs/r/fat/resize.c
 b/libparted/fs/r/fat/resize.c
+@@ -668,11 +668,17 @@ create_resize_context (PedFileSystem* fs, const 
PedGeometry* new_geom)
+ 
+ /* preserve boot code, etc. */
+   new_fs_info-boot_sector = ped_malloc (new_geom-dev-sector_size);
+-  new_fs_info-info_sector = ped_malloc (new_geom-dev-sector_size);
+   memcpy (new_fs_info-boot_sector, fs_info-boot_sector,
+   new_geom-dev-sector_size);
+-  memcpy (new_fs_info-info_sector, fs_info-info_sector,
+-  new_geom-dev-sector_size);
++  new_fs_info-info_sector = NULL;
++  if (fs_info-fat_type == FAT_TYPE_FAT32)
++  {
++  PED_ASSERT (fs_info-info_sector != NULL);
++  new_fs_info-info_sector =
++  ped_malloc (new_geom-dev-sector_size);
++  memcpy (new_fs_info-info_sector, fs_info-info_sector,
++  new_geom-dev-sector_size);
++  }
+ 
+   new_fs_info-logical_sector_size = fs_info-logical_sector_size;
+   new_fs_info-sector_count = new_geom-length;
diff -Nru parted-3.2/debian/patches/series parted-3.2/debian/patches/series
--- parted-3.2/debian/patches/series2014-09-19 

Bug#779200: reportbug: did not show #777125, proably due to encoding issues

2015-03-26 Thread Sandro Tosi
control: tags -1 + moreinfo unreproducible

Hello Hermann,

On Wed, Feb 25, 2015 at 12:02 PM, Hermann Lauer
hermann.la...@iwr.uni-heidelberg.de wrote:
 while trying to report a systemd related bug on sysvinit-utils, when
 selecting #777125 for viewing the screen empties and nothing is shown.

does `$ reportbug -N 777125` work for you or you see the same problem?
this is just a shortcut instead of checking all the bugs for
'sysvinit-utils' (which is the package against 777125 has been
reported) and find that bug in the list (and FTR even doing that, it
works here).

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


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



Bug#780540: ITP: mraa -- userspace I/O library

2015-03-26 Thread Antti Järvinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tom Ingleby wrote:
 Package: wnpp 
 Severity: wishlist  
 
 mraa (libmraa) is library for interacting with userspace I/O on
..

Hello Tom, 

in order to get your package packaged you need to have 
 1. files related to debian packaging, usually found in debian/
subdirectory and
 2. maybe another bug report agains package sponsorship-requests to
have the package reviewed. 

There is a lot of useful information at https://wiki.debian.org/DebianMentorsFaq
regarding construction and submitting the packages. 

- --
Antti Järvinen

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFVE+KlUTdja+nNMWMRArZTAJ9G5GGuEcdDsdzJXBwPnfa1vROXpgCfbbz5
C4WBe/vWYNALW5VifBM6tV8=
=OVDM
-END PGP SIGNATURE-


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



Bug#781236: /opt/bin not in PATH makes independent packagers create deb packages that install across /usr and /usr/local

2015-03-26 Thread Sergio Callegari

Package: bash
Version: 4.2+dfsg-0.1+deb7u3

Lack of /opt/bin has already been considered in bug 45096, that got closed with
a won't fix indication following the motivation that /opt is used by commercial
software and that any admin installing commercial software should edit his/her
own /etc/profile.

Yet /opt is not just a matter of commercial software. A lot of /free/ software 
that is distributed independently from debian uses it.


Most important: a lot of free software that is /packaged/ in deb format 
independently from debian and meant to be used in debian + derivatives and in 
ubuntu + derivatives uses /opt to avoid conflicting with the distribution.


A notable example is represented by the Libreoffice deb packages that are made 
by The Document Foundation and that they invite to use to


- test beta versions and release candidates
- verify that bugs are not dependent on the distribution packaging by verifying 
that they exist also in the TDF packaged version


Lack of /opt/bin on the path means that in these packages almost everything is 
placed in /opt/something, but then, if they want to have some executables on 
the path they became 'creative' in potentially bad ways.


For instance TDF has started shipping deb packages that install across /opt and 
/usr/local, in order to put stuff in /usr/local/bin.


IMHO, this is a very bad thing, because /usr/local should be the admin play 
ground, particularly for locally compiled software and one should never have 
packages installing anything there, otherwise automatic actions start happening 
with no admin control in an area that should be safe. Furthermore, if there are 
packages that install across /usr and /usr/local, it becomes impossible to share 
/usr without breakage of these packages.


Thus, anything that is possible should be made to provide these third party 
packagers of free software with a place to install executables that is on the 
default path and that is not in /usr/local.



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



Bug#781237: apt misses clean command (aka apt-get clean)

2015-03-26 Thread Daniel Baumann
Package: apt
Version: 1.0.9.7
Severity: minor

Hi,

unfortunatly it is not possible to use s/apt-get/apt/ in jessie, since
apt doesn't now about clean:

  daniel@debian:~$ apt clean
  E: Invalid operation clean
  daniel@debian:~$

it would be nice if you could add the necessary command in order to
deprecate apt-get.

Regards,
Daniel


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



Bug#778877: [d...@fifthhorseman.net: Re: [Pkg-gnupg-maint] Bug#778877: Bug#778877: making the gnupg package reproducible]

2015-03-26 Thread Martin Pitt
Hello all,

Stefano Zacchiroli [2015-03-19 22:21 -0400]:
 - Forwarded message from Daniel Kahn Gillmor d...@fifthhorseman.net 
 -
 
 Date: Thu, 19 Mar 2015 18:22:31 -0400
 From: Daniel Kahn Gillmor d...@fifthhorseman.net
 To: Didier 'OdyX' Raboud o...@debian.org
 Cc: 778...@bugs.debian.org, Thijs Kinkhorst th...@debian.org, Ian Jackson 
 ijack...@chiark.greenend.org.uk, Iustin Pop ius...@debian.org,
   Stefano Zacchiroli z...@debian.org, w...@packages.debian.org
 Subject: Re: [Pkg-gnupg-maint] Bug#778877: Bug#778877: making the gnupg 
 package   reproducible
 Message-ID: 873850hbko@alice.fifthhorseman.net
 
 (adding Ian, Iustin, and Stefano to Cc here, since this involves
 autopkgtest and they're drivers of DEP8; adding w...@packages.debian.org
 since it involves wine; see https://bugs.debian.org/778877 for
 background)
 
 On Tue 2015-02-24 03:36:28 -0500, Didier 'OdyX' Raboud wrote:
  Le lundi, 23 février 2015 15.14:28, vous avez écrit :
  On Mon 2015-02-23 03:01:04 -0500, Didier 'OdyX' Raboud  o...@debian.org 
  wrote:
   gpgv.exe runs fine under Wine with this patch.
  
  sweet, thanks for testing, OdyX.
  
   That said, it'd be cool to have either build-time tests (but Build-
   Depending on wine, err, no…) or autopkgtests that would test
   gpgv.exe, at least under wine (as I suspect that we don't have
   Windows autopkgtests runners :-P).
  
  I agree, that would be cool.  I'm actually not totally averse to
  build-depending on wine either; we're already build-depending on
  mingw.
 
  Wine nowadays only runs on i386 (on amd64 it needs multiarch enabled), 
  having that in the build test-suite would impose to either build gnupg 
  on i386, or go through hops to make sure multiarch is enabled.
 
 right, this is what i see on a minimal amd64 system with wine and
 gpgv-win32 installed:
 
 dkg@test:~$ wine /usr/share/win32/gpgv.exe --keyring 
 Z:\\/tmp/tmp.7hMKKepWqq/pubring.gpg Z:\\/home/dkg/gpgv-win32.gpg 
 Z:\\/home/dkg/gpgv-win32
 it looks like multiarch needs to be enabled.  as root, please
 execute dpkg --add-architecture i386  apt-get update 
 apt-get install wine32

The test could just do that on amd64.

 Hm, looking into this further, i don't see how we can effectively limit
 the autopkgtest to run only on i386 platforms.  As a result, it looks to
 me like the test proposed would fail on amd64.
 
 Is there a way to limit the test to i386?

Not declaratively. Your test could of course check uname -m or similar
and just return early with some echo SKIP: unsupported architecture
or some such.

 or should we make the test run as root, and have it set up multi-arch if
 it notices that it's on amd64?

IMHO that would be even more useful.

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


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



Bug#781240: libopenconnect3: Double free when PKCS#11 token does not include CA certs

2015-03-26 Thread Laurent Bigonville
Package: libopenconnect3
Version: 6.00-1+b1
Severity: important
Tags: patch

Hello,

When using openconnect when my belpic card, openconnect is crashing with
a double free error.

Got no issuer from PKCS#11
*** Error in `/usr/sbin/openconnect': double free or corruption (!prev): 
0x55cc5650 ***

The attached patch (coming from upstream) fix this issue

Cheers,

Laurent Bigonville

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libopenconnect3 depends on:
ii  libc6  2.19-17
ii  libgnutls-deb0-28  3.3.8-6
ii  liboath0   2.4.1-1
ii  libp11-kit00.20.7-1
ii  libproxy1  0.4.11-4+b2
ii  libstoken1 0.6-1
ii  libxml22.9.2+dfsg1-3
ii  multiarch-support  2.19-17
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages libopenconnect3 recommends:
ii  ca-certificates  20141019

libopenconnect3 suggests no packages.

-- no debconf information
diff -Nru openconnect-6.00/debian/patches/01_fix-double-free.patch openconnect-6.00/debian/patches/01_fix-double-free.patch
--- openconnect-6.00/debian/patches/01_fix-double-free.patch	1970-01-01 01:00:00.0 +0100
+++ openconnect-6.00/debian/patches/01_fix-double-free.patch	2015-03-26 12:21:02.0 +0100
@@ -0,0 +1,40 @@
+From: Paul Donohue g...@paulsd.com
+Date: Fri, 24 Oct 2014 14:58:02 + (-0400)
+Subject: Fix invalid/double free if PKCS#11 token does not include CA certs
+X-Git-Tag: v7.00~86
+X-Git-Url: http://git.infradead.org/users/dwmw2/openconnect.git/commitdiff_plain/3215c30539daf96d4ee9f358e2b6c67f8b01dfdd
+
+Fix invalid/double free if PKCS#11 token does not include CA certs
+
+Commit b06b862f5 (Include supporting certificates from PKCS#11 tokens)
+calls gnutls_free() on an invalid 't.data' value if
+gnutls_pkcs11_get_raw_issuer() returns an error, and calls
+gnutls_x509_crt_deinit() twice on 'issuer' if gnutls_x509_crt_import()
+returns an error.
+
+If the Issuer cert is not available on the PKCS#11 token,
+then gnutls_pkcs11_get_raw_issuer() fails and the call to
+gnutls_free(t.data) causes libc to print the following message then
+kill the process:
+--- a/gnutls.c
 b/gnutls.c
+@@ -1506,7 +1506,10 @@ static int load_certificate(struct openc
+ 		err = gnutls_x509_crt_import(issuer, t, GNUTLS_X509_FMT_DER);
+ 		if (err)
+ 			gnutls_x509_crt_deinit(issuer);
++		else
++			free_issuer = 1;
+ 	}
++	gnutls_free(t.data);
+ }
+ if (err) {
+ 	vpn_progress(vpninfo, PRG_ERR,
+@@ -1517,8 +1520,6 @@ static int load_certificate(struct openc
+ 	vpn_progress(vpninfo, PRG_ERR,
+ 		 _(Got next CA '%s' from PKCS11\n), name);
+ }
+-free_issuer = 1;
+-gnutls_free(t.data);
+ 			}
+ #endif
+ 			if (err)
diff -Nru openconnect-6.00/debian/patches/series openconnect-6.00/debian/patches/series
--- openconnect-6.00/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ openconnect-6.00/debian/patches/series	2015-03-26 12:19:53.0 +0100
@@ -0,0 +1 @@
+01_fix-double-free.patch


Bug#781241: shinken: The installation directory /var/lib/shinken/share missing

2015-03-26 Thread Arthur Lutz
Subject: shinken: The installation directory /var/lib/shinken/ missing
Package: shinken
Version: 2.0.3-4
Severity: normal

Dear Maintainer,

   * What led up to the situation?

# shinken install http
Grabbing : http
The installation directory /var/lib/shinken/share is missing!

   * What was the outcome of this action?

nothing installed

   * What outcome did you expect instead?

http shinken pack install

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (990, 'testing-updates'), (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages shinken depends on:
ii  shinken-common 2.0.3-4
pn  shinken-mod-auth-cfg-password  none
ii  shinken-mod-pickle-retention-file-generic  1.4.1-2
ii  shinken-mod-webui [shinken-mod-sqlitedb]   1.0-1

shinken recommends no packages.

Versions of packages shinken suggests:
pn  shinken-doc  none

-- no debconf information


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



Bug#781235: missing-debian-source-format isn't emitted is d/source is missing

2015-03-26 Thread Jean-Michel Nirgal Vourgère
Package: lintian
Version: 2.5.30+deb8u3
Severity: normal

Hello

I noticed that debian-source-dir tests are skipped if the debian/source
directory is completely missing.

This result in the tag missing-debian-source-format not being emitted,
which is contrary to tag description saying d/s/format is recommended,
and not d/s/format is recommended *if you have d/source*.

This is cause by this line at the begining of checks/debian-source-dir.pm:
 return if not $dsrc;

I expected lintian to emit tag missing-debian-source-format before
aborting other d/source checks.

Cheers


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages lintian depends on:
ii  binutils   2.25-5
ii  bzip2  1.0.6-7+b2
ii  diffstat   1.58-1
ii  file   1:5.22+15-2
ii  gettext0.19.3-2
ii  hardening-includes 2.6
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.29+b2
ii  libarchive-zip-perl1.39-1
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.37-1+b1
ii  libdpkg-perl   1.17.24
ii  libemail-valid-perl1.195-1
ii  libfile-basedir-perl   0.03-1
ii  libipc-run-perl0.92-1
ii  liblist-moreutils-perl 0.33-2+b1
ii  libparse-debianchangelog-perl  1.2.0-1.1
ii  libtext-levenshtein-perl   0.11-1
ii  libtimedate-perl   2.3000-2
ii  liburi-perl1.64-1
ii  man-db 2.7.0.2-5
ii  patchutils 0.3.3-1
ii  perl [libdigest-sha-perl]  5.20.2-2
ii  t1utils1.38-4

Versions of packages lintian recommends:
ii  libautodie-perl 2.25-1
ii  libperlio-gzip-perl 0.18-3+b1
ii  perl5.20.2-2
ii  perl-modules [libautodie-perl]  5.20.2-2

Versions of packages lintian suggests:
pn  binutils-multiarch none
ii  dpkg-dev   1.17.24
ii  libhtml-parser-perl3.71-1+b3
ii  libtext-template-perl  1.46-1
ii  libyaml-perl   1.13-1
ii  xz-utils   5.1.1alpha+20120614-2+b3

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#672218: rsyslog: Logrotate error message

2015-03-26 Thread Simon Ruderich
Package: rsyslog
Version: 8.4.2-1
Followup-For: Bug #672218

Hello,

This is still an issue in Jessie (used with systemd):

$ invoke-rc.d rsyslog rotate
invoke-rc.d: action rotate is unknown, but proceeding anyway.
Closing open files: rsyslogd.

The fix mentioned in #728682 ([1]) works.

Regards
Simon

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728682


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



Bug#780347: New upstream release (0.8.8c-1)

2015-03-26 Thread Paul Gevers
Hi Daniel,

Hmm, I was pretty sure that I already replied, but the archive says no.

On Thu, 12 Mar 2015 14:02:04 +0100 Daniel Baumann
daniel.baum...@progress-technologies.net wrote:
 It would be nice if you could upgrade to 0.8.8c-1 (in experimental).

Can you explain why you want this? As far as I can tell, there are no
changes between 0.8.8b and 0.8.8c that are worth packaging it now in
experimental. There is only one change:
 Remove obsolete reference
which is a one-liner in configure.ac which doesn't impact the build in
Debian. So 0.8.8b and 0.8.8c are identical.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#706522: pcs - Pacemaker/Corosync configuration system

2015-03-26 Thread Richard B Winters
On Thu, 2015-03-26 at 11:10 +0100, Martin Gerhard Loschwitz wrote:
 Richard,
 
 I added you to the HA group on alioth. Let me know if you need something to
 be sponsored. Feel free to do whatever you need with the packages as long
 as you manage to keep them working or make them work again :)
 
 Best regards
 Martin

Hi Martin,

Thank you so much for your reply. I do want to help out, though I do not
want to step all over your work either :)

I'm very glad to see you are still around and active and willing to
sponsor updates to the packages. I'll work with Feri and contribute all
I can to help keep debian-ha alive and our cluster stack in pristine
condition.

I've been communicating with upstream (beekhof, krig, feist), have
contributed to upstream as well - and have gotten the hang of the
Pacemaker/Corosync stack utilizing crmsh or pcs/pcsd (pcs/pcsd is my
personal favorite cli tool).

I honestly didn't see a crmsh package so I started there - so very sorry
for how aggressive that ended up looking (I retracted ITP there ofc) :\ 

---

I'll take some time digging around Alioth, Package Tracker, and
reviewing any docs/links you guys provide for contributing.

---

I mentioned keeping corosync related libraries within the corosync
package - but Feri made a good point by stating we should ask why you
decided to break them up; since you likely had a good reason. What's
your take on this? 

---

http://mentors.debian.net/package/crmsh

That's what I've done with crmsh. Notice what I did with the rules file
(rather than patching the source). I had contributed a hack upstream for
making upstream source build work on Debian as well. 

I'll take a look through the existing package - to see how you tackled
certain aspects. I'm sure also that depends needs to be updated. I can
just apply updated source to the old package and bring it up to date
with modifications - or is a properly built and tested new package able
to be dropped 'on-top'?

I rushed it a little bit so krig could look into potentially auto
generating debs for the public via OBS - though the Build-Depends
caused him errors testing that out with OBS (SUSE build system).

pcs/pcsd is also an interesting subject, due to the ruby gem
installation for pcsd.  I've been working on the init script (which
upstreams provided version doesn't seem to work on Debian), but have
tackled a majority of that package already as well.

---

Feri, I recall you saying you would like to work on updating corosync -
I can target pacemaker or pcs next, or we can work together on each
piece?  What would you prefer?

Are there any others still active?  Looking forward to meeting any of
you and working together in the future!

---

Alright, sorry for the massive brain picking. I'm rather excited now -
I'll get moving :)


Best,


-- 
Rik


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


Bug#781238: ruby-rest-client: CVE-2015-1820

2015-03-26 Thread Moritz Muehlenhoff
Package: ruby-rest-client
Severity: grave
Tags: security
Justification: user security hole

This was assigned CVE-2015-1820:
https://github.com/rest-client/rest-client/issues/369

Cheers,
Moritz


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



Bug#770397: Acknowledgement (linux-image-3.16.0-4-amd64: suspend drains the battery as if it's not)

2015-03-26 Thread Zachary Warren


On 25/03/15 20:42, Julien Wajsberg wrote:
 Thanks Zachary, I confirm your workaround seems to make this work correctly. 
 I'm not sure that these modules are important for a personal usage, but maybe 
 I miss something here?

Alright!

I agree these modules aren't important. I didn't notice any loss of function 
with them blacklisted. 

 
 -- 
 Julien
 


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



Bug#706522: pcs - Pacemaker/Corosync configuration system

2015-03-26 Thread Martin Gerhard Loschwitz

 Am 26.03.2015 um 12:45 schrieb Richard B Winters r...@mmogp.com:
 
 On Thu, 2015-03-26 at 11:10 +0100, Martin Gerhard Loschwitz wrote:
 Richard,
 
 I added you to the HA group on alioth. Let me know if you need something to
 be sponsored. Feel free to do whatever you need with the packages as long
 as you manage to keep them working or make them work again :)
 
 Best regards
 Martin
 
 Hi Martin,
 
 I mentioned keeping corosync related libraries within the corosync
 package - but Feri made a good point by stating we should ask why you
 decided to break them up; since you likely had a good reason. What's
 your take on this?
 

Ubuntu requires a split package. The goal was to keep stuff as synchronized as 
possible
between Ubuntu and Debian. That's why I would prefer to stick with individual 
library
packages. Otherwise, the Ubuntu package maintainers would need to re-do the 
packaging
on their own completely, and there's no point in doing that.

 ---
 
 http://mentors.debian.net/package/crmsh
 
 That's what I've done with crmsh. Notice what I did with the rules file
 (rather than patching the source). I had contributed a hack upstream for
 making upstream source build work on Debian as well.
 
 I'll take a look through the existing package - to see how you tackled
 certain aspects. I'm sure also that depends needs to be updated. I can
 just apply updated source to the old package and bring it up to date
 with modifications - or is a properly built and tested new package able
 to be dropped 'on-top'?
 
 I rushed it a little bit so krig could look into potentially auto
 generating debs for the public via OBS - though the Build-Depends
 caused him errors testing that out with OBS (SUSE build system).
 
 pcs/pcsd is also an interesting subject, due to the ruby gem
 installation for pcsd.  I've been working on the init script (which
 upstreams provided version doesn't seem to work on Debian), but have
 tackled a majority of that package already as well.
 

https://launchpad.net/~syseleven-platform/+archive/ubuntu/linux-ha

contains up-to-date packages for Ubuntu 14.04 that should be buildable on 
Debian as
well. You may use them as a reference, of course.

 ---
 
 Feri, I recall you saying you would like to work on updating corosync -
 I can target pacemaker or pcs next, or we can work together on each
 piece?  What would you prefer?
 
 Are there any others still active?  Looking forward to meeting any of
 you and working together in the future!
 

Best regards
Martin


signature.asc
Description: Message signed with OpenPGP using GPGMail


Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread Thomas Sailer

Hi Dave,

I just created soundmodem-disc...@gna.org, up to now it's mostly been 
the odd private email...


Thomas


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



Bug#780765: syslinux fixes for Chromebooks

2015-03-26 Thread Daniel Baumann
On 03/26/2015 01:50 PM, intrigeri wrote:
 I'm unsure what Debian should do as far as Jessie is concerned.

that can be adressed by someone in a jessie point release (and after
upstream commented on it). fwiw i'm not going to take the risk for an
upload to jessie with the patches at that point.


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



Bug#781244: ITP: golang-go-colorable -- Colorable writer for windows

2015-03-26 Thread Alexandre Viau
Package: wnpp
Severity: wishlist

* Package name: golang-go-colorable
  Version : 0.0~git20140924-1
  Upstream Author : Yasuhiro Matsumoto
* URL : https://github.com/mattn/go-colorable
* License : MIT
  Programming Lang: Go
  Description : Colorable writer for windows.



signature.asc
Description: OpenPGP digital signature


Bug#781245: glibc: --without-flag parameter removal during build

2015-03-26 Thread Breno Leitao
Source: glibc
Version: 2.19-15
Severity: minor
Tags: patch

Configure flag --without-flag was removed from upstream a long time ago in
commit 92963737c4376bcfd65235d5c325fa7f48302f89, but continues to be used in
Debian.

This patch is just a removal of that flag.
Index: glibc-2.19/debian/changelog
===
--- glibc-2.19.orig/debian/changelog
+++ glibc-2.19/debian/changelog
@@ -1,3 +1,10 @@
+glibc (2.19-16) UNRELEASED; urgency=medium
+
+  * Remove --without-flag that is not used anymore as a valid configuration. It
+was removed in commit 92963737c4376bcfd65235d5c325fa7f48302f89. 
+
+ -- Breno Leitao breno.lei...@gmail.com  Thu, 26 Mar 2015 09:20:32 -0400
+
 glibc (2.19-15) unstable; urgency=medium
 
   [ Aurelien Jarno ]
Index: glibc-2.19/debian/rules.d/build.mk
===
--- glibc-2.19.orig/debian/rules.d/build.mk
+++ glibc-2.19/debian/rules.d/build.mk
@@ -82,7 +82,7 @@ $(stamp)configure_%: $(stamp)mkbuilddir_
 		MAKEINFO=: \
 		$(CURDIR)/configure \
 		--host=$(call xx,configure_target) \
-		--build=$$configure_build --prefix=/usr --without-cvs \
+		--build=$$configure_build --prefix=/usr \
 		--enable-add-ons=$(standard-add-ons)$(call xx,add-ons) \
 		--without-selinux \
 		--enable-stackguard-randomization \


Bug#781246: desktop item launcher is flawed

2015-03-26 Thread Vlad Orlov
Source: mate-desktop
Version: 1.8.1+dfsg1-2
Severity: normal

As stated in GLib docs [1], running g_spawn_async with
G_SPAWN_DO_NOT_REAP_CHILD flag requires adding
a child watch function like g_child_watch_add afterwards
to prevent the child from becoming a zombie.

Current desktop item launcher does not do that. It even
ignores the child PID completely, regardless of the result
of the function call.

The upstream pull request [2] fixes the issue.


[1] 
https://developer.gnome.org/glib/stable/glib-Spawning-Processes.html#GSpawnFlags
[2] https://github.com/mate-desktop/mate-desktop/pull/167

Bug#780765: syslinux fixes for Chromebooks

2015-03-26 Thread intrigeri
Hi,

intrigeri wrote (20 Mar 2015 08:04:05 GMT) :
 Thanks! I'll build a Tails ISO with these fixes in, and will ask the
 bug reporters on our side to check if it improves things for them,
 before reporting back here.

It fixes the problem for at least one Tails bug reporter, so our next
major release will include the patch, and we'll see if it triggers
any regression.

I've seen someone from Ubuntu ping about the proposed patch on the
upstream mailing-list, without any answer so far, so I'm unsure what
Debian should do as far as Jessie is concerned.

Cheers,
--
intrigeri


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



Bug#781243: network-manager-gnome: Wireless Hotspot cannot be reconfigured

2015-03-26 Thread Mohammed Sadik P. K.
Package: network-manager-gnome
Version: 0.9.10.0-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

  * What led up to the situation?

Created a new Hotspot via `gnome-control-center network'.
Status: OK, Hostspot working.
   

  * What exactly did you do (or not do) that was effective (or
ineffective)?

Modified Hotspot settings via `nm-connection-editor' and saved.
Then tried to create the Hotspot again.


  * What was the outcome of this action?

Status: Hotspot settings was reset. A new configuration was made
by network-manager and that was used for the new Hotspot,
regradless of how the user configured.

   * What outcome did you expect instead?

 The Hotpot should be working with the changed configuration.

   * What cannot be configured ?

 Nothing: `ESSID,' `Password,' `Security,' etc.
 

   * Other details

 1. Desktop Environment : GNOME with GNOME shell
 2. Tested on a fresh install of Debian testing weekly DVD
released on 2015-03-23.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages network-manager-gnome depends on:
ii  dbus-x11 1.8.16-1
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  gconf-service3.2.6-3
ii  gnome-icon-theme 3.12.0-1
ii  libc62.19-15
ii  libcairo21.14.0-2.1
ii  libdbus-1-3  1.8.16-1
ii  libdbus-glib-1-2 0.102-1
ii  libgconf-2-4 3.2.6-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgnome-keyring03.12.0-1+b1
ii  libgtk-3-0   3.14.5-1
ii  libmm-glib0  1.4.0-1
ii  libnm-glib-vpn1  0.9.10.0-6
ii  libnm-glib4  0.9.10.0-6
ii  libnm-gtk0   0.9.10.0-2
ii  libnm-util2  0.9.10.0-6
ii  libnotify4   0.7.6-2
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libsecret-1-00.18-1+b1
ii  network-manager  0.9.10.0-6
ii  policykit-1-gnome0.105-2

Versions of packages network-manager-gnome recommends:
ii  gnome-keyring   3.14.0-1+b1
ii  iso-codes   3.57-1
ii  mobile-broadband-provider-info  20140317-1
ii  notification-daemon 0.7.6-2

Versions of packages network-manager-gnome suggests:
pn  network-manager-openconnect-gnome  none
pn  network-manager-openvpn-gnome  none
pn  network-manager-pptp-gnome none
pn  network-manager-vpnc-gnome none

-- no debconf information


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



Bug#781247: some applications with pkexec cannot be started from m-c-c

2015-03-26 Thread Vlad Orlov
Source: mate-control-center
Version: 1.8.3+dfsg1-1
Severity: normal
Tags: upstream jessie sid
Control: forwarded -1 
https://github.com/mate-desktop/mate-control-center/issues/51

Applications whose .desktop files have exec pkexec ...
command cannot be started from m-c-c. The upstream
pull request [1] fixes the issue by setting the do not reap
child flag when calling the desktop item launcher.

Note that the fix will only work if the fix from [2] is applied
first.


[1] https://github.com/mate-desktop/mate-control-center/pull/153
[2] https://bugs.debian.org/781246

Bug#775771: Bug#781203: cmdline API breakage -- E: Command line option --installed is not understood

2015-03-26 Thread Yaroslav Halchenko

On Thu, 26 Mar 2015, David Kalnischkies wrote:

 On Wed, Mar 25, 2015 at 08:04:24PM -0400, Yaroslav Halchenko wrote:
  I just have discovered that our scripts broke on jessie because of now
  --installed apparently is not supported, although still referred to in the
  manpage and changelog doesn't point to any deprecation.  So I just assume 
  that
  it is a bug:  this functionality works on wheezy but not on jessie

  $ apt-cache search --installed xserver   
  E: Command line option --installed is not understood

 --installed is still supported, but only by the commands which actually
 support it (which is just depends/rdepends at the moment).

should have not I RTFM more carefully? ;-)  Thanks David

 Accepting options on all commands even through they aren't understood
 was deemed confusing, if not downright dangerous: Just look at the
 output you provided… I doubt you have all (potentially even any)
 package installed which was listed in your wheezy-chroot.

indeed... I was not spotted that behavior because the output was anyways
piped to dpkg --purge ;)It just was more semantically correct to
list only installed packages. And such operation seems to be in demand,
hence CCing now found #775771 (morning search is always better ;-) )

 Now, imagine I come along and actually implement support for this flag:
 That will drastically change the behavior and might silently break your
 script until you figure out that apt now does what you asked it to do…

I don't think so -- if people explicitly asked for --installed, they
meant it.  So if anything, it should only become better ;-)

 So the fix is indeed simple and can be applied for any Debian release:
 Please fix your script. ;)
 Note: It sounds like we are talking about your own local script hence
 this blant suggestion. [...]

well -- the script is a part of the source package which is stuck in NEW
for ... 7 months now, thus can't reportbug, but already fixed it up ;)

-- 
Yaroslav O. Halchenko, Ph.D.
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Research Scientist,Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


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



Bug#781242: shinken: $ shinken install fails on TypeError

2015-03-26 Thread Arthur Lutz
Subject: shinken: $ shinken install fails on TypeError
Package: shinken
Version: 2.0.3-4
Severity: normal

Dear Maintainer,


# shinken install
Traceback (most recent call last):
  File /usr/bin/shinken, line 479, in module
CLI.one_loop(command_args)
  File /usr/bin/shinken, line 277, in one_loop
f(*cmd_args,**cmd_opts.__dict__)
TypeError: do_install() takes exactly 3 arguments (2 given)

Would be nice to have a small help message.

see initial bugreport on upstream
https://github.com/naparuba/shinken/issues/1548

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (990, 'testing-updates'), (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages shinken depends on:
ii  shinken-common 2.0.3-4
pn  shinken-mod-auth-cfg-password  none
ii  shinken-mod-pickle-retention-file-generic  1.4.1-2
ii  shinken-mod-webui [shinken-mod-sqlitedb]   1.0-1

shinken recommends no packages.

Versions of packages shinken suggests:
pn  shinken-doc  none

-- no debconf information


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



Bug#655338: Fwd: OpenDCP Project Moving

2015-03-26 Thread Carlo Stemberger
-- Forwarded message --
From: terrenc...@gmail.com terrenc...@gmail.com
Date: 2015-03-26 17:30 GMT+01:00
Subject: OpenDCP Project Moving
To: open...@googlegroups.com


Just a FYI to everyone... since Google is shutting down their Project
Hosting service, OpenDCP will be moving back to github. This group will
stay active, however.

https://github.com/tmeiczin/opendcp


Bug#781294: fw4spl: FTBFS: trouble finding HDF5

2015-03-26 Thread Aaron M. Ucko
Source: fw4spl
Version: 0.9.2-1
Severity: serious
Justification: fails to build from source

Automated builds of fw4spl have been failing to detect HDF5 fully:

  -- Configuring fwAtomsHdf5IO: /«PKGBUILDDIR»/SrcLib/io/fwAtomsHdf5IO
  CMake Warning (dev) at CMakeLists.txt:135 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run cmake --help-policy CMP0026 for policy details.  Use the cmake_policy
command to set the policy and suppress this warning.
  
The LOCATION property should not be read from target fwAtomsHdf5IO.  Use
the target name directly with add_custom_command, or use the generator
expression $TARGET_FILE, as appropriate.
  
  Call Stack (most recent call first):
CMakeLists.txt:300 (configureProject)
CMakeLists.txt:537 (fwLib)
SrcLib/io/fwAtomsHdf5IO/CMakeLists.txt:1 (fwLoadProperties)
  This warning is for project developers.  Use -Wno-dev to suppress it.
  
   : /usr/include/hdf5/serial
  -- Found HDF5: HDF5_LIBRARY-NOTFOUND;/usr/lib/i386-linux-gnu/libhdf5_cpp.so  

I'm not sure what the problem is, since fw4spl properly declares a
build dependency on libhdf5-dev, and CMake is able to locate
libhdf5_cpp.so.

Could you please take a look?

Incidentally, there are a lot of warnings about the LOCATION property
cluttering up CMake's output; please also consider either addressing
or at least suppressing them.

Thanks!


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



Bug#780607: Problem no longer present after upgrading to 1:4.3.3-2~bpo70+2

2015-03-26 Thread Celejar
After wrestling fruitlessly with the problem for a while, and receiving
no response here or on debian-user, I upgraded to 1:4.3.3-2~bpo70+2
(wheezy-backports), and the problem is no longer present.

Celejar


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



Bug#781231: [Pkg-puppet-devel] Bug#781231: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Unsupported osfamily (Debian) or lsbdistid () at /usr/share/puppet/modules/apt/manif

2015-03-26 Thread Russ Allbery
Control: severity -1 important

Christoph Berg christoph.b...@credativ.de writes:

 The Apt module seems to require the presence of the $lsbdistid fact,
 which is only available when lsb-release is installed. Neither
 puppet-module-puppetlabs-apt, puppet, nor facter have a Dependency (or
 any weaker relation) on that.

puppet-common Recommends lsb-release for exactly this sort of reason, so
it will be installed on Puppet clients in a default configuration.

It's long been the case that you probably want to install lsb-release on
any system on which you're running Puppet, or you'll be missing a pile of
pretty significant facts that are widely used in Puppet manifests.  We
started doing that at Stanford back in the 0.20 days.

I agree that the module should be more robust, and would be happy to see
this fixed prior to the release if possible, but I don't think this is
release-critical.  (Meaning that I don't think we should remove this
package from the release if no one gets to this.)

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


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



Bug#781266: r-base-core: Package fails to install when there is no group names staff on the system

2015-03-26 Thread Alexander Schlarb
Package: r-base-core
Version: 3.1.1-1+b2
Severity: grave
Justification: renders package unusable

When installing the package `r-base-core` (or anything that depends on it) on a
clean jessie install (not upgraded) then the depricated staff group will not
exist and the calls to `chown root:staff /usr/local/lib/R` and `chown
root:staff /usr/local/lib/R/site-library` will fail. This prevents the package
(and any dependant packages) from being configured correctly.



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-999-lowlatency (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages r-base-core depends on:
ii  libblas3 [libblas.so.3]1.2.20110419-10
ii  libbz2-1.0 1.0.6-7+b2
ii  libc6  2.19-15
ii  libcairo2  1.14.0-2.1
ii  libgfortran3   4.9.2-10
ii  libglib2.0-0   2.42.1-1
ii  libgomp1   4.9.2-10
ii  libice62:1.0.9-1+b1
ii  libjpeg62-turbo1:1.3.1-12
ii  liblapack3 [liblapack.so.3]3.5.0-4
ii  liblzma5   5.1.1alpha+20120614-2+b3
ii  libopenblas-base [liblapack.so.3]  0.2.12-1
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libpaper-utils 1.1.24+nmu4
ii  libpcre3   2:8.35-3.3
ii  libpng12-0 1.2.50-2+b2
ii  libquadmath0   4.9.2-10
ii  libreadline6   6.3-8+b3
ii  libsm6 2:1.2.2-1+b1
ii  libtcl8.5  8.5.17-1
ii  libtiff5   4.0.3-12.2
ii  libtk8.5   8.5.17-1
ii  libx11-6   2:1.6.2-3
ii  libxext6   2:1.3.3-1
ii  libxss11:1.2.2-1
ii  libxt6 1:1.1.4-1+b1
ii  ucf3.0030
ii  unzip  6.0-16
ii  xdg-utils  1.1.0~rc1+git20111210-7.4
ii  zip3.0-8
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages r-base-core recommends:
iu  r-base-dev 3.1.1-1
ii  r-doc-html 3.1.1-1
iu  r-recommended  3.1.1-1

Versions of packages r-base-core suggests:
pn  ess none
iu  r-base-html 3.1.1-1
pn  r-doc-info | r-doc-pdf  none
pn  r-mathlib   none

-- no debconf information


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



Bug#781261: RM: phpdocx -- ROM; Unmaintained upstream

2015-03-26 Thread David Prévot
Package: ftp.debian.org
Severity: normal

Hi,

Please remove phpdox, upstream doesn’t offer it a free software anymore,
and never fixed CVE-2014-2056. Nobody showed any interest in adoption in
over ten months either (#748605).


signature.asc
Description: Digital signature


Bug#781264: fortune-mod: Another small typo in a fortune cookie

2015-03-26 Thread Rudolf Schäfer
Package: fortune-mod
Version: 1:1.99.1-4
Severity: minor

Dear Maintainer,
There is a minor typo in a fortune cookie.
The first line of a quote by Quintus Horatius Flaccus (Horace) reads
Our sires' age was worse that our grandsires'.
It should be than, not that.
Thank you very much.

-- System Information:
Debian Release: 7.8
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages fortune-mod depends on:
ii  libc6   2.13-38+deb7u8
ii  librecode0  3.6-20

Versions of packages fortune-mod recommends:
ii  fortunes [fortune-cookie-db]  1:1.99.1-4
ii  fortunes-min [fortune-cookie-db]  1:1.99.1-4

Versions of packages fortune-mod suggests:
ii  bsdmainutils  9.0.3
ii  fortunes  1:1.99.1-4
ii  x11-utils 7.7~1

-- no debconf information


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



Bug#781225: FTBFS on amd64 and i386: file NVIDIA-Linux is not a directory

2015-03-26 Thread Graham Inggs
Hi Mateusz

On 26 March 2015 at 10:50, Mateusz Łukasik mat...@linuxmint.pl wrote:
 During build nvidia-graphics-drivers on amd64 and i386 package return FTBFS:

 https://buildd.debian.org/status/logs.php?pkg=nvidia-graphics-
 driversver=340.76-1suite=sid

It seems your build environment had an old version of patch:

patch_2.7.4-2

See bug #777122 and changelog entry:

patch (2.7.5-1) unstable; urgency=medium

  * New upstream release.
  * Fix symlink directory regression (closes: #777122).
  * Update Standards-Version to 3.9.6 .

 -- Laszlo Boszormenyi (GCS) g...@debian.org  Sat, 07 Mar 2015 06:27:14 +


Regards
Graham


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



Bug#759324: [libdbd-oracle-perl] conflicts with perl-5.20

2015-03-26 Thread Peter J. Holzer
On Tue, 23 Sep 2014 17:42:59 +0200 gregor herrmann gre...@debian.org wrote:
 On Mon, 22 Sep 2014 17:06:19 -0500, Julián Moreno Patiño wrote:
  Sorry for the late reply. I can build it on amd64. 
 
 Whatever we decide -- so far the package is available on amd64 and
 i386; the latter is no probelm technically with an i386 chroot on
 amd64, it just doubles the work. I guess going back to one
 architecture would not be the best way ...

I have just built in on i386. Not really tested yet but it seems work.
I haven't upgraded any of our amd_64's to debian 8 yet, but I can set up
a VM to build and test it there, too.

hp

-- 
   _  | Peter J. Holzer   | I think we need two definitions:
|_|_) | WSR - Softwaredevelopment | 1) The problem the *users* want us to solve
| |   | und Projektunterstützung  | 2) The problem our solution addresses.
__/   | h...@wsr.ac.at |-- Phillip Hallam-Baker on spam


signature.asc
Description: Digital signature


Bug#781266: r-base-core: Package fails to install when there is no group names staff on the system

2015-03-26 Thread Dirk Eddelbuettel

On 26 March 2015 at 18:03, Alexander Schlarb wrote:
| Package: r-base-core
| Version: 3.1.1-1+b2
| Severity: grave
| Justification: renders package unusable
| 
| When installing the package `r-base-core` (or anything that depends on it) on 
a
| clean jessie install (not upgraded) then the depricated staff group will not

Uh-oh.  When did 'staff' get deprecated?  

Do we have a list of still-supported groups? [Ok, went looking via a quick
docker image for 'jessie'.]

I'll change it to a group I create, something like rpkgs. 

| exist and the calls to `chown root:staff /usr/local/lib/R` and `chown
| root:staff /usr/local/lib/R/site-library` will fail. This prevents the package
| (and any dependant packages) from being configured correctly.

The package is used to widely (eg by all r-cran-* packages) that I am a
little surprised it has not come up earlier.

Dirk
 
| 
| -- System Information:
| Debian Release: 8.0
|   APT prefers testing
|   APT policy: (500, 'testing')
| Architecture: amd64 (x86_64)
| Foreign Architectures: i386
| 
| Kernel: Linux 4.0.0-999-lowlatency (SMP w/8 CPU cores; PREEMPT)
| Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
| Shell: /bin/sh linked to /bin/dash
| Init: systemd (via /run/systemd/system)
| 
| Versions of packages r-base-core depends on:
| ii  libblas3 [libblas.so.3]1.2.20110419-10
| ii  libbz2-1.0 1.0.6-7+b2
| ii  libc6  2.19-15
| ii  libcairo2  1.14.0-2.1
| ii  libgfortran3   4.9.2-10
| ii  libglib2.0-0   2.42.1-1
| ii  libgomp1   4.9.2-10
| ii  libice62:1.0.9-1+b1
| ii  libjpeg62-turbo1:1.3.1-12
| ii  liblapack3 [liblapack.so.3]3.5.0-4
| ii  liblzma5   5.1.1alpha+20120614-2+b3
| ii  libopenblas-base [liblapack.so.3]  0.2.12-1
| ii  libpango-1.0-0 1.36.8-3
| ii  libpangocairo-1.0-01.36.8-3
| ii  libpaper-utils 1.1.24+nmu4
| ii  libpcre3   2:8.35-3.3
| ii  libpng12-0 1.2.50-2+b2
| ii  libquadmath0   4.9.2-10
| ii  libreadline6   6.3-8+b3
| ii  libsm6 2:1.2.2-1+b1
| ii  libtcl8.5  8.5.17-1
| ii  libtiff5   4.0.3-12.2
| ii  libtk8.5   8.5.17-1
| ii  libx11-6   2:1.6.2-3
| ii  libxext6   2:1.3.3-1
| ii  libxss11:1.2.2-1
| ii  libxt6 1:1.1.4-1+b1
| ii  ucf3.0030
| ii  unzip  6.0-16
| ii  xdg-utils  1.1.0~rc1+git20111210-7.4
| ii  zip3.0-8
| ii  zlib1g 1:1.2.8.dfsg-2+b1
| 
| Versions of packages r-base-core recommends:
| iu  r-base-dev 3.1.1-1
| ii  r-doc-html 3.1.1-1
| iu  r-recommended  3.1.1-1
| 
| Versions of packages r-base-core suggests:
| pn  ess none
| iu  r-base-html 3.1.1-1
| pn  r-doc-info | r-doc-pdf  none
| pn  r-mathlib   none
| 
| -- no debconf information

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#781241: [Pkg-shinken-maint] Bug#781241: shinken: The installation directory /var/lib/shinken/share missing

2015-03-26 Thread Debian

Hi,

It's fixed, we are waiting for a new upload now. This bug is fixed in 
the 2.2 version of Shinken if you can't wait (see the link given in the 
Github issue)


Thanks

Sebastien Coavoux

Le 2015-03-26 07:54, Arthur Lutz a écrit :

Subject: shinken: The installation directory /var/lib/shinken/ missing
Package: shinken
Version: 2.0.3-4
Severity: normal

Dear Maintainer,

   * What led up to the situation?

# shinken install http
Grabbing : http
The installation directory /var/lib/shinken/share is missing!

   * What was the outcome of this action?

nothing installed

   * What outcome did you expect instead?

http shinken pack install

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (990, 'testing-updates'), (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages shinken depends on:
ii  shinken-common 2.0.3-4
pn  shinken-mod-auth-cfg-password  none
ii  shinken-mod-pickle-retention-file-generic  1.4.1-2
ii  shinken-mod-webui [shinken-mod-sqlitedb]   1.0-1

shinken recommends no packages.

Versions of packages shinken suggests:
pn  shinken-doc  none

-- no debconf information

___
Pkg-shinken-maint mailing list
pkg-shinken-ma...@lists.alioth.debian.org
https://lists.alioth.debian.org/mailman/listinfo/pkg-shinken-maint



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



Bug#773457: ministat: man page: '-w' description is incomplete

2015-03-26 Thread Kristof Provost
The patch has been merged into FreeBSD revision r280701.

Regards,
Kristof

On 2014-12-24 18:25:58 (+0100), Ben Hutchings b...@decadent.org.uk wrote:
 Kristof Provost reported (see below) that ministat(1) doesn't correctly
 document the default width.  I suggest the following patch to correct
 this.
 
 --- a/ministat.1
 +++ b/ministat.1
 @@ -65,7 +65,9 @@ See
  .Xr strtok 3
  for details.
  .It Fl w Ar width
 -Width of ASCII-art plot in characters, default is 74.
 +Width of ASCII-art plot in characters.
 +The default is the terminal width, or 74 if standard output is not a
 +terminal.
  .El
  .Pp
  A sample output could look like this:
 --- END ---
 
 Ben.
 
 On Thu, 2014-12-18 at 16:57 +0100, Kristof Provost wrote:
  Package: ministat
  Version: 20100628-1
  Severity: minor
  
  The man page states that:
  '-w widthWidth of ASCII-art plot in characters, default is 74.'
  
  This is not entirely correct. The mini-help is more accurate:
  '-w : width of graph/test output (default 74 or terminal width)'
  
  In other words: the man page fails to explain that ministat will default
  to the terminal width, not 74. It will only fall back to 74 if 'COLUMNS'
  is not set and ioctl(TIOCGWINSZ) fails.


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



Bug#781268: ITP: libauxv -- Auxiliary Vector Library

2015-03-26 Thread Frederic Bonnard
Package: wnpp
Severity: wishlist

Description: Libauxv is designed to query /proc/self/auxv for the auxiliary
vector.
Sufficiently old kernels may not have support for this. In this case Libauxv
will attempt to use a fallback mechanism and locate the auxiliary vector
in the process environment.

License: New-BSD-License
Copyright: 2013-2015 International Business Machines Corporation and others.
URL: https://github.com/Libauxv/libauxv


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



Bug#781266: r-base-core: Package fails to install when there is no group names staff on the system

2015-03-26 Thread Dirk Eddelbuettel

Upon reflection, I'll make it 'adm'.

We still need to think through if this warrants an update for Jessie.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#781253: cups: no duplex printing (two-sided) with lp or lpr

2015-03-26 Thread Brian Potkin
On Thu 26 Mar 2015 at 15:12:25 +0100, Vincent Lefevre wrote:

 On 2015-03-26 15:00:02 +0100, Vincent Lefevre wrote:
  When I print a PDF file with just lpr file.pdf or explicitly
  two-sided with lpr -o sides=two-sided-long-edge file.pdf, the
  output is done only on one side of the paper. There's no such
  problem with Evince (same machine, same printer).
 
 Same problem with lp from cups-client. Since cups-bsd depends on
 cups-client, I'm reassigning the bug to cups-client. And raising
 to important since there seems to be no way to get duplex printing
 from the command line, which is a major problem for big documents.

Hello Vincent. Thank you for your report.

Please post what you get for 'lpoptions -l'.

Regards,

Brian.


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



Bug#781002: initramfs-tools: no kernel modules are insert into initrd

2015-03-26 Thread Richard Jasmin
Attached as recommended.

On 03/26/2015 02:33 AM, Ian Campbell wrote:
 /bin/sh -x /usr/sbin/mkinitramfs -o /tmp/foo $VERSION 2/tmp/log

+ umask 0022
+ export PATH=/usr/bin:/sbin:/bin
+ keep=n
+ CONFDIR=/etc/initramfs-tools
+ verbose=n
+ test -e /bin/busybox
+ BUSYBOXDIR=/bin
+ test -e /usr/lib/initramfs-tools/bin/busybox
+ export BUSYBOXDIR
+ getopt -o c:d:ko:r:v -n /usr/sbin/mkinitramfs -- -o /tmp/foo 4.0.0-rc4
+ OPTIONS= -o '/tmp/foo' -- '4.0.0-rc4'
+ [ 0 != 0 ]
+ eval set --  -o '/tmp/foo' -- '4.0.0-rc4'
+ set -- -o /tmp/foo -- 4.0.0-rc4
+ true
+ outfile=/tmp/foo
+ shift 2
+ true
+ shift
+ break
+ . /usr/share/initramfs-tools/scripts/functions
+ . /usr/share/initramfs-tools/hook-functions
+ . /etc/initramfs-tools/initramfs.conf
+ MODULES=most
+ BUSYBOX=y
+ KEYMAP=n
+ COMPRESS=gzip
+ DEVICE=
+ NFSROOT=auto
+ EXTRA_CONF=
+ [ -e /usr/share/initramfs-tools/conf.d/* ]
+ [ -e /etc/initramfs-tools/conf.d/resume ]
+ basename /etc/initramfs-tools/conf.d/resume
+ grep ^[[:alnum:]][[:alnum:]\._-]*$
+ grep -v \.dpkg-.*$
+ EXTRA_CONF= resume
+ [ -d /etc/initramfs-tools/conf.d/resume ]
+ [ -e /etc/initramfs-tools/conf.d/resume ]
+ . /etc/initramfs-tools/conf.d/resume
+ RESUME=UUID=9089931a-1d3c-42e0-ac65-d281b0a07eae
+ [ -d /usr/share/initramfs-tools/conf-hooks.d/* ]
+ [ -e /usr/share/initramfs-tools/conf-hooks.d/* ]
+ [ -n  ]
+ [ -z /tmp/foo ]
+ touch /tmp/foo
+ readlink -f /tmp/foo
+ outfile=/tmp/foo
+ [ 1 -ne 1 ]
+ version=4.0.0-rc4
+ [ -z  ]
+ compress=gzip
+ command -v gzip
+ dpkg --compare-versions 4.0.0-rc4 lt 2.6.38
+ [ gzip = lzop ]
+ [ gzip = xz ]
+ [ -d /tmp/foo ]
+ MODULESDIR=/lib/modules/4.0.0-rc4
+ [ ! -e /lib/modules/4.0.0-rc4 ]
+ [ ! -e /lib/modules/4.0.0-rc4/modules.dep ]
+ [ -n  ]
+ mktemp -d /var/tmp/mkinitramfs_XX
+ DESTDIR=/var/tmp/mkinitramfs_BlZQqK
+ chmod 755 /var/tmp/mkinitramfs_BlZQqK
+ NOEXEC=
+ df -P /var/tmp/mkinitramfs_BlZQqK
+ tail -1
+ awk {print $6}
+ fs=/
+ [ -n / ]
+ mount
+ grep -q on / .*noexec
+ mktemp /var/tmp/mkinitramfs-OL_XX
+ __TMPCPIOGZ=/var/tmp/mkinitramfs-OL_47A3nH
+ mktemp /var/tmp/mkinitramfs-FW_XX
+ __TMPEARLYCPIO=/var/tmp/mkinitramfs-FW_udaxB4
+ dpkg --print-architecture
+ DPKG_ARCH=amd64
+ export MODULESDIR
+ export version
+ export CONFDIR
+ export DESTDIR
+ export DPKG_ARCH
+ export verbose
+ export KEYMAP
+ export MODULES
+ export BUSYBOX
+ export __TMPCPIOGZ
+ export __TMPEARLYCPIO
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK/bin
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK/conf/conf.d
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK/etc
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK/lib/modules
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK/run
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK/sbin
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK/scripts
+ mkdir -p /var/tmp/mkinitramfs_BlZQqK//lib/modules/4.0.0-rc4
+ [ -f /lib/modules/4.0.0-rc4/modules.builtin ]
+ cp -p /lib/modules/4.0.0-rc4/modules.builtin 
/var/tmp/mkinitramfs_BlZQqK/lib/modules/4.0.0-rc4/modules.builtin
+ [ -f /lib/modules/4.0.0-rc4/modules.order ]
+ cp -p /lib/modules/4.0.0-rc4/modules.order 
/var/tmp/mkinitramfs_BlZQqK/lib/modules/4.0.0-rc4/modules.order
+ [ -f /etc/initramfs-tools/modules ]
+ add_modules_from_file /etc/initramfs-tools/modules
+ [ ! -e /etc/initramfs-tools/modules ]
+ grep ^[^#] /etc/initramfs-tools/modules
+ read module args
+ [ -f /usr/share/initramfs-tools/modules.d/* ]
+ auto_add_modules
+ local arg
+ local modules=
+ [ 0 -eq 0 ]
+ set -- base net ide scsi block ata i2o dasd ieee1394 firewire mmc usb_storage
+ modules= ehci-pci ehci-orion ehci-hcd ohci-hcd ohci-pci uhci-hcd usbhid
+ modules= ehci-pci ehci-orion ehci-hcd ohci-hcd ohci-pci uhci-hcd usbhid xhci 
xhci-hcd
+ modules= ehci-pci ehci-orion ehci-hcd ohci-hcd ohci-pci uhci-hcd usbhid xhci 
xhci-hcd btrfs ext2 ext3 ext4 ext4dev 
+ modules= ehci-pci ehci-orion ehci-hcd ohci-hcd ohci-pci uhci-hcd usbhid xhci 
xhci-hcd btrfs ext2 ext3 ext4 ext4dev  isofs jfs reiserfs udf xfs
+ modules= ehci-pci ehci-orion ehci-hcd ohci-hcd ohci-pci uhci-hcd usbhid xhci 
xhci-hcd btrfs ext2 ext3 ext4 ext4dev  isofs jfs reiserfs udf xfs nfs nfsv2 
nfsv3 nfsv4
+ modules= ehci-pci ehci-orion ehci-hcd ohci-hcd ohci-pci uhci-hcd usbhid xhci 
xhci-hcd btrfs ext2 ext3 ext4 ext4dev  isofs jfs reiserfs udf xfs nfs nfsv2 
nfsv3 nfsv4 af_packet atkbd i8042 virtio_pci
+ copy_modules_dir kernel/drivers/hid hid-*ff.ko hid-a4tech.ko hid-cypress.ko 
hid-dr.ko hid-elecom.ko hid-gyration.ko hid-icade.ko hid-kensington.ko 
hid-kye.ko hid-lcpower.ko hid-magicmouse.ko hid-multitouch.ko hid-ntrig.ko 
hid-petalynx.ko hid-picolcd.ko hid-pl.ko hid-ps3remote.ko hid-quanta.ko 
hid-roccat-ko*.ko hid-roccat-pyra.ko hid-saitek.ko hid-sensor-hub.ko 
hid-sony.ko hid-speedlink.ko hid-tivo.ko hid-twinhan.ko hid-uclogic.ko 
hid-wacom.ko hid-waltop.ko hid-wiimote.ko hid-zydacron.ko
+ local kmod exclude
+ local modules=
+ local dir=kernel/drivers/hid
+ shift
+ [ -d /lib/modules/4.0.0-rc4/kernel/drivers/hid ]
+ [ n = y ]
+ [ 31 -ge 1 ]
+ exclude= -name hid-*ff.ko -prune -o 
+ shift
+ [ 30 -ge 1 ]
+ exclude= -name 

Bug#781265: gnome-power-manager: gnome-power-statistics segfaults always under certain case

2015-03-26 Thread Mohammed Sadik P. K.
Package: gnome-power-manager
Version: 3.14.1-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,


   * What led up to the situation?

 Opened `gnome-power-statistics' (via GNOME Terminal emulator),
 switched between the Tabs, and it segfaults on certain cases.


   * What exactly did you do (or not do) that was effective (or
 ineffective)?

 Clicked on `Laptop battery.'and  selected `History' (or `Statistics') Tab.
 Then clicked on `AC Adapter.'


   * What was the outcome of this action?
   
 The program simply closes spitting out `Segmentation fault' to
 GNOME Terminal Emulator.
 

   * What outcome did you expect instead?

 The programs shouldn't be stopped, and the `AC Adapter' tab should be shown
 instead.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-power-manager depends on:
ii  dbus-x11 1.8.16-1
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  gnome-settings-daemon3.14.2-3
ii  libc62.19-15
ii  libcairo21.14.0-2.1
ii  libglib2.0-0 2.42.1-1
ii  libgtk-3-0   3.14.5-1
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libupower-glib3  0.99.1-3.1
ii  upower   0.99.1-3.1

gnome-power-manager recommends no packages.

Versions of packages gnome-power-manager suggests:
ii  policykit-1  0.105-8

-- no debconf information


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



Bug#781267: RFA: liboauth-php -- PHP library implementing the OAuth secure authentication protocol

2015-03-26 Thread David Prévot
Package: wnpp
Severity: normal

I request an adopter for the liboauth-php package.

I adopted it two years ago since it was an owncloud dependency, but that
is not the case anymore, and I don’t use it at all.

The package description is:
 OAuth is a simple way to publish and interact with protected data.  It allows
 the User to grant access to their private resources on one site, to another
 site. While OpenID is all about using a single identity to sign into many
 sites, OAuth is about giving access to your stuff without sharing your identity
 at all.


signature.asc
Description: Digital signature


Bug#781276: pre-approval for mutter/3.14.4-1

2015-03-26 Thread Josselin Mouette
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please allow the upload of a new mutter version. This will be the last 
upstream on the 3.14 branch, and it includes only bugfixes and 
translations, including a requirement for working around the very 
annoying bug with the proprietary nVidia driver.

I think all these fixes are useful, but of course I can upload a 
targeted fix for the nVidia problem if it’s too much. However, the 
shlibs bump will remain, since it’s precisely here for the function 
required by that workaround.


3.14.4
==
* Fix flash on unredirection [Chris; #743858]
* Fix incompatibility with GLES2 GLSL [Alban; #745442]
* Add function to refresh all background instances [Rui; #739178]
* Fix geometry of shaded windows [Florian; #746145]
* Misc. bug fixes [Florian, Rui; #698995, #743217, #743254]

Contributors:
  Alban Browaeys, Rui Matos, Florian Müllner, Chris Wilson

Translations:
  Matej Urbančič [sl], Muhammet Kara [tr], Samir Ribic [bs]

3.14.3
==
* Fix crash when trying to unredirect a destroyed window [Florian; #740133]
* Fix flicker during startup transition [Ray; #740377]
* Don't leave left-over frames queued [Owen; #738686]
* Set CRTC configuration even if it might be redundant [Rui; #740838]

Contributors:
  Rui Matos, Florian Müllner, Jasper St. Pierre, Ray Strode, Owen W. Taylor


mutter (3.14.4-1) unstable; urgency=medium

  * New upstream translation and bugfix release.
+ Includes new function required for the workaround to #768896 which 
  is very annoying for users of the proprietary nvidia driver.
  * 10_window-actor_unredirect.patch, 11_black_background.patch: 
dropped, merged upstream.
  * Bump shlibs due to new function.


unblock mutter/3.14.4-1

Thanks,
-- 
 .''`.Josselin Mouette
: :' :
`. `'
  `-
diff --git a/NEWS b/NEWS
index 73d9cac..9ae8bcb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.14.4
+==
+* Fix flash on unredirection [Chris; #743858]
+* Fix incompatibility with GLES2 GLSL [Alban; #745442]
+* Add function to refresh all background instances [Rui; #739178]
+* Fix geometry of shaded windows [Florian; #746145]
+* Misc. bug fixes [Florian, Rui; #698995, #743217, #743254]
+
+Contributors:
+  Alban Browaeys, Rui Matos, Florian Müllner, Chris Wilson
+
+Translations:
+  Matej Urbančič [sl], Muhammet Kara [tr], Samir Ribic [bs]
+
+3.14.3
+==
+* Fix crash when trying to unredirect a destroyed window [Florian; #740133]
+* Fix flicker during startup transition [Ray; #740377]
+* Don't leave left-over frames queued [Owen; #738686]
+* Set CRTC configuration even if it might be redundant [Rui; #740838]
+
+Contributors:
+  Rui Matos, Florian Müllner, Jasper St. Pierre, Ray Strode, Owen W. Taylor
+
 3.14.2
 ==
 * Prevent crash applying monitor config for a closed lid [Rui; #739450]
diff --git a/configure.ac b/configure.ac
index 0870afa..1574857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
 
 m4_define([mutter_major_version], [3])
 m4_define([mutter_minor_version], [14])
-m4_define([mutter_micro_version], [2])
+m4_define([mutter_micro_version], [4])
 
 m4_define([mutter_version],
   [mutter_major_version.mutter_minor_version.mutter_micro_version])
@@ -72,7 +72,7 @@ CLUTTER_PACKAGE=clutter-1.0
 
 MUTTER_PC_MODULES=
gtk+-3.0 = 3.9.11
-   gio-unix-2.0 = 2.25.10
+   gio-unix-2.0 = 2.35.1
pango = 1.2.0
cairo = 1.10.0
gsettings-desktop-schemas = 3.7.3
diff --git a/po/bs.po b/po/bs.po
index c4fa65b..e6bd98b 100644
diff --git a/po/sl.po b/po/sl.po
index 7bf391a..bd007c6 100644
diff --git a/po/tr.po b/po/tr.po
index d544610..159cd28 100644
diff --git a/src/backends/x11/meta-monitor-manager-xrandr.c b/src/backends/x11/meta-monitor-manager-xrandr.c
index a8ac467..4c1b16c 100644
--- a/src/backends/x11/meta-monitor-manager-xrandr.c
+++ b/src/backends/x11/meta-monitor-manager-xrandr.c
@@ -838,26 +838,12 @@ meta_monitor_manager_xrandr_apply_configuration (MetaMonitorManager *manager,
   unsigned int j, n_outputs;
   int width, height;
   Status ok;
-  unsigned long old_controlled_mask;
-  unsigned long new_controlled_mask;
 
   mode = crtc_info-mode;
 
   n_outputs = crtc_info-outputs-len;
   outputs = g_new (XID, n_outputs);
 
-  old_controlled_mask = 0;
-  for (j = 0; j  manager-n_outputs; j++)
-{
-  MetaOutput *output;
-
-  output = manager-outputs[j];
-
-  if (output-crtc == crtc)
-old_controlled_mask |= 1UL  j;
-}
-
-  new_controlled_mask = 0;
   for (j = 0; j  n_outputs; j++)
 {
   MetaOutput *output;
@@ -866,21 +852,10 @@ meta_monitor_manager_xrandr_apply_configuration (MetaMonitorManager *manager,
 
   output-is_dirty = TRUE;
   output-crtc = crtc;
-  new_controlled_mask |= 1UL  j;
 
  

Bug#781273: unblock: freexl/1.0.0g-1+deb8u1

2015-03-26 Thread Sebastiaan Couwenberg
Hi Adam,

Thanks for the unblock.

On 03/26/2015 08:55 PM, Adam D. Barratt wrote:
 On Thu, 2015-03-26 at 20:23 +0100, Bas Couwenberg wrote:
 Please unblock package freexl

 It fixes the security issues reported in #781228.
 
 Unblocked earlier on when I spotted the bug closure. I'm confused as to
 why this wasn't 1.0.0g-2, however.

I chose that because it seemed more appropriate for a targeted security
upload, for -2 I would have liked to include more changes.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


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



Bug#780161: bpython: new upstream release

2015-03-26 Thread Sebastian Ramacher
Hi David

On 2015-03-09 23:17:28, Sebastian Ramacher wrote:
 Source: bpython
 Version: 0.12-1.2
 Severity: wishlist
 Tags: patch
 
 Hi David,
 
 several new versions of bpython have been released since 0.12 and a lot
 has changed in bpython land.
 
 I have attached a large patch set updating the package to the latest
 upstream version. The patch set also removes the bpython-gtk and
 bpython-urwid packages as they are discontinued.
 
 If you are interested in the upstream and pristine-tar branches, I can
 push them somewhere.
 
 I'd be happy to co-maintain the package with you.

Would you mind if I uploaded the new upstream release to experimental?

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#781277: unblock: gnome-menus/3.13.3-6

2015-03-26 Thread Josselin Mouette
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

please unblock gnome-menus for a Dutch translation fix.

gnome-menus (3.13.3-6) unstable; urgency=medium

  * 31_nl_translation.patch: patch from Geert Stappers to fix seriously 
confusing translation. Closes: #776595.

unblock gnome-menus/3.13.3-6

Thanks,
-- 
 .''`.Josselin Mouette
: :' :
`. `'
  `-
Index: gnome-menus-3.13.3/po/nl.po
===
--- gnome-menus-3.13.3.orig/po/nl.po	2013-03-26 21:04:14.0 +0100
+++ gnome-menus-3.13.3/po/nl.po	2015-03-26 20:42:24.569861793 +0100
@@ -92,7 +92,7 @@ msgstr Toegankelijkheidsinstellingen
 
 #: ../desktop-directories/Utility.directory.in.h:1
 msgid Accessories
-msgstr Hulpmiddelen
+msgstr Accessoires
 
 #: ../desktop-directories/Utility.directory.in.h:2
 msgid Desktop accessories


Bug#669777: yocto-reader: transition towards Apache 2.4

2015-03-26 Thread Jean-Michel Nirgal Vourgère
Control: tags -1 patch

Hi

Attached is a fix, also available at
http://mentors.debian.net/package/yocto-reader

I had to fix #518856 (FTBFS when version has NMU).

The package is not in a good shape, with a bunch of undocumented bugs.
diff -Nru yocto-reader-0.9.4/apache-alias.conf yocto-reader-0.9.4+nmu1/apache-alias.conf
--- yocto-reader-0.9.4/apache-alias.conf	2007-12-29 11:31:30.0 +0100
+++ yocto-reader-0.9.4+nmu1/apache-alias.conf	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-Alias /yocto-reader /usr/share/yocto-reader
diff -Nru yocto-reader-0.9.4/apache.conf yocto-reader-0.9.4+nmu1/apache.conf
--- yocto-reader-0.9.4/apache.conf	2007-12-29 11:31:30.0 +0100
+++ yocto-reader-0.9.4+nmu1/apache.conf	1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-Directory /usr/share/yocto-reader
-	Options FollowSymLinks
-Order allow,deny
-Allow from all
-/Directory
diff -Nru yocto-reader-0.9.4/debian/apache2 yocto-reader-0.9.4+nmu1/debian/apache2
--- yocto-reader-0.9.4/debian/apache2	1970-01-01 01:00:00.0 +0100
+++ yocto-reader-0.9.4+nmu1/debian/apache2	2015-03-26 19:15:30.0 +0100
@@ -0,0 +1 @@
+conf yocto-reader.conf
diff -Nru yocto-reader-0.9.4/debian/changelog yocto-reader-0.9.4+nmu1/debian/changelog
--- yocto-reader-0.9.4/debian/changelog	2008-12-22 16:22:22.0 +0100
+++ yocto-reader-0.9.4+nmu1/debian/changelog	2015-03-26 21:08:22.0 +0100
@@ -1,3 +1,20 @@
+yocto-reader (0.9.4+nmu1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix FTFS with nmu versions: (closes: #518856)
+- Makefile: Use dpkg-parsechangelog to get current version.
+- Add Build-Depends on dpkg = 1.17.
+  * Apache2.4 transition: (closes: #669777)
+- Merge apache.conf and apache-alias.conf in a single yocto-reader.conf,
+  upgrade it to new apache Require style, update DIST_FILES in Makefile.
+- d/rules: Add dh_apache2, no longer copying files to /etc/apache2/conf.d/
+- d/control: Add ${misc:Recommends}, Build-depends on dh-apache2.
+- d/maintscript: rm_conffile /etc/apache2/conf.d/yocto-reader*.
+- New d/apache2: Handle configuration.
+- d/exemples: Use the new configuration name.
+
+ -- Jean-Michel Nirgal Vourgère jmv_...@nirgal.com  Thu, 26 Mar 2015 21:08:06 +0100
+
 yocto-reader (0.9.4) unstable; urgency=medium
 
   * Removed link to proprietary Google javascript and added source
diff -Nru yocto-reader-0.9.4/debian/control yocto-reader-0.9.4+nmu1/debian/control
--- yocto-reader-0.9.4/debian/control	2008-12-22 16:22:22.0 +0100
+++ yocto-reader-0.9.4+nmu1/debian/control	2015-03-26 19:14:37.0 +0100
@@ -2,12 +2,13 @@
 Section: web
 Priority: extra
 Maintainer: Loic Dachary (OuoU) l...@debian.org
-Build-Depends: debhelper (= 5), coreutils, perl-base, cpio, tar
+Build-Depends: dpkg (= 1.17), debhelper (= 5), coreutils, perl-base, cpio, tar, dh-apache2
 Standards-Version: 3.7.2
 
 Package: yocto-reader
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${misc:Recommends}
 Description: web based RSS reader
  Yocto-reader is a prototype of a web based RSS reader written in
  Javascript. In this release the GUI front end is fully functional but
diff -Nru yocto-reader-0.9.4/debian/examples yocto-reader-0.9.4+nmu1/debian/examples
--- yocto-reader-0.9.4/debian/examples	2007-12-29 11:31:30.0 +0100
+++ yocto-reader-0.9.4+nmu1/debian/examples	2015-03-26 19:16:12.0 +0100
@@ -1,2 +1 @@
-apache.conf
-apache-alias.conf
\ No newline at end of file
+yocto-reader.conf
diff -Nru yocto-reader-0.9.4/debian/maintscript yocto-reader-0.9.4+nmu1/debian/maintscript
--- yocto-reader-0.9.4/debian/maintscript	1970-01-01 01:00:00.0 +0100
+++ yocto-reader-0.9.4+nmu1/debian/maintscript	2015-03-26 18:42:42.0 +0100
@@ -0,0 +1,2 @@
+rm_conffile /etc/apache2/conf.d/yocto-reader.conf 0.9.4+nmu1~
+rm_conffile /etc/apache2/conf.d/yocto-reader-alias.conf 0.9.4+nmu1~
diff -Nru yocto-reader-0.9.4/debian/rules yocto-reader-0.9.4+nmu1/debian/rules
--- yocto-reader-0.9.4/debian/rules	2007-12-29 12:13:01.0 +0100
+++ yocto-reader-0.9.4+nmu1/debian/rules	2015-03-26 19:11:51.0 +0100
@@ -55,9 +55,6 @@
 
 	# Add here commands to install the package into debian/yocto-reader.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/yocto-reader install
-	mkdir -p $(CURDIR)/debian/yocto-reader/etc/apache2/conf.d
-	cp apache.conf $(CURDIR)/debian/yocto-reader/etc/apache2/conf.d/yocto-reader.conf
-	cp apache-alias.conf $(CURDIR)/debian/yocto-reader/etc/apache2/conf.d/yocto-reader-alias.conf
 
 
 # Build architecture-independent files here.
@@ -83,6 +80,7 @@
 #	dh_installcron
 #	dh_installinfo
 	dh_installman
+	dh_apache2
 	dh_link
 	dh_strip
 	dh_compress
diff -Nru yocto-reader-0.9.4/Makefile yocto-reader-0.9.4+nmu1/Makefile
--- yocto-reader-0.9.4/Makefile	2008-12-22 16:22:22.0 +0100
+++ yocto-reader-0.9.4+nmu1/Makefile	2015-03-26 20:43:39.0 +0100
@@ -17,8 +17,8 @@
 #  http://www.gnu.org/licenses/.
 
 

Bug#778417: netcdf4-python is NEW

2015-03-26 Thread Ross Gammon
Control: tags -1 pending
thanks

netcdf4-python has been uploaded and is now waiting in the NEW queue:
https://ftp-master.debian.org/new/netcdf4-python_1.1.7-1.html

Regards,

Ross



signature.asc
Description: OpenPGP digital signature


Bug#781025: [printer-driver-ptouch] Finishing options don't have any effect

2015-03-26 Thread Brian Potkin
On Thu 26 Mar 2015 at 14:15:01 +, Brian Potkin wrote:

 On Mon 23 Mar 2015 at 15:02:23 +0100, Felicitus wrote:
 
  I have a Brother QL-500 printer. The cups printer driver offers me the
  following settings when changing the default settings:
  
  Section Finishing: Advance Distance, Advance Media, Cut Mark
  
  No matter what I configure there, the result is unchanged. It seems that
  these settings are being ignored.
 
 Hello Felicitus. Thank you for your report.
 
 It seems similar to LP: 1342979 at
 
   https://bugs.launchpad.net/ubuntu/+source/ptouch-driver/+bug/1342979
 
 snapshot.debian.org has versions 1.3-4 to 1.3-7. It would be useful to
 know whether any of them work for you.

I neglected to say that these versions should install without any
problems and that returning to your original setup is simply a matter
of 'apt-get dist-upgrade'. So disruption to your system is very slight.
 
Regards,
 
Brian.


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



Bug#781210: systemd asserts on function cg_is_empty_recursive, crashes

2015-03-26 Thread Faidon Liambotis
Hi Martin!

On Thu, Mar 26, 2015 at 03:17:16PM +0100, Martin Pitt wrote:
 Control: severity -1 important
 
 I downgrade the severity to important as per
 https://www.debian.org/Bugs/Developer#severities (and with #781209 we
 have the bug that triggers this one); nevertheless, this is still an
 important issue of course.

Well, this does makes the whole system break (the system needs a reboot
to properly function again; daemon-reexec didn't work). I was about to
deploy this to a large fleet of machines and having to reboot all of
them would be quite catastrophic. I think it deserves to at least be RC.

 So cgroup in manager_notify_cgroup_empty() is valid, and
 manager_get_unit_by_cgroup(m, cgroup) returns some unit u, but
 u-cgroup_path is NULL. I suppose u-id is ipsec.service (if you can
 easily reproduce this, confirming this in gdb would be appreciated),
 so as the first iteration this smells like a bug in
 the cgroup_unit hashmap maintenance.
 
 I don't get quite the same effect as you, but I can reproduce the
 wrong cgroup and that systemctl restart strongswan leaves the old
 processes around and does not actually kill them. I don't get the
 assertion or crash, though.
 
 219 in experimental behaves much better, the processes gets put into
 the strongswan.service cgroup, and stopping, starting, restarting
 works properly. Can you confirm this?

I haven't been able to reproduce it again :/ I must be missing
something, as I was able to reproduce it multiple times on two different
servers yesterday. systemctl restart strongswan does not leave any
processes behind in my runs (I wrote something to do the same sequence
of events in a loop).

Can you confirm that in your case systemctl restart strongswan leaves
unmanageable processes behind (i.e. the ipsec binaries you see do *not*
have --nofork as an argument)? If so, a mere ipsec stop after that
should be able to crash systemd.

Thanks,
Faidon


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



Bug#758848: [bts-link] source package calendar-exchange-provider

2015-03-26 Thread Mechtilde
Hier the answer from upstream:


There are two option when responding to a meeting

SendToAllAndSaveCopy OR
SaveOnly

I am closing it for now. we don't have any other option right now :)

Kind regards

-- 
Mechtilde Stehmann

## PGP encryption welcome
## Key-ID 0x141AAD7F



signature.asc
Description: OpenPGP digital signature


Bug#781266: r-base-core: Package fails to install when there is no group names staff on the system

2015-03-26 Thread Dirk Eddelbuettel

On 26 March 2015 at 19:01, Johannes Ranke wrote:
| 
| Am Donnerstag, 26. März 2015, 12:48:37 schrieb Dirk Eddelbuettel:
|  On 26 March 2015 at 18:03, Alexander Schlarb wrote:
|  | Package: r-base-core
|  | Version: 3.1.1-1+b2
|  | Severity: grave
|  | Justification: renders package unusable
|  | 
|  | When installing the package `r-base-core` (or anything that depends on it)
|  | on a clean jessie install (not upgraded) then the depricated staff
|  | group will not
|  Uh-oh.  When did 'staff' get deprecated?
|  
|  Do we have a list of still-supported groups? [Ok, went looking via a quick
|  docker image for 'jessie'.]
|  
|  I'll change it to a group I create, something like rpkgs.
|  
|  | exist and the calls to `chown root:staff /usr/local/lib/R` and `chown
|  | root:staff /usr/local/lib/R/site-library` will fail. This prevents the
|  | package (and any dependant packages) from being configured correctly.
|  
|  The package is used to widely (eg by all r-cran-* packages) that I am a
|  little surprised it has not come up earlier.
| 
| For what it's worth, I do not recall having problems with my jessie pbuilder 
| chroot (i386) and manually debootstrapped chroots (for amd64 and armel) that 
I 
| used for the recent backport of R 3.1.3 to jessie. I think if I would have 
had 
| to manually add the staff group I would remember... I suspect it is not 
| really gone yet.

Seconded.

There really are hundreds of automated builds happening based on top of
r-base, both within Debian (and Ubuntu).  

Can you point us to an actual change where it is made clear that 'staff' is
gone.

Uploading 3.1.3-2 with s/staff/adm/ would be quick.  I made the change.

Dirk

| 
| I did not find anything in the draft release notes either, just some 
transition 
| plan in #29007. Alexander, could we be educated further? Even if /usr/local 
| were not to be owned by root:staff any more, does this mean the group will be 
| gone in jessie?
| 
| Johannes
| 
|  
|  Dirk
|  
|  | -- System Information:
|  | Debian Release: 8.0
|  | 
|  |   APT prefers testing
|  |   APT policy: (500, 'testing')
|  | 
|  | Architecture: amd64 (x86_64)
|  | Foreign Architectures: i386
|  | 
|  | Kernel: Linux 4.0.0-999-lowlatency (SMP w/8 CPU cores; PREEMPT)
|  | Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
|  | Shell: /bin/sh linked to /bin/dash
|  | Init: systemd (via /run/systemd/system)
|  | 
|  | Versions of packages r-base-core depends on:
|  | ii  libblas3 [libblas.so.3]1.2.20110419-10
|  | ii  libbz2-1.0 1.0.6-7+b2
|  | ii  libc6  2.19-15
|  | ii  libcairo2  1.14.0-2.1
|  | ii  libgfortran3   4.9.2-10
|  | ii  libglib2.0-0   2.42.1-1
|  | ii  libgomp1   4.9.2-10
|  | ii  libice62:1.0.9-1+b1
|  | ii  libjpeg62-turbo1:1.3.1-12
|  | ii  liblapack3 [liblapack.so.3]3.5.0-4
|  | ii  liblzma5   5.1.1alpha+20120614-2+b3
|  | ii  libopenblas-base [liblapack.so.3]  0.2.12-1
|  | ii  libpango-1.0-0 1.36.8-3
|  | ii  libpangocairo-1.0-01.36.8-3
|  | ii  libpaper-utils 1.1.24+nmu4
|  | ii  libpcre3   2:8.35-3.3
|  | ii  libpng12-0 1.2.50-2+b2
|  | ii  libquadmath0   4.9.2-10
|  | ii  libreadline6   6.3-8+b3
|  | ii  libsm6 2:1.2.2-1+b1
|  | ii  libtcl8.5  8.5.17-1
|  | ii  libtiff5   4.0.3-12.2
|  | ii  libtk8.5   8.5.17-1
|  | ii  libx11-6   2:1.6.2-3
|  | ii  libxext6   2:1.3.3-1
|  | ii  libxss11:1.2.2-1
|  | ii  libxt6 1:1.1.4-1+b1
|  | ii  ucf3.0030
|  | ii  unzip  6.0-16
|  | ii  xdg-utils  1.1.0~rc1+git20111210-7.4
|  | ii  zip3.0-8
|  | ii  zlib1g 1:1.2.8.dfsg-2+b1
|  | 
|  | Versions of packages r-base-core recommends:
|  | iu  r-base-dev 3.1.1-1
|  | ii  r-doc-html 3.1.1-1
|  | iu  r-recommended  3.1.1-1
|  | 
|  | Versions of packages r-base-core suggests:
|  | pn  ess none
|  | iu  r-base-html 3.1.1-1
|  | pn  r-doc-info | r-doc-pdf  none
|  | pn  r-mathlib   none
|  | 
|  | -- no debconf information
| -- 
| PD Dr. Johannes Ranke
| Kronacher Str. 8
| 79639 Grenzach-Wyhlen

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org


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



Bug#759288:

2015-03-26 Thread Trena Strickland
Hi


Bug#781248: RFS: golang-go-colorable/0.0~git20140924-1 [ITP#781244]

2015-03-26 Thread Alexandre Viau
I'll be waiting for someone from pkg-go then :)

Thanks!

On 26/03/15 09:50 AM, Paul Tagliamonte wrote:
 On Thu, Mar 26, 2015 at 09:42:38AM -0400, Alexandre Viau wrote:
 (https://github.com/ReAzem/golang-go-colorable). I had plans to push it
 on alioth as soon as I am added to the scm_pkg-go group (I'm waiting on
 whatever cronjob does it).
 
 As this will live in pkg-go; please do not upload without a run-through
 from pkg-go hackers (at the moment, myself and tianon) -- but a package
 review is very very welcome!
 
 
 I'm sorry, I'm a bit limited on time or this would contain a review of
 the package; thanks for your contribution so far, Alexandre!
 
 
 Paul
 
 

-- 
Alexandre Viau
alexan...@alexandreviau.net



signature.asc
Description: OpenPGP digital signature


Bug#774429: binutils: please make binutils build reproducibly

2015-03-26 Thread Matthias Klose
clone 774429 -1
reassign -1 strip-nondeterminism
thanks

On 01/02/2015 06:02 PM, Jérémy Bobbio wrote:
 Ideally, using strip-nondeterminism should not be required, but I did
 not find an easy way to pass the `D` flag to `ar`.

this is now enabled by default in 2.25-6, so please remove the work around in
strip-nondeterminism.


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



Bug#781263: ITP: timgm6mb-soundfont -- TimGM6mb SoundFont from MuseScore 1.3

2015-03-26 Thread Toby Smithe
Package: wnpp
Severity: wishlist
Owner: Toby Smithe tsmi...@ubuntu.com

* Package name: timgm6mb-soundfont
  Version : 1.3
  Upstream Author : Tim Brechbill http://www.timbrechbill.com
* URL : 
http://sourceforge.net/p/mscore/code/HEAD/tree/tags/mscore-1-3/mscore/share/sound/TimGM6mb.sf2
* License : GPL-2
  Programming Lang: None
  Description : TimGM6mb SoundFont from MuseScore 1.3

This is a small but complete GM SoundFont, originally packaged with
MuseScore 1.3, but dropped from MuseScore 2.0.

Packaging it will close bug 715462 when MuseScore 2.0 is uploaded.


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



Bug#781266: r-base-core: Package fails to install when there is no group names staff on the system

2015-03-26 Thread Adam D. Barratt
On Thu, 2015-03-26 at 13:52 -0500, Dirk Eddelbuettel wrote:
 Adam,
 
 I owe you a cold beverage or two!  Thanks *so much* for jumping in here.
 
 On 26 March 2015 at 18:46, Adam D. Barratt wrote:
[...]
 | If /usr/local exists then Policy by extension requires that the staff
 | group also exist.

fwiw, I was slightly incorrect there. It's a should, not a must.
Apologies for the confusion.

 Ace.  Here is what r-base-core.postinst does. Twelve years old and still 
 valid.

 # edd 03 Apr 2003  cf Section 10.1.2 of Debian Policy
 if [ ! -e /usr/local/lib/R ]; then
   if mkdir /usr/local/lib/R 2/dev/null; then
   chown root:staff /usr/local/lib/R
   chmod 2775 /usr/local/lib/R
   fi
 fi

This probably wants updating to more closely match the current Policy
skeleton, which would also fix the issue described in this report.

quote
Since `/usr/local' can be mounted read-only from a remote server,
 these directories must be created and removed by the `postinst' and
 `prerm' maintainer scripts and not be included in the `.deb'
archive.
 These scripts must not fail if either of these operations fail.

 For example, the `emacsen-common' package could contain something
like
  if [ ! -e /usr/local/share/emacs ]; then
if mkdir /usr/local/share/emacs 2/dev/null; then
  if chown root:staff /usr/local/share/emacs; then
chmod 2775 /usr/local/share/emacs || true
  fi
fi
  fi
/quote

[Arguably the above actually /could/ make this RC, depending on which
steps one considers to constitute creating the directory. My personal
take continues to be that it's not RC for Jessie in any case.]

Regards,

Adam


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



Bug#781270: python3-apt: Exception gives Ubuntu-related link on Debian

2015-03-26 Thread W. Martin Borgert
Package: python3-apt
Version: 0.9.3.11
Severity: minor

In apt/package.py:1063 is a link that is probably fine for Ubuntu,
but wrong for Debian:

except HTTPError:
res = _(The list of changes is not available yet.\n\n
Please use http://launchpad.net/ubuntu/+source/%s/;
%s/+changelog\n
until the changes become available or try again 
later.) % (src_pkg, src_ver)
return res if isinstance(res, unicode) else res.decode(utf-8)


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



Bug#781269: Mention the difference between --depth 0 and --depth 1

2015-03-26 Thread 積丹尼 Dan Jacobson
Package: git-man
Version: 1:2.1.4+next.20141218-2
Severity: wishlist

   --depth depth
   Create a shallow clone with a history truncated to the specified
   number of revisions.

Mention the difference between --depth 0 and --depth 1.


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



Bug#781266: r-base-core: Package fails to install when there is no group names staff on the system

2015-03-26 Thread Adam D. Barratt
Control: tags -1 + moreinfo unreproducible
Control: severity -1 normal

On Thu, 2015-03-26 at 12:48 -0500, Dirk Eddelbuettel wrote:
 On 26 March 2015 at 18:03, Alexander Schlarb wrote:
 | Package: r-base-core
 | Version: 3.1.1-1+b2
 | Severity: grave
 | Justification: renders package unusable
 | 
 | When installing the package `r-base-core` (or anything that depends on it) 
 on a
 | clean jessie install (not upgraded) then the depricated staff group will 
 not
 
 Uh-oh.  When did 'staff' get deprecated?  

As far as I'm aware, never. Policy lists no such status for the group,
nor does base-passwd's changelog.

A freshly deboostrapped jessie root both contains the staff group and
has /usr/local owned by that group, as Policy 9.1.2 specifies that it
must.

I don't know how the submitter got their system into such a state, but
this is in no way release-critical. In fact, it's most likely not a bug
at all. So long as r-base-core ensures that /usr/local actually exists
before attempting to chown things under it (as 9.1.2 also allows
for /usr/local to be removed) then this report should be closed.
If /usr/local exists then Policy by extension requires that the staff
group also exist.

Regards,

Adam


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



Bug#781271: gitg 3.14.1-1 missing gir1.2-peas-1.0 dependency

2015-03-26 Thread Joe Burmeister
Package: gitg
Version: 3.14.1-1

I installed gitg from experimental, but when I ran it the diff/files plane
was blank. There was an error in stderr basically saying gir1.2-peas-1.0
was missing. Installing gir1.2-peas-1.0 made the diff/files plane work.

So gir1.2-peas-1.0 should be a dependency of gitg, at least with version
3.14.1-1.

I'm running mostly testing (Jessie), with some stable, unstable and
experimental mixed in on AMD64.


Bug#781058: www.debian.org: Update HP info in partners/index.wml page

2015-03-26 Thread Laura Arjona Reina
Hi

El 24/03/15 a las 02:18, Paul Wise escribió:
 On Tue, Mar 24, 2015 at 5:50 AM, Laura Arjona Reina wrote:
 
 I'm attaching a patch with the new paragraph about HP.
 
 I found the wording confusing, as it is missing has provided.

Yes. Fixed in the attached patch.

 
 I'd also replace HP hardware donations with current HP hardware donations.
 
 Please also indent the second paragraph as it was before.
 
Done.

I'm attaching a new patch that I hope it's ok.
Regards
-- 
Laura Arjona
https://wiki.debian.org/LauraArjona
--- /home/larjona/Documentos/l10n/Debian/webwml/english/partners/index.wml
+++ /home/larjona/Documentos/l10n/Debian/webwml/english/partners/index.new.wml
@@ -28,16 +28,16 @@
   div
 partnerlogo Hewlett-Packard hp.gif http://www.hp.com/;
 partnerdesc
-  pa href=http://www.hp.com/;Hewlett-Packard/a has provided several
-  high-end HPPA, IA-64 and IA-32 servers and workstations to Debian,
-  and HP employs several developers to work on Debian HPPA and IA-64
-  ports. For information about HP's involvement in the Linux Open Source
+  pa href=http://www.hp.com/;Hewlett-Packard/a has provided hardware for port development, 
+  Debian mirrors, and other Debian services (HP hardware donations are listed in 
+  the a href=https://db.debian.org/machines.cgi;Debian machines/a page). 
+  For information about HP's involvement in the Linux Open Source
   community, see a href=http://www.hp.com/products1/linux/;HP Linux/a./p
-
-  pHP is one of the largest computer companies in the world, and it
-  provides a wide range of products and services, such as all kinds of
-  PCs, calculators, printers, scanners, plotters, various storage
-  products, network servers and equipment, software etc./p
+ 
+  pHewlett-Packard  is one of the largest computer companies in the
+  world, providing a wide range of products and services, such as
+  servers, PCs, printers, storage products, network equipment, software,
+  cloud computing solutions, etc./p
 /partnerdesc
   /div
 


signature.asc
Description: OpenPGP digital signature


Bug#781274: (pre-approval) unblock: owncloud/7.0.4+dfsg-3

2015-03-26 Thread David Prévot
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please pre-approve an unblock for the owncloud package

It cherry-picks three security fixes from the recently released 7.0.5
version (already in experimental):

owncloud (7.0.4+dfsg-3) unstable; urgency=medium

  * Add gbp config file to follow the jessie branch
  * Backport security fixes from 7.0.5:
- Multiple stored XSS in contacts application [OC-SA-2015-001]
- Multiple stored XSS in documents application [OC-SA-2015-002]
- Bypass of file blacklist [OC-SA-2015-004]
  * Run upgrade script with sudo as www-data user
  * Depend on php5-cli (it is actually used in postinst)

 -- David Prévot taf...@debian.org  Wed, 25 Mar 2015 16:20:32 -0400

I’d also like to shim in two other small changes:
- the upgrade script should be run as the same user as the installed
  data, i.e., www-data by default, instead of root: this recommendation
  has recently been enforced upstream since the upgrade process may
  touch data files on top of the potential database changes;
- since the php CLI is called during postinst, php5-cli should be a
  dependency instead of a recommendation (the README.Debian change just
  drops the now useless explanation why php5-cli was recommended).

The attached debdiff stripes away the webodf.js changes from the
cherry-picked commit from upstream: this minified JavaScript files is
anyway regenerated at build time and is thus not the file included in
the actual binary package.

unblock owncloud/7.0.4+dfsg-3

Thanks in advance

Regards

David
diff --git a/debian/README.Debian b/debian/README.Debian
index 72af84d..10f60aa 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -84,8 +84,6 @@ Some apps, not enabled by default, need the following dependencies:
 Improve performance:		php5-apcu | php5-xcache
 php5-intl (language translation)
 
-Command line interface:		php5-cli
-
 Suggested packages
 ~~
 
diff --git a/debian/changelog b/debian/changelog
index 61c2c40..ee5fd9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+owncloud (7.0.4+dfsg-3) unstable; urgency=medium
+
+  * Add gbp config file to follow the jessie branch
+  * Backport security fixes from 7.0.5:
+- Multiple stored XSS in contacts application [OC-SA-2015-001]
+- Multiple stored XSS in documents application [OC-SA-2015-002]
+- Bypass of file blacklist [OC-SA-2015-004]
+  * Run upgrade script with sudo as www-data user
+  * Depend on php5-cli (it is actually used in postinst)
+
+ -- David Prévot taf...@debian.org  Wed, 25 Mar 2015 16:20:32 -0400
+
 owncloud (7.0.4+dfsg-2) unstable; urgency=medium
 
   * Upload to unstable as agreed with the release team
diff --git a/debian/control b/debian/control
index 193fed7..8b79bb2 100644
--- a/debian/control
+++ b/debian/control
@@ -44,9 +44,11 @@ Depends: apache2 | httpd,
  php-symfony-console,
  php-symfony-routing,
  php5 (= 5.3.8),
+ php5-cli,
  php5-gd,
  php5-json,
  php5-mysql | php5-pgsql | php5-sqlite,
+ sudo,
  zendframework,
  ${misc:Depends}
 Recommends: exim4 | mail-transport-agent,
@@ -55,7 +57,6 @@ Recommends: exim4 | mail-transport-agent,
 php-dropbox,
 php-google-api-php-client ( 1),
 php5-apcu | php5-xcache,
-php5-cli,
 php5-curl,
 php5-intl,
 php5-ldap,
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..4e78e26
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = jessie
+upstream-branch = upstream-jessie
diff --git a/debian/patches/0010-Fix-encoding-in-3rdparty-lib.patch b/debian/patches/0010-Fix-encoding-in-3rdparty-lib.patch
new file mode 100644
index 000..537fa3f
--- /dev/null
+++ b/debian/patches/0010-Fix-encoding-in-3rdparty-lib.patch
@@ -0,0 +1,31 @@
+From: Lukas Reschke lu...@owncloud.com
+Date: Fri, 6 Feb 2015 15:12:43 +0100
+Subject: Fix encoding in 3rdparty lib
+
+Origin: upstream, https://github.com/owncloud/contacts/commit/72dcf24061b9639be75851e3746950b61495bc8f
+---
+ apps/contacts/js/contacts.js | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js
+index be551c9..f5d8879 100644
+--- a/apps/contacts/js/contacts.js
 b/apps/contacts/js/contacts.js
+@@ -1089,7 +1089,7 @@ OC.Contacts = OC.Contacts || {};
+ 		this.$fullelem.find('.groupscontainer').show();
+ 		//this.$groupSelect.find('option').remove();
+ 		$.each(availableGroups, function(idx, group) {
+-			var $option = $('option value=' + group.id + '' + group.name + '/option');
++			var $option = $('option value=' + group.id + '' + escapeHTML(group.name) + '/option');
+ 			if(self.inGroup(group.name)) {
+ $option.attr('selected', 'selected');
+ 			}
+@@ -1575,7 +1575,7 @@ OC.Contacts = OC.Contacts || {};
+ 		var 

Bug#781253: cups: no duplex printing (two-sided) with lp or lpr

2015-03-26 Thread Vincent Lefevre
On 2015-03-26 16:41:53 +, Brian Potkin wrote:
 Please post what you get for 'lpoptions -l'.

OptionTray/Option Tray: NotInstalled 1Cassette LCT *2Cassette
LargeCapacityTray/Large Capacity Tray: *NotInstalled Installed
InnerTray2/Internal Tray 2: *NotInstalled Installed
ShiftTray/Internal Shift Tray: *NotInstalled Installed
ExternalTray/External Tray: *NotInstalled Installed
Finisher/Finisher: NotInstalled FinRUBICONB FinAMURBK *FinAMUR
RIPaperPolicy/Fit to Paper: PromptUser *NearestSizeAdjust NearestSizeNoAdjust
PageSize/Media Size: A3 *A4 A5 A6 B4 B5 B6 Legal GovernmentLG EngQuatro Letter 
Statement F Folio FanFoldGermanLegal Tabloid 12x18 11x15 10x14 SRA3 SRA4 
Executive Env10 EnvMonarch EnvC5 EnvC6 DLEnv 8Kai 16Kai A3.FullBleed 
A4.FullBleed A5.FullBleed A6.FullBleed B4.FullBleed B5.FullBleed B6.FullBleed 
Legal.FullBleed GovernmentLG.FullBleed EngQuatro.FullBleed Letter.FullBleed 
Statement.FullBleed F.FullBleed Folio.FullBleed FanFoldGermanLegal.FullBleed 
Tabloid.FullBleed 12x18.FullBleed 11x15.FullBleed 10x14.FullBleed 
SRA3.FullBleed SRA4.FullBleed Executive.FullBleed Env10.FullBleed 
EnvMonarch.FullBleed EnvC5.FullBleed EnvC6.FullBleed DLEnv.FullBleed 
8Kai.FullBleed 16Kai.FullBleed Custom.WIDTHxHEIGHT
InputSlot/Media Source: MultiTray 1Tray 2Tray 3Tray 4Tray 5Tray *Auto
Duplex/Duplex: None *DuplexNoTumble DuplexTumble
Resolution/Resolution: 600dpi *1200dpi
Collate/Collate: *False True
RIPrintMode/Print Mode: *0rhit 3rhit
Rimagesm/Image Smoothing: *Off On Auto 90ppi 150ppi 200ppi 300ppi
ColorModel/Color Mode: CMYK *Gray
RPSBitsPerPixel/Gradation: 2BitsPerPixel *1BitsPerPixel 4BitsPerPixel
RPSRGBcorrect/Color Setting: None DetailNormal *DetailBright
RPSColorRendDict/Color Profile: *Auto Photograph Business Colorimetric POP User 
Clpsimulation1 Clpsimulation2 Clpsimulation4 Clpsimulation
RPSColorUniversalDesign/Barrier-free Color Management: *False True
RPSDitherType/Dithering: *Auto Photo Letter User Dispersion
RPSBlackMode/Gray Reproduction (Text/Line Art): *gray 1Color 4Color grayText 
1ColorText
RPSBlackOverPrint/Black Over Print: *False True
RPSColorSep/Separate into CMYK: *None Cyan Magenta Yellow Black Red Green Blue 
KCyan KMagenta KYellow
Rcmyksimulation/CMYK Simulation Profile: *Off USOffsetPrint Euroscale 
JapanColor PANTONE
MediaType/Paper Type: *Auto Plain1 Recycled Special1 Special2 Special3 Colored 
Letterhead Preprinted Labels Coated Bond Cardstock OHP Thick1 Thick2 Thick3 
Thick4 Thin Middlethick Glossy Envelope None
OutputBin/Destination: *Default Standard Bin1 Shift External FinRUBICONBShift 
FinAMURBKUpper FinAMURBKShift FinAMURBKLower FinAMURUpper FinAMURShift
StapleLocation/Staple: *None UpperLeft UpperRight LeftW RightW UpperW CenterW
RIPunch/Punch: *None Left2 Left3 Left4 Right2 Right3 Right4 Upper2 Upper3 Upper4
RIFoldType/Fold Type: *None OutsideTwofold
RIRotateBy180/Rotate by 180 degrees: *Off On
RIOrientOvr/Orientation Override: *Off Landscape Portrait
RIWatermark/Watermark: *Off On
RIWMText/Watermark Text: *Confidential Copy Copyright Final FileCopy Proof 
TopSecret
RIwmFont/Watermark Font: CourierB TimesB *HelveticaB
RIwmSize/Watermark Size: 24 *36 48 60 72
RIwmAngle/Watermark Angle: 180Deg 135Deg 90Deg *45Deg 0Deg M45Deg M90Deg 
M135Deg M180Deg
RIwmTextStyle/Watermark Style: *Gray Outline
RIBannerPagePrint/Banner Page: *False True
RIBannerPageInputSlot/Banner Page Input Tray: *Auto MultiTray 1Tray 2Tray 3Tray 
4Tray 5Tray
RIBannerPageMediaType/Banner Page Paper Type: *Auto Plain1 Recycled Special1 
Special2 Special3 Colored Letterhead Preprinted Labels Coated Bond Cardstock 
OHP Thick1 Thick2 Thick3 Thick4 Thin Middlethick Glossy Envelope
Booklet/Booklet: *None OpenToLeft OpenToRight
JobType/JobType: *Normal SamplePrint LockedPrint DocServer
LockedPrintPassword/Locked Print Password (4-8 digits): *None 4001 4002 4003 
Custom.PASSWORD
DocServerPassword/Document Server Password (4-8 digits): *None 3001 3002 3003 
Custom.PASSWORD
UserCode/User Code (up to 8 digits): *None 1001 1002 1003 Custom.PASSWORD

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#778380: [Pkg-nagios-devel] Bug#778380: update check-mk-server to 1.2.4p5

2015-03-26 Thread kioto mitsubisi
I hope this package gets maintained in Debian since it is a very useful package 
for monitoring infrastucture.Thank you all for your hard work to update this 
package. We are looking forward to it.

From: reader_1...@hotmail.com
To: formo...@debian.org; 778...@bugs.debian.org
Subject: RE: [Pkg-nagios-devel] Bug#778380: update check-mk-server to 1.2.4p5
Date: Sat, 28 Feb 2015 12:20:05 +




Hi Alex,
Thanks for your response. I know that this is a volunteer work and you have 
other things to do. So I posted a message to check_mk mailing list telling the 
situation you stated. I hope someone interested sees that message and joins 
your team to maintain this package. Check_mk is very useful for monitoring and 
having an up-to-date package will make it more useful since  it brings new 
functionality some of which are very important for monitoring several systems.  
Thanks for maintaining it so far. 
 Date: Sat, 28 Feb 2015 11:26:45 +0100
 From: formo...@debian.org
 To: reader_1...@hotmail.com; 778...@bugs.debian.org
 Subject: Re: [Pkg-nagios-devel] Bug#778380: update check-mk-server to 1.2.4p5
 
 On Sat, 28 Feb 2015, kioto mitsubisi wrote:
 
  Hi,
  Since there is already a commit [1] stating that 1.2.4 has been imported to 
  the SCM,I hope you can package this version soon. However, it is one year 
  old and there is noactivity since then. Do we need to consider this package 
  as orphaned? As I stated in my last e-mail,it would be great if you 
  continue to support this package.
  [1] 
  http://anonscm.debian.org/cgit/pkg-nagios/pkg-check-mk.git/commit/?h=upstream
 its team maintained, but noone in the team feels responsible anymore. If you
 want to help, speak up.
 
 Alex
 

  

Bug#780094: Virtualbox 4.3.18-dfsg-3 migration to Jessie

2015-03-26 Thread Ritesh Raj Sarraf
Hello Release Team,


This version did not migrate to testing, even after 11 days. Can you
please look into it ?

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System




signature.asc
Description: OpenPGP digital signature


  1   2   >