diff mbox

[2/2] libaio: use alternative upstream URL

Message ID 7b0e3e05280562b758638a0582516394a3164675.1336235161.git.thomas.petazzoni@free-electrons.com
State Accepted, archived
Headers show

Commit Message

Thomas Petazzoni May 5, 2012, 4:26 p.m. UTC
Since the kernel.org security problem and reinstallation, libaio is no
longer available from this site. Use snapshot.debian.net as an
alternative source.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/libaio/libaio.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard May 5, 2012, 5:35 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Since the kernel.org security problem and reinstallation, libaio is no
 Thomas> longer available from this site. Use snapshot.debian.net as an
 Thomas> alternative source.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  package/libaio/libaio.mk |    4 ++--
 Thomas>  1 file changed, 2 insertions(+), 2 deletions(-)

 Thomas> diff --git a/package/libaio/libaio.mk b/package/libaio/libaio.mk
 Thomas> index 3ffc49c..f90ef4d 100644
 Thomas> --- a/package/libaio/libaio.mk
 Thomas> +++ b/package/libaio/libaio.mk
 Thomas> @@ -4,8 +4,8 @@
 Thomas>  #
 Thomas>  #############################################################
 Thomas>  LIBAIO_VERSION=0.3.109
 Thomas> -LIBAIO_SOURCE=libaio-$(LIBAIO_VERSION).tar.bz2
 Thomas> -LIBAIO_SITE=$(BR2_KERNEL_MIRROR)/linux/libs/aio/
 Thomas> +LIBAIO_SOURCE=libaio_$(LIBAIO_VERSION).orig.tar.gz
 Thomas> +LIBAIO_SITE=http://snapshot.debian.org/archive/debian/20110227T085214Z/pool/main/liba/libaio/
 Thomas>  LIBAIO_INSTALL_STAGING=YES

I've fixed up the lines to have spaces around the '=' while we're at
it. Committed with that change, thanks.
diff mbox

Patch

diff --git a/package/libaio/libaio.mk b/package/libaio/libaio.mk
index 3ffc49c..f90ef4d 100644
--- a/package/libaio/libaio.mk
+++ b/package/libaio/libaio.mk
@@ -4,8 +4,8 @@ 
 #
 #############################################################
 LIBAIO_VERSION=0.3.109
-LIBAIO_SOURCE=libaio-$(LIBAIO_VERSION).tar.bz2
-LIBAIO_SITE=$(BR2_KERNEL_MIRROR)/linux/libs/aio/
+LIBAIO_SOURCE=libaio_$(LIBAIO_VERSION).orig.tar.gz
+LIBAIO_SITE=http://snapshot.debian.org/archive/debian/20110227T085214Z/pool/main/liba/libaio/
 LIBAIO_INSTALL_STAGING=YES
 
 define LIBAIO_BUILD_CMDS