~alpine/aports

4 2

[alpine-aports] [PATCH 1/2] main/drbd9-hardened: upgrade to 9.0.8

Details
Message ID
<20170712172841.6950-1-roland.kammerer@linbit.com>
Sender timestamp
1499880520
DKIM signature
missing
Download raw message
Patch: +3 -3
- New upstream release
- Includes compat code including linux 4.12
---
 main/drbd9-hardened/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/drbd9-hardened/APKBUILD b/main/drbd9-hardened/APKBUILD
index 67525d65ad..9cc712ba38 100644
--- a/main/drbd9-hardened/APKBUILD
+++ b/main/drbd9-hardened/APKBUILD
@@ -8,13 +8,13 @@ _kpkg=linux-$_flavor
_kver=4.9.32
_kpkgrel=0

_usver=9.0.7
_usver=9.0.8
# upstream now also has a -rel in the tar-balls
# set it here for "source", but don't mangle it into pkgrel/_mypkgrel
# if there is a new upstream rel (eg. 9.0.1-2), we just increase _mypkgrel
_usrel=1

_mypkgrel=0
_mypkgrel=1

_kernelver=$_kver-r$_kpkgrel
_abi_release=${_kver}-${_kpkgrel}-${_flavor}
@@ -69,4 +69,4 @@ package() {
	make DESTDIR="$pkgdir" install || return 1
}

sha512sums="78e874cc94cfc617969698fcc65cf7fb496f9d8a688c3ef589970d8af74ab5973a9c9b6af129029c413132bfe454bb306a28508d6c30882291488defd2f4aa79  drbd-9.0.7-1.tar.gz"
sha512sums="823a775d2c8ab7322ef8eb8cc43ff63538834449dfb358d808d4bdfb655fafd25b75115c6fc056e5dbf6a92ad078350c34c7fb3dede58cda121e3e3043b4ce61  drbd-9.0.8-1.tar.gz"
-- 
2.13.2



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

[alpine-aports] [PATCH 2/2] community/drbdmanage: upgrade to 0.99.5

Details
Message ID
<20170712172841.6950-2-roland.kammerer@linbit.com>
In-Reply-To
<20170712172841.6950-1-roland.kammerer@linbit.com> (view parent)
Sender timestamp
1499880521
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 community/drbdmanage/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/drbdmanage/APKBUILD b/community/drbdmanage/APKBUILD
index 4bec690f8a..01a2c4009d 100644
--- a/community/drbdmanage/APKBUILD
+++ b/community/drbdmanage/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Roland Kammerer <roland.kammerer@linbit.com>
_usname=drbdmanage
pkgname=$_usname
pkgver=0.99.4
pkgver=0.99.5
pkgrel=0
pkgdesc="DRBD9 Cluster Management Tool"
url="http://www.drbd.org"
@@ -38,5 +38,5 @@ package() {
	python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

sha512sums="cfdf5c89b9a3326b5677ab3ed6f244800e7f5917c29177b9e15b054d140ead5c56c80dcf1793de398df1fd369b27dde4005c8e559dc0ca015b444e8851468e83  drbdmanage-0.99.4.tar.gz
sha512sums="d06dd0a04ab4d68531219ced75a4495cde573d18d9190caa60c40d9362eab88c43477077e37659d20b87d5c2d7d9ebe9e423213687530b24c9d06e64f46207ce  drbdmanage-0.99.5.tar.gz
ad3c18c6fc56df0ca594afb56accb8832509489234736098c6a40b4ed2f81be16efe2c552ae6e19375d44881cf24e534d2d8cc04e14f0d98817fd8d4c614ed99  rm-systemd-and-bash.patch"
-- 
2.13.2



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

Re: [alpine-aports] [PATCH 2/2] community/drbdmanage: upgrade to 0.99.5

Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20170712230101.0bf70784@ncopa-desktop.copa.dup.pw>
In-Reply-To
<20170712172841.6950-2-roland.kammerer@linbit.com> (view parent)
Sender timestamp
1499893261
DKIM signature
missing
Download raw message
On Wed, 12 Jul 2017 19:28:41 +0200
Roland Kammerer <roland.kammerer@linbit.com> wrote:

> ---
>  community/drbdmanage/APKBUILD | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks I pushed both.

I wonder if it would make sense to move drbdmanage to "main" repository
too. It does not seem to have many security issues, seems to be fairly
stable (not rapidly changing). I don't think there will be a big
problem to provide backported security fixes for it for 2 years.

What do you think?

-nc


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

Re: [alpine-aports] [PATCH 2/2] community/drbdmanage: upgrade to 0.99.5

Details
Message ID
<20170713072142.GP1453@rck.sh>
In-Reply-To
<20170712230101.0bf70784@ncopa-desktop.copa.dup.pw> (view parent)
Sender timestamp
1499930502
DKIM signature
missing
Download raw message
On Wed, Jul 12, 2017 at 11:01:01PM +0200, Natanael Copa wrote:
> On Wed, 12 Jul 2017 19:28:41 +0200
> Roland Kammerer <roland.kammerer@linbit.com> wrote:
> 
> > ---
> >  community/drbdmanage/APKBUILD | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Thanks I pushed both.
> 
> I wonder if it would make sense to move drbdmanage to "main" repository
> too. It does not seem to have many security issues, seems to be fairly
> stable (not rapidly changing). I don't think there will be a big
> problem to provide backported security fixes for it for 2 years.
> 
> What do you think?

drbdmanage will be replaced, it's basically EoL. I maintain it upstream
until the new thing is there and usable. So I think we keep things as
they are, IMO there is no need to move a dead horse to main, this thing
is more in phase out...

Thanks, rck
-- 
Roland Kammerer
roland.kammerer@linbit.com

LINBIT | Keeping the Digital World Running
DRBD – Corosync – Pacemaker



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

Re: [alpine-aports] [PATCH 2/2] community/drbdmanage: upgrade to 0.99.5

Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20170714080753.12e6e3d4@ncopa-desktop.copa.dup.pw>
In-Reply-To
<20170713072142.GP1453@rck.sh> (view parent)
Sender timestamp
1500012473
DKIM signature
missing
Download raw message
On Thu, 13 Jul 2017 09:21:42 +0200
Roland Kammerer <roland.kammerer@linbit.com> wrote:

> On Wed, Jul 12, 2017 at 11:01:01PM +0200, Natanael Copa wrote:
> > On Wed, 12 Jul 2017 19:28:41 +0200
> > Roland Kammerer <roland.kammerer@linbit.com> wrote:

> > I wonder if it would make sense to move drbdmanage to "main" repository
> > too.

...

> drbdmanage will be replaced, it's basically EoL. I maintain it upstream
> until the new thing is there and usable. So I think we keep things as
> they are, IMO there is no need to move a dead horse to main, this thing
> is more in phase out...

Agree. Thanks!

-nc

> 
> Thanks, rck



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)