[Pkg-clamav-commits] [libclamunrar] 24/29: debian: 0.98.5-1 changes

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Wed Mar 2 16:45:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

bigeasy pushed a commit to branch jessie
in repository libclamunrar.

commit 7aba6de5aa7d36200fb92c58f36f333026e61fea
Author: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
Date:   Wed Mar 2 16:35:20 2016 +0100

    debian: 0.98.5-1 changes
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
---
 debian/changelog | 17 +++++++++++++++++
 debian/control   |  2 +-
 debian/copyright | 17 +++++++++++++++++
 debian/rules     |  9 ++-------
 4 files changed, 37 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d2e138..c0f3b71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+libclamunrar (0.98.5-1) unstable; urgency=medium
+
+  [ Sebastian Andrzej Siewior ]
+  * Update to new upstream version.
+    - Finaly address "double-free error exists within the
+      unrar_extract_next_prepare()" (Closes: #770647)
+  * Drop automake workaround, the bug was fixed.
+  * Fix LFS support using the same approach as clamav for compatibility and
+    correctness
+
+  [ Scott Kitterman ]
+  * Add build-dep on libssl-dev, needed for configure even if not used
+    in libclamunrar
+  * Update debian/copyright to add openssl exception per COPYING
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Sat, 22 Nov 2014 22:25:35 +0100
+
 libclamunrar (0.98.1-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 1fbbe44..76c2544 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: extra
 Section: non-free/libs
 Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>
 Uploaders: Michael Tautschnig <mt at debian.org>, Stephen Gran <sgran at debian.org>, Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
-Build-Depends: debhelper (>= 8), autotools-dev, zlib1g-dev, libbz2-dev, dh-autoreconf, automake1.11
+Build-Depends: debhelper (>= 8), autotools-dev, zlib1g-dev, libbz2-dev, dh-autoreconf, automake, libssl-dev
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-clamav/libclamunrar.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-clamav/libclamunrar.git;a=summary
diff --git a/debian/copyright b/debian/copyright
index f040c9f..9da5cb0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -26,6 +26,23 @@ Copyright:
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
+            REGARDING OPENSSL
+
+ In addition, as a special exception, the copyright holders give
+ permission to link the code of portions of this program with the
+ OpenSSL library under certain conditions as described in each
+ individual source file, and distribute linked combinations
+ including the two.
+
+ You must obey the GNU General Public License in all respects
+ for all of the code used other than OpenSSL.  If you modify
+ file(s) with this exception, you may extend this exception to your
+ version of the file(s), but you are not obligated to do so.  If you
+ do not wish to do so, delete this exception statement from your
+ version.  If you delete this exception statement from all source
+ files in the program, then also delete it here.
+
+
 libclamunrar_iface/unrar_iface.c and libclamunrar_iface/unrar_iface.h are
 Copyright (C) 2007 Sourcefire, Inc.
 
diff --git a/debian/rules b/debian/rules
index 54f65d9..e27529e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,6 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-# Use automake 1.11 due to bug in automake-1.14.
-# see: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16375
-# TODO: Remove this, when the bug is fixed.
-export AUTOMAKE = automake-1.11
-export ACLOCAL = aclocal-1.11
-
 # The autotools in squeeze (Debian 6) are too old, so don't use autoreconf.
 ifeq ($(shell cut -c1 /etc/debian_version),6)
 AUTORECONF =
@@ -18,7 +12,8 @@ endif
 	dh $@ --parallel $(AUTORECONF)
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(shell DEB_LDFLAGS_MAINT_APPEND="-Wl,-z,defs" dpkg-buildflags --export=configure) \
+	dh_auto_configure -- $(shell DEB_LDFLAGS_MAINT_APPEND="-Wl,-z,defs" \
+		DEB_CFLAGS_MAINT_APPEND="-D_FILE_OFFSET_BITS=64" dpkg-buildflags --export=configure) \
 		--disable-clamav
 
 override_dh_auto_build-arch:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-clamav/libclamunrar.git



More information about the Pkg-clamav-commits mailing list