[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-705-g384d99c
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2015-04-20 08:33:36
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 384d99c7e7ab221292a10b4e77b453c1364766cf (commit)
from f93c79aba7099357e6498d6c3be5a69fe954f597 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 384d99c7e7ab221292a10b4e77b453c1364766cf
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Apr 20 10:23:57 2015 +0200
[BUILDROOT] package: pppd: fix url
The patch has been sent upstream.
It also fixes apf51mainline_defconfig build
-----------------------------------------------------------------------
Summary of changes:
patches/buildroot/2015.02/225-pppd-fix-url.patch | 37 ++++++++++++++++++++++
patches/buildroot/2015.02/cleanup_buildroot.sh | 1 +
2 files changed, 38 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2015.02/225-pppd-fix-url.patch
diff --git a/patches/buildroot/2015.02/225-pppd-fix-url.patch b/patches/buildroot/2015.02/225-pppd-fix-url.patch
new file mode 100644
index 0000000..2e78ec0
--- /dev/null
+++ b/patches/buildroot/2015.02/225-pppd-fix-url.patch
@@ -0,0 +1,37 @@
+From 9787179675dddd480f383810de570e197874ff2b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Mon, 20 Apr 2015 10:06:03 +0200
+Subject: [PATCH 1/1] pppd: fix url
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Explanation from https://download.samba.org/pub/samba/README.FTP
+
+Due to bandwidth usage, ftp downloads of Samba from samba.org are no
+longer allowed. Please use one of our many mirror sites at
+http://www.samba.org/ or to directly access the old site via http
+please use http://download.samba.org/samba/ftp/
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/pppd/pppd.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk
+index 31d6e06..b268fbe 100644
+--- a/package/pppd/pppd.mk
++++ b/package/pppd/pppd.mk
+@@ -6,7 +6,7 @@
+
+ PPPD_VERSION = 2.4.7
+ PPPD_SOURCE = ppp-$(PPPD_VERSION).tar.gz
+-PPPD_SITE = ftp://ftp.samba.org/pub/ppp
++PPPD_SITE = https://download.samba.org/pub/ppp
+ PPPD_LICENSE = LGPLv2+ LGPL BSD-4c BSD-3c GPLv2+
+ PPPD_LICENSE_FILES = \
+ pppd/tdb.c pppd/plugins/pppoatm/COPYING \
+--
+2.0.5
+
diff --git a/patches/buildroot/2015.02/cleanup_buildroot.sh b/patches/buildroot/2015.02/cleanup_buildroot.sh
index 776c509..ca18c0f 100755
--- a/patches/buildroot/2015.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2015.02/cleanup_buildroot.sh
@@ -94,6 +94,7 @@ rm -rf buildroot/package/owfs/Config.in
rm -rf buildroot/package/owfs/owfs.mk
rm -rf buildroot/package/pci_debug/Config.in
rm -rf buildroot/package/pci_debug/pci_debug.mk
+rm -rf buildroot/package/pppd/pppd.mk
rm -rf buildroot/package/python-flask-jsonrpc/Config.in
rm -rf buildroot/package/python-flask-jsonrpc/python-flask-jsonrpc.hash
rm -rf buildroot/package/python-flask-jsonrpc/python-flask-jsonrpc.mk
hooks/post-receive
--
armadeus
|