Date: Saturday, January 9, 2016 @ 10:49:01 Author: arojas Revision: 257681
Update to 3.12 Modified: rp-pppoe/trunk/PKGBUILD rp-pppoe/trunk/kmode.patch -------------+ PKGBUILD | 8 ++++---- kmode.patch | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-09 09:30:17 UTC (rev 257680) +++ PKGBUILD 2016-01-09 09:49:01 UTC (rev 257681) @@ -3,8 +3,8 @@ # Contributor: orelien <[email protected]> pkgname=rp-pppoe -pkgver=3.11 -pkgrel=7 +pkgver=3.12 +pkgrel=1 pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client" arch=('i686' 'x86_64') url="http://www.roaringpenguin.com/pppoe/" @@ -37,7 +37,7 @@ #install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl" install -Dm644 "$srcdir/adsl.service" "$pkgdir/usr/lib/systemd/system/adsl.service" } -md5sums=('13b5900c56bd602df6cc526e5e520722' +md5sums=('216eb52b69062b92a64ee37fd71f4b66' 'SKIP' '926b00aa2a0c0d3a21970acde9695e47' - 'd38a903a247d689ff0323d7b6caa1c6b') + '8df35e67558b6b4567d1ab24c9202898') Modified: kmode.patch =================================================================== --- kmode.patch 2016-01-09 09:30:17 UTC (rev 257680) +++ kmode.patch 2016-01-09 09:49:01 UTC (rev 257681) @@ -1,7 +1,7 @@ diff -up rp-pppoe-3.11/src/configure.orig rp-pppoe-3.11/src/configure --- rp-pppoe-3.11/src/configure.orig 2012-08-17 12:31:25.000000000 -0600 +++ rp-pppoe-3.11/src/configure 2013-02-11 14:23:05.000000000 -0700 -@@ -3679,6 +3679,7 @@ do : +@@ -3709,6 +3709,7 @@ do : #include<net/ethernet.h> #include<linux/if.h> #include<linux/in.h> @@ -9,10 +9,10 @@ " if test "x$ac_cv_header_linux_if_pppox_h" = x""yes; then : -@@ -4525,6 +4526,7 @@ else +@@ -4559,6 +4559,7 @@ else #include <net/ethernet.h> #include <linux/if.h> - #include <linux/in.h> + #include <netinet/in.h> +#include <linux/in6.h> #include <linux/if_pppox.h> int main()
