~alpine/devel

testing/haproxy: bump pkgrel to update dependencies (removing uclibc) v1 PROPOSED

Jeff Bilyk: 2
 testing/haproxy: bump pkgrel to update dependencies (removing uclibc)
 testing/knock: bump pkgrel to remove uclibc package dependency

 2 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/184/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH 1/2] testing/haproxy: bump pkgrel to update dependencies (removing uclibc) Export this patch

bump pkgrel since current package depends on uclibc package
---
 testing/haproxy/APKBUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD
index eadcabd..bf56ec3 100644
--- a/testing/haproxy/APKBUILD
+++ b/testing/haproxy/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=haproxy
pkgver=1.3.20
pkgrel=1
pkgrel=2
pkgdesc="A TCP/HTTP reverse proxy for high availability environments"
url="http://haproxy.1wt.eu"
license="GPL"
-- 
1.7.3.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

[alpine-devel] [PATCH 2/2] testing/knock: bump pkgrel to remove uclibc package dependency Export this patch

bump pkgrel since current package depends on uclibc package
---
 testing/knock/APKBUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testing/knock/APKBUILD b/testing/knock/APKBUILD
index 8804dac..65a03b0 100644
--- a/testing/knock/APKBUILD
+++ b/testing/knock/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=knock
pkgver=0.5
pkgrel=1
pkgrel=2
pkgdesc="A simple port-knocking daemon"
url="http://www.zeroflux.org/projects/knock"
license="GPL"
-- 
1.7.3.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---