retitle 774715 Please update burp package to 1.4.40
tags 774715 patch
thanks

All that's really needed for 1.4.40 is a 'quilt refresh': The attached
patches (against 1.4.40 from the upstream's git) are what I used to make
basic burp-1.4.40 packages for local use. I've been compiling it on
wheezy and installing on wheezy & jessie.

I've also been doing some work (not included here, as it's not ready for
public consumption, but deployed to my servers) to make the burp server
run as user 'backup' out of the box on Debian & to not leave
world-readable files with backups & passwords lying around.

>From 3115f407aecddd15c1b0f0f3a3f1d78bc53417e8 Mon Sep 17 00:00:00 2001
From: Will Aoki <wa...@umnh.utah.edu>
Date: Wed, 30 Mar 2016 15:29:01 -0600
Subject: [PATCH 1/2] initial update to 1.4.40

---
 debian/changelog                   |    7 +++++++
 debian/patches/disable_tests.patch |   12 +++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac12f61..0289328 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+burp (1.4.40-1umnh0) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release
+
+ -- Will Aoki <wa...@umnh.utah.edu>  Wed, 30 Mar 2016 15:07:15 -0600
+
 burp (1.3.48-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/disable_tests.patch b/debian/patches/disable_tests.patch
index 37fd495..40e5226 100644
--- a/debian/patches/disable_tests.patch
+++ b/debian/patches/disable_tests.patch
@@ -9,11 +9,13 @@ Bug: <url in upstream bugtracker>
 Reviewed-By: Bastiaan Franciscus van den Dikkenberg <b...@dikkenberg.net>
 Last-Update: <2014-01-09>
 
---- burp-1.3.46.orig/test/test_self
-+++ burp-1.3.46/test/test_self
-@@ -12,6 +12,16 @@ path="$PWD"
- build="$path/build"
- target="$path/target"
+Index: burp/test/test_self
+===================================================================
+--- burp.orig/test/test_self	2016-03-30 15:05:57.744780009 -0600
++++ burp/test/test_self	2016-03-30 15:10:30.467193993 -0600
+@@ -22,6 +22,16 @@
+ 	exit 0
+ fi
  
 +if ! [ -c /dev/random -o -c /dev/urandom ] &&
 +   ! [ -e /var/run/egd-pool -o -e /dev/egd-pool -o -e /etc/egd-pool -o -e /etc/entropy ]
-- 
1.7.10.4

>From 13d2d1df2dcd4881db05368d19906c28164cd64b Mon Sep 17 00:00:00 2001
From: Will Aoki <wa...@umnh.utah.edu>
Date: Wed, 30 Mar 2016 15:29:35 -0600
Subject: [PATCH 2/2] ignore .pc used by quilt

---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index aa57078..61b43b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ config.status
 libtool
 src/bedup
 src/burp
+.pc
-- 
1.7.10.4

Reply via email to