Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] frr: update to 7.1.
@ 2019-07-06  3:04 voidlinux-github
  2019-07-06  9:06 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-07-06  3:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages frr-7.1
https://github.com/void-linux/void-packages/pull/12828

frr: update to 7.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/12828.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-frr-7.1-12828.patch --]
[-- Type: application/text/x-diff, Size: 1464 bytes --]

From 8a10de5d20b9b5520ab283d9d8acd487a710f2b2 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Fri, 5 Jul 2019 19:22:12 -0700
Subject: [PATCH] frr: update to 7.1.

---
 srcpkgs/frr/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 0fe205bb08e..6371bcbba9d 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,6 +1,6 @@
 # Template file for 'frr'
 pkgname=frr
-version=7.0.1
+version=7.1
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
@@ -21,7 +21,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://frrouting.org"
 distfiles="https://github.com/FRRouting/frr/archive/${pkgname}-${version}.tar.gz"
-checksum=5b74fc2c730e9973eab03546415f8dd7b36fa00fbf0bc856458266773dd5ae6d
+checksum=1a66ab4fdb9718997170e9da79d52e5bfdaabc0dac396e4beb758af7bdd48e4f
 nocross="http://ix.io/1rQ6"
 system_groups="_frrvty"
 system_accounts="_frr"
@@ -34,8 +34,10 @@ pre_configure() {
 }
 
 post_install() {
-	# LSB init script is not needed
-	rm -f -- "${DESTDIR}/usr/bin/frr"
+	# LSB init script and friends are not needed
+	for cmd in frr watchfrr watchfrr.sh frrcommon.sh frrinit.sh; do
+		rm -f -- "${DESTDIR}/usr/bin/${cmd}"
+	done
 
 	# frr-reload wrapper script hardcodes sbindir as usr/lib/frr, avoid it
 	rm -f -- "${DESTDIR}/usr/bin/frr-reload"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: frr: update to 7.1.
  2019-07-06  3:04 [PR PATCH] frr: update to 7.1 voidlinux-github
@ 2019-07-06  9:06 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-07-06  9:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

There's a merged pull request on the void-packages repository

frr: update to 7.1.
https://github.com/void-linux/void-packages/pull/12828
Description: None

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-06  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-06  3:04 [PR PATCH] frr: update to 7.1 voidlinux-github
2019-07-06  9:06 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).