Bug#827726: vsftpd: the connection logs are not sent to syslog when invalid login is used

2016-06-20 Thread Antonio Silva

Package: vsftpd
Version: 3.0.2-17+deb8u1
Severity: normal


Dear Maintainer,

When syslog option is set to yes, syslog_enable=YES, the attemps from an 
invalid user are not sent to syslog as they are sent to log file if this 
option is set to no.


Below is the information found in the logs for both configurations.

log found if syslog_enable=NO,
** in /var/log/vsftpd.log
Mon Jun 20 05:26:09 2016 [pid 6760] CONNECT: Client ":::192.168.10.25"
Mon Jun 20 05:26:11 2016 [pid 6759] [administrator] FAIL LOGIN: Client 
":::192.168.10.25"


** in journalctl:
Jun 20 05:26:09 debian vsftpd[6759]: pam_unix(vsftpd:auth): check pass; 
user unknown
Jun 20 05:26:09 debian vsftpd[6759]: pam_unix(vsftpd:auth): 
authentication failure; logname= uid=0 euid=0 tty=ftp 
ruser=administrator rhost=:::192.168.10.25



Log found if syslog_enable=YES,
** in /var/log/vsftpd.log - there is nothing, as expected

** in journalctl:
Jun 20 05:24:58 debian kernel: audit: type=1326 audit(1466414698.870:7): 
auid=4294967295 uid=65534 gid=65534 ses=4294967295 pid=6722 
comm="vsftpd" exe="/usr/sbin/vsftpd" sig=31 syscall=41 compat=0 
ip=0x7fece08f09f7 code=0x0



-- Package-specific info:

-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (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
Init: systemd (via /run/systemd/system)

Versions of packages vsftpd depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.56
ii  dialog 1.2-20140911-1
ii  init-system-helpers1.22
ii  libc6  2.19-18+deb8u4
ii  libcap21:2.24-8
ii  libpam-modules 1.1.8-3.1+deb8u1+b1
ii  libpam0g   1.1.8-3.1+deb8u1+b1
ii  libssl1.0.01.0.1k-3+deb8u5
ii  libwrap0   7.6.q-25
ii  netbase5.3

Versions of packages vsftpd recommends:
ii  logrotate  3.8.7-1+b1
ii  ssl-cert   1.0.35

vsftpd suggests no packages.

-- Configuration Files:
/etc/vsftpd.conf changed:
listen=NO
listen_ipv6=YES
anonymous_enable=NO
local_enable=YES
dirmessage_enable=YES
use_localtime=YES
syslog_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
ssl_enable=NO


-- debconf information:
  vsftpd/username: ftp
  vsftpd/directory: /srv/ftp



Processed: tagging 827550

2016-06-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 827550 - moreinfo
Bug #827550 [vsftpd] vsftpd: when executing pam_exec on successfull login vsftp 
hangs and is not possible to transfer files
Bug #827551 [vsftpd] vsftpd: when executing pam_exec on successful login vsftp 
hangs and is not, possible to transfer files
Removed tag(s) moreinfo.
Removed tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
827550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827550
827551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827551
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#827550: vsftpd: when executing pam_exec on successfull login vsftp hangs and is not possible to transfer files

2016-06-20 Thread Antonio Silva

Hi Sean,

Sorry, there is no error message in the server form the vsftpd service.

Below you can find the information for both connections (with and 
without pam_exec), also add the information from the client, hope it 
help to fix this issue.


Regards,
António


This is the log when pam is used for login without calling pam_exec:

** Server log
Jun 20 11:01:03 cmdev vsftpd[12152]: pam_unix(vsftpd:session): session 
opened for user administrator by (uid=0)
Jun 20 11:01:03 cmdev vsftpd[12152]: [administrator] OK LOGIN: Client 
"192.168.8.1"
Jun 20 11:01:03 cmdev systemd-logind[552]: New session c85 of user 
administrator.
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "230 Login successful."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP command: Client 
"192.168.8.1", "CWD /local"
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "250 Directory successfully changed."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP command: Client 
"192.168.8.1", "TYPE A"
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "200 Switching to ASCII mode."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP command: Client 
"192.168.8.1", "PASV"
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "227 Entering Passive Mode (192,168,8,2,6,8)."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP command: Client 
"192.168.8.1", "STOR test.php"
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "150 Ok to send data."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] OK UPLOAD: Client 
"192.168.8.1", "/local/test.php", 2683 bytes, 7616.62Kbyte/sec
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "226 Transfer complete."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP command: Client 
"192.168.8.1", "TYPE I"
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "200 Switching to Binary mode."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP command: Client 
"192.168.8.1", "PASV"
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "227 Entering Passive Mode (192,168,8,2,4,86)."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP command: Client 
"192.168.8.1", "LIST -a"
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "150 Here comes the directory listing."
Jun 20 11:01:03 cmdev vsftpd[12154]: [administrator] FTP response: 
Client "192.168.8.1", "226 Directory send OK."



