[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-43-gbd12409
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-03-17 09:00:41
|
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 bd12409d6c9fff9f9b8ada86b7b7d8e27d7f24f6 (commit)
from dd27b864a5c960e2d168fe845b6c16e85f10b2ca (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 bd12409d6c9fff9f9b8ada86b7b7d8e27d7f24f6
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Mar 17 10:01:29 2016 +0100
[BUILDROOT] libevent: fix broken URL
-----------------------------------------------------------------------
Summary of changes:
...-package-libevent-Fix-broken-download-URL.patch | 59 ++++++++++++++++++++
1 files changed, 59 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2015.02/231-package-libevent-Fix-broken-download-URL.patch
diff --git a/patches/buildroot/2015.02/231-package-libevent-Fix-broken-download-URL.patch b/patches/buildroot/2015.02/231-package-libevent-Fix-broken-download-URL.patch
new file mode 100644
index 0000000..e48f60f
--- /dev/null
+++ b/patches/buildroot/2015.02/231-package-libevent-Fix-broken-download-URL.patch
@@ -0,0 +1,59 @@
+From 9bef06906da76b394e9d0b5857f0b0598afed7dc Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <ber...@t-...>
+Date: Mon, 18 Jan 2016 18:38:40 +0100
+Subject: [PATCH] package/libevent: Fix broken download URL
+
+Upstream URL has changed on Sourceforge:
+
+>>> libevent 2.0.22-stable Downloading
+--2016-01-17 23:06:31-- http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz
+Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
+Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
+HTTP request sent, awaiting response... 404 Not Found
+2016-01-17 23:06:31 ERROR 404: Not Found.
+
+Additionally the project moved to github:
+http://sourceforge.net/projects/levent/
+
+"As of 2015-10-07, this project may now be found at
+ https://github.com/libevent/libevent."
+
+This patch points Config.in to the new upstream URL and fixes the broken
+download URL by using github.com.
+
+Signed-off-by: Bernd Kuhls <ber...@t-...>
+Signed-off-by: Peter Korsgaard <pe...@ko...>
+---
+ package/libevent/Config.in | 2 +-
+ package/libevent/libevent.mk | 5 ++---
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/package/libevent/Config.in b/package/libevent/Config.in
+index 680fa48..c32f29e 100644
+--- a/package/libevent/Config.in
++++ b/package/libevent/Config.in
+@@ -3,4 +3,4 @@ config BR2_PACKAGE_LIBEVENT
+ help
+ Userspace library for handling asynchronous notifications
+
+- http://monkey.org/~provos/
++ http://libevent.org
+diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk
+index d67c738..820beea 100644
+--- a/package/libevent/libevent.mk
++++ b/package/libevent/libevent.mk
+@@ -4,9 +4,8 @@
+ #
+ ################################################################################
+
+-LIBEVENT_VERSION_MAJOR = 2.0
+-LIBEVENT_VERSION = $(LIBEVENT_VERSION_MAJOR).22-stable
+-LIBEVENT_SITE = http://downloads.sourceforge.net/project/levent/libevent/libevent-$(LIBEVENT_VERSION_MAJOR)
++LIBEVENT_VERSION = 2.0.22-stable
++LIBEVENT_SITE = https://github.com/libevent/libevent/releases/download/release-$(LIBEVENT_VERSION)
+ LIBEVENT_INSTALL_STAGING = YES
+ LIBEVENT_LICENSE = BSD-3c, OpenBSD
+ LIBEVENT_LICENSE_FILES = LICENSE
+--
+2.3.6
+
hooks/post-receive
--
armadeus
|