[gnome-build-meta] Host our own iptables tarball on people.gnome.org



commit 2afc793599d01a0b4b3892bded6836ecdbfe4629
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jun 24 10:38:25 2018 -0500

    Host our own iptables tarball on people.gnome.org
    
    netfilter.org has been down for two days in a row, so it has lost the
    right to be a tarball source for GNOME. I failed to find iptables
    tarballs hosted elsewhere on the internet, so we will use Debian's
    .orig tarball instead. But we have to rehost it ourselves, because
    Debian does not offer HTTPS.
    
    We'll also move popt to a new location.

 elements/core-deps/iptables.bst | 2 +-
 elements/core-deps/popt.bst     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/elements/core-deps/iptables.bst b/elements/core-deps/iptables.bst
index 5bf3cf7..3dfe1e6 100644
--- a/elements/core-deps/iptables.bst
+++ b/elements/core-deps/iptables.bst
@@ -1,7 +1,7 @@
 kind: autotools
 sources:
 - kind: tar
-  url: http://www.netfilter.org/projects/iptables/files/iptables-1.6.2.tar.bz2
+  url: https://people.gnome.org/~mcatanzaro/tarballs-needing-help/iptables_1.6.2.orig.tar.bz2
 depends:
 - filename: base.bst
   junction: freedesktop-sdk.bst
diff --git a/elements/core-deps/popt.bst b/elements/core-deps/popt.bst
index 2fee498..5cfa115 100644
--- a/elements/core-deps/popt.bst
+++ b/elements/core-deps/popt.bst
@@ -1,7 +1,7 @@
 kind: autotools
 sources:
 - kind: tar
-  url: https://people.gnome.org/~mcatanzaro/popt-1.16.tar.gz
+  url: https://people.gnome.org/~mcatanzaro/tarballs-needing-help/popt-1.16.tar.gz
 depends:
 - filename: base.bst
   junction: freedesktop-sdk.bst


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]