New release 2.17
This commit is contained in:
parent
3b52aae278
commit
a4c3f56065
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ radvd-1.6.tar.gz
|
||||
/radvd-2.13.tar.xz
|
||||
/radvd-2.14.tar.xz
|
||||
/radvd-2.16.tar.xz
|
||||
/radvd-2.17.tar.xz
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/includes.h b/includes.h
|
||||
index d2449c4..08ae63d 100644
|
||||
--- a/includes.h
|
||||
+++ b/includes.h
|
||||
@@ -86,7 +86,7 @@
|
||||
#include <net/if_types.h>
|
||||
#endif
|
||||
|
||||
-#if defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER)
|
||||
+#if defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) && !defined(HAVE_LINUX_IF_ARP_H)
|
||||
#include <net/if_arp.h>
|
||||
#endif /* defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) */
|
||||
|
11
radvd.spec
11
radvd.spec
@ -1,7 +1,7 @@
|
||||
Summary: A Router Advertisement daemon
|
||||
Name: radvd
|
||||
Version: 2.16
|
||||
Release: 2%{?dist}
|
||||
Version: 2.17
|
||||
Release: 1%{?dist}
|
||||
# The code includes the advertising clause, so it's GPL-incompatible
|
||||
License: BSD with advertising
|
||||
Group: System Environment/Daemons
|
||||
@ -9,9 +9,6 @@ URL: http://www.litech.org/radvd/
|
||||
Source0: %{url}dist/%{name}-%{version}.tar.xz
|
||||
Source1: radvd-tmpfs.conf
|
||||
Source2: radvd.service
|
||||
# https://github.com/reubenhwk/radvd/pull/70
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1438730
|
||||
Patch0: radvd-2.14-headers_conflict.patch
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
@ -37,7 +34,6 @@ services.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
for F in CHANGES; do
|
||||
iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
|
||||
@ -99,6 +95,9 @@ exit 0
|
||||
%{_sbindir}/radvdump
|
||||
|
||||
%changelog
|
||||
* Tue Jul 04 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2.17-1
|
||||
- New relase 2.17 (#1467637)
|
||||
|
||||
* Fri Jun 30 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2.16-2
|
||||
- Create pid file in /var/run instead of /var/run/radvd (#1438478)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (radvd-2.16.tar.xz) = 37f6f343c86219d2cae530b94bbb4f19957dc0c9d13918e5cc390e2b2a5dab4d1b12ba88a98ff7763e8c0a905efe6e07cebb2edc7f8eb6160fb65ab873f45f09
|
||||
SHA512 (radvd-2.17.tar.xz) = f62aa8acb423320423637c7908abe1d3b8ec4b32f78a81ba67c1a4ecf9bcaaae4e3671fc0c2c5b5776edfe5e6b5d3bf1daf60e55387dd0c0d7370a86d867873c
|
||||
|
Loading…
Reference in New Issue
Block a user