** client log

Status:Connecting to 192.168.8.2:21...
Status:Connection established, waiting for welcome message...
Response:220 Welcome to Commsmundi FTP server
Command:USER administrator
Response:331 Please specify the password.
Command:PASS **
Response:230 Login successful.
Status:Server does not support non-ASCII characters.
Status:Connected
Status:Starting upload of /home/antonio/Desktop/test.php
Command:CWD /local
Response:250 Directory successfully changed.
Command:TYPE A
Response:200 Switching to ASCII mode.
Command:PASV
Response:227 Entering Passive Mode (192,168,8,2,6,8).
Command:STOR test.php
Response:150 Ok to send data.
Response:226 Transfer complete.
Status:File transfer successful, transferred 2,683 bytes in 1 second




This is the log with pam_exec enabled (error transferring data):

** Server log
Jun 20 11:02:07 cmdev vsftpd[25478]: pam_exec(vsftpd:auth): Calling 
/tmp/test.sh ...
Jun 20 11:02:07 cmdev vsftpd[25476]: pam_unix(vsftpd:session): session 
opened for user administrator by (uid=0)
Jun 20 11:02:07 cmdev vsftpd[25476]: [administrator] OK LOGIN: Client 
"192.168.8.1"
Jun 20 11:02:07 cmdev systemd-logind[552]: New session c87 of user 
administrator.
Jun 20 11:02:07 cmdev vsftpd[25479]: [administrator] FTP response: 
Client "192.168.8.1", "230 Login successful."
Jun 20 11:02:07 cmdev vsftpd[25479]: [administrator] FTP command: Client 
"192.168.8.1", "CWD /local"
Jun 20 11:02:07 cmdev vsftpd[25479]: [administrator] FTP response: 
Client "192.168.8.1", "250 Directory successfully changed."
Jun 20 11:02:08 cmdev vsftpd[25479]: [administrator] FTP command: Client 
"192.168.8.1", "TYPE A"
Jun 20 11:02:08 cmdev vsftpd[25479]: [administrator] FTP response: 
Client "192.168.8.1", "200 Switching to ASCII mode."
Jun 20 11:02:08 cmdev vsftpd[25479]: [administrator] FTP command: Client 
"192.168.8.1", "PASV"



The pam_exec script is executed, "authoptionalpam_exec.so debug 
seteuid log=/tmp/pam_exec.log /tmp/test.sh", in the log i see:


*** Mon Jun 20 11:02:07 2016
administrator



** client log
Status:Connecting to 192.168.8.2:21...
Status:Connection established, waiting for welcome message...
Response:220 Welcome to Commsmundi FTP server
Com

Processed: fbset gets 'ioctl FBIOPUT_VSCREENINFO: Invalid argument'

2016-06-20 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #85 [fbset] fbset gets 'ioctl FBIOPUT_VSCREENINFO: Invalid argument'
Added tag(s) moreinfo.

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



Bug#827779: src:hfsplus: Patch for 1.0.4-13.1 NMU

