Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] frr: update to 7.1.
Date: Sat, 06 Jul 2019 05:04:46 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12828@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2019-07-06  3:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-06  3:04 voidlinux-github [this message]
2019-07-06  9:06 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12828@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).