Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-23 Thread Jonathan McCrohan
On Tue, 18 Feb 2014 13:46:15 +0100, Dirk Neukirchen wrote:
 On 18.02.2014 08:02, Michel Stempin wrote:
 Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr
 -PKG_VERSION:=1.0.55
 +PKG_VERSION:=1.0.55~bpo70+1
  PKG_RELEASE:=1

 I have 1.0.56 locally and it builds fine too.
 Just noticed that 1.0.59 is available.
 According to the changelog these are security related (CA, https)

 Any reason to stick to 1.0.55~... ?

No. This patch was redundant and shouldn't have been merged. 1.0.55 is
identical to 1.0.55~bpo70+1, with the exception of any changes needed to
make the package build on Debian stable.

The '~bpo70+1' suffix indicates the first backport of 1.0.55 to Debian
7.0.

See [1] for more information.

Cheers,
Jon

[1] https://wiki.debian.org/BuildingFormalBackports#Modifying_the_package
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote:
 Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr
 ---
  admin/debootstrap/Makefile |4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
Thank you for the patch, it was applied in r39654.

Hauke
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote:
 Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr
 -PKG_VERSION:=1.0.55
 +PKG_VERSION:=1.0.55~bpo70+1
  PKG_RELEASE:=1
  


I have 1.0.56 locally and it builds fine too.
Just noticed that 1.0.59 is available.
According to the changelog these are security related (CA, https)

Any reason to stick to 1.0.55~... ?



smime.p7s
Description: S/MIME Cryptographic Signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr
---
 admin/debootstrap/Makefile |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile
index 73e15ef..09b98b6 100644
--- a/admin/debootstrap/Makefile
+++ b/admin/debootstrap/Makefile
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=debootstrap
-PKG_VERSION:=1.0.55
+PKG_VERSION:=1.0.55~bpo70+1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap
-PKG_MD5SUM:=f01432f4d7c193ac7a868416ace41bad
+PKG_MD5SUM:=86b1cce6350b7beb85d1c5c6fe6910a6
 
 UNPACK_CMD=ar -p $(DL_DIR)/$(PKG_SOURCE) data.tar.xz | xzcat | tar -C $(1) 
-xf -
 
-- 
1.7.10.4
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel