ppp: version bump to 2.4.7, patched
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
From 33797aa193a2751da26f9af120e39c110defe4d1 Mon Sep 17 00:00:00 2001
|
||||
From: Lubomir Rintel <lkundrak@v3.sk>
|
||||
Date: Sat, 10 Dec 2016 19:53:56 +0100
|
||||
Subject: [PATCH] pppoe: include netinet/in.h before linux/in.h
|
||||
|
||||
To fix build breakage.
|
||||
---
|
||||
pppd/plugins/rp-pppoe/pppoe.h | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/pppd/plugins/rp-pppoe/pppoe.h b/pppd/plugins/rp-pppoe/pppoe.h
|
||||
index 9ab2eee..f77f5b7 100644
|
||||
--- a/pppd/plugins/rp-pppoe/pppoe.h
|
||||
+++ b/pppd/plugins/rp-pppoe/pppoe.h
|
||||
@@ -15,6 +15,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
+#include <netinet/in.h>
|
||||
+
|
||||
#if defined(HAVE_NETPACKET_PACKET_H) || defined(HAVE_LINUX_IF_PACKET_H)
|
||||
#define _POSIX_SOURCE 1 /* For sigaction defines */
|
||||
#endif
|
||||
@@ -84,8 +86,6 @@ typedef unsigned long UINT32_t;
|
||||
#include <linux/if_ether.h>
|
||||
#endif
|
||||
|
||||
-#include <netinet/in.h>
|
||||
-
|
||||
#ifdef HAVE_NETINET_IF_ETHER_H
|
||||
#include <sys/types.h>
|
||||
|
||||
--
|
||||
2.9.3
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Point-to-point protocol - patched for PPPOE</Summary>
|
||||
<Description>The Point-to-Point Protocol (PPP) provides a standard way to transmit datagrams over a serial link.</Description>
|
||||
<Archive sha1sum="0fd188b28cb8fdc81d2eaa15b78d3ad9c93344f4" type="targz">http://samba.org/ftp/ppp/ppp-2.4.6.tar.gz</Archive>
|
||||
<Archive sha1sum="1a0b02788d522f2137d0b66c749ffe6c96cceb94" type="targz">http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/ppp-dhcpc.tgz</Archive>
|
||||
<Archive sha1sum="808b023172ea7189bc0d49935bf37a5382a1fe13" type="targz">https://www.samba.org/ftp/ppp/ppp-2.4.7.tar.gz</Archive>
|
||||
<Archive sha1sum="1a0b02788d522f2137d0b66c749ffe6c96cceb94" type="targz">http://distfiles.gentoo.org/distfiles/ppp-dhcpc.tgz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libpcap-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
@@ -25,10 +25,10 @@
|
||||
<Patch level="1">gentoo/04_all_mpls.patch</Patch>
|
||||
<Patch level="1">gentoo/06_all_killaddr-smarter.patch</Patch>
|
||||
<Patch level="1">gentoo/08_all_wait-children.patch</Patch>
|
||||
<Patch level="1">gentoo/10_all_defaultgateway.patch</Patch>
|
||||
<!-- <Patch level="1">gentoo/10_all_defaultgateway.patch</Patch> -->
|
||||
<Patch level="1">gentoo/12_all_linkpidfile.patch</Patch>
|
||||
<Patch level="1">gentoo/16_all_auth-fail.patch</Patch>
|
||||
<Patch level="1">gentoo/18_all_defaultmetric.patch</Patch>
|
||||
<!-- <Patch level="1">gentoo/18_all_defaultmetric.patch</Patch> -->
|
||||
<Patch level="1">gentoo/20_all_dev-ppp.patch</Patch>
|
||||
<Patch level="1">gentoo/24_all_passwordfd-read-early.patch</Patch>
|
||||
<Patch level="1">gentoo/26_all_pppd-usepeerwins.patch</Patch>
|
||||
@@ -45,6 +45,7 @@
|
||||
<Patch level="1">ppp-2.4.5-ppp_resolv.patch</Patch>
|
||||
<Patch level="1">ppp-2.4.5-var_run_ppp.patch</Patch>
|
||||
<Patch level="1">ppp-2.4.6-eaptls-mppe-0.99.patch</Patch>
|
||||
<Patch level="1">0029-pppoe-include-netinet-in.h-before-linux-in.h.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -89,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-02-18</Date>
|
||||
<Version>2.4.7</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>2.4.6</Version>
|
||||
@@ -104,4 +112,4 @@
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user