2016-06-20 Thread Hilko Bengen
Package: src:hfsplus
Version: 1.0.4-13
Severity: normal

Dear maintainers (QA Group),

I am preparing an DELAYED/5 NMU of hfsplus/1.0.4-13.1, which fixes
#817494 (Debhelper 4) and a few other things while I'm at it. I have
attached the topmost changelog entry and the debdiff -- please
reschedule or cancel as you see fit.

Cheers,
-Hilko

hfsplus (1.0.4-13.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Modernize package: Debhelper 9 (Closes: #817494), quilt-based source
format, dh-autoreconf, Standards-Version
  * Remove conflicting duplicate function definitions from .h files
  * Use printf macros, thanks to Laurent Vivier for his patch (Closes:
#548257)

 -- Hilko Bengen   Mon, 20 Jun 2016 21:47:32 +0200
diff -Nru hfsplus-1.0.4/debian/changelog hfsplus-1.0.4/debian/changelog
--- hfsplus-1.0.4/debian/changelog	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/changelog	2016-06-20 21:48:31.0 +0200
@@ -1,3 +1,14 @@
+hfsplus (1.0.4-13.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Modernize package: Debhelper 9 (Closes: #817494), quilt-based source
+format, dh-autoreconf, Standards-Version
+  * Remove conflicting duplicate function definitions from .h files
+  * Use printf macros, thanks to Laurent Vivier for his patch (Closes:
+#548257)
+
+ -- Hilko Bengen   Mon, 20 Jun 2016 21:47:32 +0200
+
 hfsplus (1.0.4-13) unstable; urgency=medium
 
   * QA upload.
diff -Nru hfsplus-1.0.4/debian/clean hfsplus-1.0.4/debian/clean
--- hfsplus-1.0.4/debian/clean	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/clean	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1,2 @@
+*.1
+*.7
diff -Nru hfsplus-1.0.4/debian/compat hfsplus-1.0.4/debian/compat
--- hfsplus-1.0.4/debian/compat	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/compat	2016-06-20 21:23:27.0 +0200
@@ -1 +1 @@
-4
+9
diff -Nru hfsplus-1.0.4/debian/control hfsplus-1.0.4/debian/control
--- hfsplus-1.0.4/debian/control	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/control	2016-06-20 21:23:27.0 +0200
@@ -2,8 +2,9 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: autotools-dev, docbook-to-man, debhelper (>= 4), dpatch, libtool, autoconf, automake1.11
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 9),
+ docbook-to-man,
+Standards-Version: 3.9.8
 
 Package: libhfsp0
 Architecture: any
diff -Nru hfsplus-1.0.4/debian/hfsplus.dirs hfsplus-1.0.4/debian/hfsplus.dirs
--- hfsplus-1.0.4/debian/hfsplus.dirs	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/hfsplus.dirs	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-usr/bin
diff -Nru hfsplus-1.0.4/debian/hfsplus.install hfsplus-1.0.4/debian/hfsplus.install
--- hfsplus-1.0.4/debian/hfsplus.install	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/hfsplus.install	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1 @@
+usr/bin
diff -Nru hfsplus-1.0.4/debian/libhfsp0.dirs hfsplus-1.0.4/debian/libhfsp0.dirs
--- hfsplus-1.0.4/debian/libhfsp0.dirs	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/libhfsp0.dirs	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-usr/lib
diff -Nru hfsplus-1.0.4/debian/libhfsp0.docs hfsplus-1.0.4/debian/libhfsp0.docs
--- hfsplus-1.0.4/debian/libhfsp0.docs	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/libhfsp0.docs	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1,3 @@
+doc/*.html
+NEWS
+README
diff -Nru hfsplus-1.0.4/debian/libhfsp0.install hfsplus-1.0.4/debian/libhfsp0.install
--- hfsplus-1.0.4/debian/libhfsp0.install	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/libhfsp0.install	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1,2 @@
+usr/lib/*-*/lib*.so.*
+
diff -Nru hfsplus-1.0.4/debian/libhfsp0.postinst hfsplus-1.0.4/debian/libhfsp0.postinst
--- hfsplus-1.0.4/debian/libhfsp0.postinst	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/libhfsp0.postinst	1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-#! /bin/sh -e 
-
-#DEBHELPER#
diff -Nru hfsplus-1.0.4/debian/libhfsp-dev.dirs hfsplus-1.0.4/debian/libhfsp-dev.dirs
--- hfsplus-1.0.4/debian/libhfsp-dev.dirs	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/libhfsp-dev.dirs	1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-usr/include/hfsplus
-usr/lib
diff -Nru hfsplus-1.0.4/debian/libhfsp-dev.install hfsplus-1.0.4/debian/libhfsp-dev.install
--- hfsplus-1.0.4/debian/libhfsp-dev.install	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/libhfsp-dev.install	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/*-*/lib*.so
+usr/lib/*-*/lib*.a
+#usr/lib/*-*/pkgconfig/*
+#usr/share/pkgconfig/*
diff -Nru hfsplus-1.0.4/debian/patches/00list hfsplus-1.0.4/debian/patches/00list
--- hfsplus-1.0.4/debian/patches/00list	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/patches/00list	1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-120137_ftbfs_hppa_gcc3.0
-147838_sigbus_sparc
-23

Bug#827779: marked as done (src:hfsplus: Patch for 1.0.4-13.1 NMU)

2016-06-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Jun 2016 22:13:06 +0200
with message-id <878txzmxf1@msgid.hilluzination.de>
and subject line Re: Bug#827779: Acknowledgement (src:hfsplus: Patch for 
1.0.4-13.1 NMU)
has caused the Debian Bug report #827779,
regarding src:hfsplus: Patch for 1.0.4-13.1 NMU
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
827779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827779
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hfsplus
Version: 1.0.4-13
Severity: normal

Dear maintainers (QA Group),

I am preparing an DELAYED/5 NMU of hfsplus/1.0.4-13.1, which fixes
#817494 (Debhelper 4) and a few other things while I'm at it. I have
attached the topmost changelog entry and the debdiff -- please
reschedule or cancel as you see fit.

Cheers,
-Hilko

hfsplus (1.0.4-13.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Modernize package: Debhelper 9 (Closes: #817494), quilt-based source
format, dh-autoreconf, Standards-Version
  * Remove conflicting duplicate function definitions from .h files
  * Use printf macros, thanks to Laurent Vivier for his patch (Closes:
#548257)

 -- Hilko Bengen   Mon, 20 Jun 2016 21:47:32 +0200
diff -Nru hfsplus-1.0.4/debian/changelog hfsplus-1.0.4/debian/changelog
--- hfsplus-1.0.4/debian/changelog	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/changelog	2016-06-20 21:48:31.0 +0200
@@ -1,3 +1,14 @@
+hfsplus (1.0.4-13.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Modernize package: Debhelper 9 (Closes: #817494), quilt-based source
+format, dh-autoreconf, Standards-Version
+  * Remove conflicting duplicate function definitions from .h files
+  * Use printf macros, thanks to Laurent Vivier for his patch (Closes:
+#548257)
+
+ -- Hilko Bengen   Mon, 20 Jun 2016 21:47:32 +0200
+
 hfsplus (1.0.4-13) unstable; urgency=medium
 
   * QA upload.
diff -Nru hfsplus-1.0.4/debian/clean hfsplus-1.0.4/debian/clean
--- hfsplus-1.0.4/debian/clean	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/clean	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1,2 @@
+*.1
+*.7
diff -Nru hfsplus-1.0.4/debian/compat hfsplus-1.0.4/debian/compat
--- hfsplus-1.0.4/debian/compat	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/compat	2016-06-20 21:23:27.0 +0200
@@ -1 +1 @@
-4
+9
diff -Nru hfsplus-1.0.4/debian/control hfsplus-1.0.4/debian/control
--- hfsplus-1.0.4/debian/control	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/control	2016-06-20 21:23:27.0 +0200
@@ -2,8 +2,9 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: autotools-dev, docbook-to-man, debhelper (>= 4), dpatch, libtool, autoconf, automake1.11
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 9),
+ docbook-to-man,
+Standards-Version: 3.9.8
 
 Package: libhfsp0
 Architecture: any
diff -Nru hfsplus-1.0.4/debian/hfsplus.dirs hfsplus-1.0.4/debian/hfsplus.dirs
--- hfsplus-1.0.4/debian/hfsplus.dirs	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/hfsplus.dirs	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-usr/bin
diff -Nru hfsplus-1.0.4/debian/hfsplus.install hfsplus-1.0.4/debian/hfsplus.install
--- hfsplus-1.0.4/debian/hfsplus.install	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/hfsplus.install	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1 @@
+usr/bin
diff -Nru hfsplus-1.0.4/debian/libhfsp0.dirs hfsplus-1.0.4/debian/libhfsp0.dirs
--- hfsplus-1.0.4/debian/libhfsp0.dirs	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/libhfsp0.dirs	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-usr/lib
diff -Nru hfsplus-1.0.4/debian/libhfsp0.docs hfsplus-1.0.4/debian/libhfsp0.docs
--- hfsplus-1.0.4/debian/libhfsp0.docs	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/libhfsp0.docs	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1,3 @@
+doc/*.html
+NEWS
+README
diff -Nru hfsplus-1.0.4/debian/libhfsp0.install hfsplus-1.0.4/debian/libhfsp0.install
--- hfsplus-1.0.4/debian/libhfsp0.install	1970-01-01 01:00:00.0 +0100
+++ hfsplus-1.0.4/debian/libhfsp0.install	2016-06-20 21:23:27.0 +0200
@@ -0,0 +1,2 @@
+usr/lib/*-*/lib*.so.*
+
diff -Nru hfsplus-1.0.4/debian/libhfsp0.postinst hfsplus-1.0.4/debian/libhfsp0.postinst
--- hfsplus-1.0.4/debian/libhfsp0.postinst	2016-06-20 21:55:50.0 +0200
+++ hfsplus-1.0.4/debian/libhfsp0.postinst	1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-#! /bin/sh -e 
-
-#DEBHELPER#
diff -Nru hfsplus-1.0.4/debian/libhfsp-dev.dirs hfsplus-1.0.4/debian/libhfsp-dev.dirs
--

Processing of hfsplus_1.0.4-14_source.changes

2016-06-20 Thread Debian FTP Masters
hfsplus_1.0.4-14_source.changes uploaded successfully to localhost
along with the files:
  hfsplus_1.0.4-14.dsc
  hfsplus_1.0.4-14.debian.tar.xz

Greetings,

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



Processing of hfsplus_1.0.4-14_source.changes

2016-06-20 Thread Debian FTP Masters
/hfsplus_1.0.4-14_source.changes is already present on target host:
hfsplus_1.0.4-14.debian.tar.xz
Either you already uploaded it, or someone else came first.
Job hfsplus_1.0.4-14_source.changes removed.

Greetings,

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



Bug#817494: marked as done (hfsplus: Removal of debhelper compat 4)

2016-06-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Jun 2016 22:22:41 +
with message-id 
and subject line Bug#817494: fixed in hfsplus 1.0.4-14
has caused the Debian Bug report #817494,
regarding hfsplus: Removal of debhelper compat 4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
817494: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817494
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hfsplus
Severity: important
Usertags: compat-4-removal

Hi,

The package hfsplus uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: hfsplus
Source-Version: 1.0.4-14

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

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

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

Debian distribution maintenance software
pp.
Hilko Bengen  (supplier of updated hfsplus package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 20 Jun 2016 22:19:22 +0200
Source: hfsplus
Binary: libhfsp0 hfsplus libhfsp-dev
Architecture: source
Version: 1.0.4-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Description:
 hfsplus- Tools to access HFS+ formatted volumes
 libhfsp-dev - Library to access HFS+ formatted volumes
 libhfsp0   - Shared library to access HFS+ formatted volumes
Closes: 548257 817494
Changes:
 hfsplus (1.0.4-14) unstable; urgency=medium
 .
   * QA upload.
   * Modernize package: Debhelper 9 (Closes: #817494), quilt-based source
 format, dh-autoreconf, Standards-Version
   * Remove conflicting duplicate function definitions from .h files
   * Use printf macros, thanks to Laurent Vivier for his patch (Closes:
 #548257)
Checksums-Sha1:
 59f390285399f12a40fc5e7e6daf64fe143be969 1792 hfsplus_1.0.4-14.dsc
 28af4588ceb91d74f91f1bd5bc590ac9d03b 18808 hfsplus_1.0.4-14.debian.tar.xz
Checksums-Sha256:
 fab172080178ecb590ab11b107de1f9ded78e4035351c055b8ce764e33c95f7c 1792 
hfsplus_1.0.4-14.dsc
 1ebc35f4c0ee82ba89f143c91c8cf98375cfb2d7ac7357825590d4dd093307d8 18808 
hfsplus_1.0.4-14.debian.tar.xz
Files:
 321390f1a73d0172282ff7aff0df9f4f 1792 otherosfs optional hfsplus_1.0.4-14.dsc
 2f93fe3feef0ce0eb81a58c1f1fed024 18808 otherosfs optional 
hfsplus_1.0.4-14.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXaFSGAAoJEHW3EGNcITp+aIUP/3+egg6JXWUcM6bSrKyXPscA
sYVbA5zo29StnaBU0UXYsKZUBnp6Gnzs+/pIf2Sx26gWRjmk2HOlrOvnLSmQS2Xz
yuVW4JmKWOrbjHSTWSDttwt1SUb32qIzFzrI1Kp5JLCRcDLfTpTZ6PU1cXpiGF+E
BhVxjF7ziylzBg3bfXTdZ6HluB9RIRQwltk0+IJ+dWgt18m+sgco+8fAN1LCUGST
aY6Wm6P6ueObsNDk4FA7kutBYpoiKq/mRLvvRLIIg9mxriONRebZkT+ZPOBf7B6m
rWGus+vDvdrleEXhxcD1ERhJxYMhbsJJBqY2VxkBE4jMdBT4W7D86SzX+SnVFrtt
aRL6YuID/Z9PMx1CQ0c2H14aXeQEZFSkAzFTlzrNesFVSPHN/4Z6TMIK67yNo6bX
v0W7jia1f6dZ1kzQF1Qpapd35hcgE+LCJjJ8ClBAAkwRrkp57/WU1VTqJEZF9FRa
ZLq8g2hkxkZAeKeEYCpwqVGPHDrQDMIcAayHmiPAnzVWRdABo9e4pbxWHYK5Ulun
LgSQQ0cqYoKN7bXjf3q6SkmJzy302hISc+ip2w4IiAVeGsbNa06ZhAKVq8H6vwp0
oUGVkdFBFvNTYCem8BjnE/28LJ4Cl5b1lP/IUeC8rksmy2FDZ8FiOGpoPTnRqjOU
7AH1mG++rHWrTozqZkbJ
=Y7+t
-END PGP SIGNATURE End Message ---


Bug#548257: marked as done (Compiling package hfsplus generates a lot of warnings on my debian-amd64)

2016-06-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Jun 2016 22:22:41 +
with message-id 
and subject line Bug#548257: fixed in hfsplus 1.0.4-14
has caused the Debian Bug report #548257,
regarding Compiling package hfsplus generates a lot of warnings on my 
debian-amd64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
548257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hfsplus
Version: 1.0.4-12
Severity: normal


I've tried to compile hfsplus on my debian x86_64 and lot of warnings is 
generated.

I can provide a patch to correct this (by using PRIX32 and PRIu32 in printf, at 
least, and by correcting 
some casts)


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

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hfsplus depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libhfsp0  1.0.4-12   Shared library to access HFS+ form

hfsplus recommends no packages.

hfsplus suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: hfsplus
Source-Version: 1.0.4-14

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

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

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

Debian distribution maintenance software
pp.
Hilko Bengen  (supplier of updated hfsplus package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 20 Jun 2016 22:19:22 +0200
Source: hfsplus
Binary: libhfsp0 hfsplus libhfsp-dev
Architecture: source
Version: 1.0.4-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Description:
 hfsplus- Tools to access HFS+ formatted volumes
 libhfsp-dev - Library to access HFS+ formatted volumes
 libhfsp0   - Shared library to access HFS+ formatted volumes
Closes: 548257 817494
Changes:
 hfsplus (1.0.4-14) unstable; urgency=medium
 .
   * QA upload.
   * Modernize package: Debhelper 9 (Closes: #817494), quilt-based source
 format, dh-autoreconf, Standards-Version
   * Remove conflicting duplicate function definitions from .h files
   * Use printf macros, thanks to Laurent Vivier for his patch (Closes:
 #548257)
Checksums-Sha1:
 59f390285399f12a40fc5e7e6daf64fe143be969 1792 hfsplus_1.0.4-14.dsc
 28af4588ceb91d74f91f1bd5bc590ac9d03b 18808 hfsplus_1.0.4-14.debian.tar.xz
Checksums-Sha256:
 fab172080178ecb590ab11b107de1f9ded78e4035351c055b8ce764e33c95f7c 1792 
hfsplus_1.0.4-14.dsc
 1ebc35f4c0ee82ba89f143c91c8cf98375cfb2d7ac7357825590d4dd093307d8 18808 
hfsplus_1.0.4-14.debian.tar.xz
Files:
 321390f1a73d0172282ff7aff0df9f4f 1792 otherosfs optional hfsplus_1.0.4-14.dsc
 2f93fe3feef0ce0eb81a58c1f1fed024 18808 otherosfs optional 
hfsplus_1.0.4-14.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXaFSGAAoJEHW3EGNcITp+aIUP/3+egg6JXWUcM6bSrKyXPscA
sYVbA5zo29StnaBU0UXYsKZUBnp6Gnzs+/pIf2Sx26gWRjmk2HOlrOvnLSmQS2Xz
yuVW4JmKWOrbjHSTWSDttwt1SUb32qIzFzrI1Kp5JLCRcDLfTpTZ6PU1cXpiGF+E
BhVxjF7ziylzBg3bfXTdZ6HluB9RIRQwltk0+IJ+dWgt18m+sgco+8fAN1LCUGST
aY6Wm6P6ueObsNDk4FA7kutBYpoiKq/mRLvvRLIIg9mxriONRebZkT+ZPOBf7B6m
rWGus+vDvdrleEXhxcD1ERhJxYMhbsJJBqY2VxkBE4jMdBT4W7D86SzX+SnVFrtt
aRL6YuID/Z9PMx1CQ0c2H14aXeQEZFSkAzFTlzrNesFVSPHN/4Z6TMIK67yNo6bX
v0W7jia1f6dZ1kzQF1Qpapd35hcgE+LCJjJ8ClBAAkwRrkp57/WU1VTqJEZF9FRa
ZLq8g2hkxkZAeKeEYCpwqVGPHDrQDMIcAayHmiPAnzVWRdABo9e4pbxWHYK5Ulun
LgSQQ0cqYoKN7bXjf3q6SkmJzy302hISc+ip2w4IiAVeGsbNa06ZhAKVq8H6vwp0
oUGVkdFBFvNTYCem8BjnE/28LJ4Cl5b1lP/IUeC8rksmy2FDZ8FiOGpoPTnRqjOU
7AH1mG++rHWrTozqZkbJ
=Y7+t
-END PGP SIGNATURE End Message ---


Processing of hfsplus_1.0.4-14_source.changes

2016-06-20 Thread Debian FTP Masters
/hfsplus_1.0.4-14_source.changes is already present on target host:
hfsplus_1.0.4-14.debian.tar.xz
Either you already uploaded it, or someone else came first.
Job hfsplus_1.0.4-14_source.changes removed.

Greetings,

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



hfsplus_1.0.4-14_source.changes ACCEPTED into unstable

2016-06-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 20 Jun 2016 22:19:22 +0200
Source: hfsplus
Binary: libhfsp0 hfsplus libhfsp-dev
Architecture: source
Version: 1.0.4-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Description:
 hfsplus- Tools to access HFS+ formatted volumes
 libhfsp-dev - Library to access HFS+ formatted volumes
 libhfsp0   - Shared library to access HFS+ formatted volumes
Closes: 548257 817494
Changes:
 hfsplus (1.0.4-14) unstable; urgency=medium
 .
   * QA upload.
   * Modernize package: Debhelper 9 (Closes: #817494), quilt-based source
 format, dh-autoreconf, Standards-Version
   * Remove conflicting duplicate function definitions from .h files
   * Use printf macros, thanks to Laurent Vivier for his patch (Closes:
 #548257)
Checksums-Sha1:
 59f390285399f12a40fc5e7e6daf64fe143be969 1792 hfsplus_1.0.4-14.dsc
 28af4588ceb91d74f91f1bd5bc590ac9d03b 18808 hfsplus_1.0.4-14.debian.tar.xz
Checksums-Sha256:
 fab172080178ecb590ab11b107de1f9ded78e4035351c055b8ce764e33c95f7c 1792 
hfsplus_1.0.4-14.dsc
 1ebc35f4c0ee82ba89f143c91c8cf98375cfb2d7ac7357825590d4dd093307d8 18808 
hfsplus_1.0.4-14.debian.tar.xz
Files:
 321390f1a73d0172282ff7aff0df9f4f 1792 otherosfs optional hfsplus_1.0.4-14.dsc
 2f93fe3feef0ce0eb81a58c1f1fed024 18808 otherosfs optional 
hfsplus_1.0.4-14.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXaFSGAAoJEHW3EGNcITp+aIUP/3+egg6JXWUcM6bSrKyXPscA
sYVbA5zo29StnaBU0UXYsKZUBnp6Gnzs+/pIf2Sx26gWRjmk2HOlrOvnLSmQS2Xz
yuVW4JmKWOrbjHSTWSDttwt1SUb32qIzFzrI1Kp5JLCRcDLfTpTZ6PU1cXpiGF+E
BhVxjF7ziylzBg3bfXTdZ6HluB9RIRQwltk0+IJ+dWgt18m+sgco+8fAN1LCUGST
aY6Wm6P6ueObsNDk4FA7kutBYpoiKq/mRLvvRLIIg9mxriONRebZkT+ZPOBf7B6m
rWGus+vDvdrleEXhxcD1ERhJxYMhbsJJBqY2VxkBE4jMdBT4W7D86SzX+SnVFrtt
aRL6YuID/Z9PMx1CQ0c2H14aXeQEZFSkAzFTlzrNesFVSPHN/4Z6TMIK67yNo6bX
v0W7jia1f6dZ1kzQF1Qpapd35hcgE+LCJjJ8ClBAAkwRrkp57/WU1VTqJEZF9FRa
ZLq8g2hkxkZAeKeEYCpwqVGPHDrQDMIcAayHmiPAnzVWRdABo9e4pbxWHYK5Ulun
LgSQQ0cqYoKN7bXjf3q6SkmJzy302hISc+ip2w4IiAVeGsbNa06ZhAKVq8H6vwp0
oUGVkdFBFvNTYCem8BjnE/28LJ4Cl5b1lP/IUeC8rksmy2FDZ8FiOGpoPTnRqjOU
7AH1mG++rHWrTozqZkbJ
=Y7+t
-END PGP SIGNATURE-


Thank you for your contribution to Debian.