summaryrefslogtreecommitdiffstats
path: root/security-libs
diff options
context:
space:
mode:
authorThomas Orgis2015-05-25 23:16:48 +0200
committerThomas Orgis2015-05-27 07:30:02 +0200
commit7ec434b5c6fa5a85a6780f8c8e731043774cb6f2 (patch)
tree3996ab3521f03536c5313f23a773299c2881638c /security-libs
parentb5795c96dba7a2d073251cc8069f8cb52cc76040 (diff)
many spells: remove SOURCEFORGE_URL usage (sf.net does transparent load balancing)
Diffstat (limited to 'security-libs')
-rwxr-xr-xsecurity-libs/cracklib/DETAILS4
-rw-r--r--security-libs/cracklib/HISTORY3
-rwxr-xr-xsecurity-libs/libfprint/DETAILS2
-rw-r--r--security-libs/libfprint/HISTORY3
-rwxr-xr-xsecurity-libs/libnids/DETAILS2
-rw-r--r--security-libs/libnids/HISTORY3
-rwxr-xr-xsecurity-libs/pam-abl/DETAILS2
-rw-r--r--security-libs/pam-abl/HISTORY3
-rwxr-xr-xsecurity-libs/pam_chroot/DETAILS2
-rw-r--r--security-libs/pam_chroot/HISTORY3
-rwxr-xr-xsecurity-libs/pam_fprint/DETAILS2
-rw-r--r--security-libs/pam_fprint/HISTORY3
-rwxr-xr-xsecurity-libs/pam_krb5/DETAILS2
-rw-r--r--security-libs/pam_krb5/HISTORY3
-rwxr-xr-xsecurity-libs/pam_mysql/DETAILS2
-rw-r--r--security-libs/pam_mysql/HISTORY3
-rwxr-xr-xsecurity-libs/trousers/DETAILS2
-rw-r--r--security-libs/trousers/HISTORY3
18 files changed, 37 insertions, 10 deletions
diff --git a/security-libs/cracklib/DETAILS b/security-libs/cracklib/DETAILS
index d7d8950039..28b329fd1b 100755
--- a/security-libs/cracklib/DETAILS
+++ b/security-libs/cracklib/DETAILS
@@ -4,8 +4,8 @@
VERSIONWORDS=20080507
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-words-$VERSIONWORDS.gz
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
+ SOURCE2_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE2_HASH=sha512:d21055d6439a2b92b23ab6fd31222d9330315a0b44f53fae308ce5749a9fcb33b7df982f85ca8e2d6d2f9cc4c7264dfc3ed454edbccecd76289713df09fd633e
diff --git a/security-libs/cracklib/HISTORY b/security-libs/cracklib/HISTORY
index 7f413b9650..d3aac5f5c4 100644
--- a/security-libs/cracklib/HISTORY
+++ b/security-libs/cracklib/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2014-10-08 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.9.2
diff --git a/security-libs/libfprint/DETAILS b/security-libs/libfprint/DETAILS
index 2fdc4553f0..5cd231bbbe 100755
--- a/security-libs/libfprint/DETAILS
+++ b/security-libs/libfprint/DETAILS
@@ -9,7 +9,7 @@ if [[ "$LIBFPRINT_DEV" == 'y' ]]; then
FORCE_DOWNLOAD=on
else
VERSION=0.0.6
- SOURCE_URL[0]=$SOURCEFORGE_URL/fprint/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/fprint/$SOURCE
SOURCE_HASH=sha512:f7d5781b2911d45e80631f3d82dd1dd5a3a96ffa257569c01332b821265db59d123471979b79e09318560249e19ff2f2f5d3e3c3161449d7609d39dbdc0693ad
fi
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/security-libs/libfprint/HISTORY b/security-libs/libfprint/HISTORY
index c52e660d92..93cd9c219e 100644
--- a/security-libs/libfprint/HISTORY
+++ b/security-libs/libfprint/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2012-05-09 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: libusb => LIBUSB
diff --git a/security-libs/libnids/DETAILS b/security-libs/libnids/DETAILS
index ef9e615280..97aa6e3881 100755
--- a/security-libs/libnids/DETAILS
+++ b/security-libs/libnids/DETAILS
@@ -2,7 +2,7 @@
VERSION=1.24
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE_HASH=sha512:2046900023e853d7dbd7061c9f47d8a8ba26320991ca34198249019c1b9a6f75010574f9f022d02976272a384cf769394c4cc3ae536fc6164716cadc4770bb53
ENTERED=20030404
WEB_SITE=http://libnids.sourceforge.net/
diff --git a/security-libs/libnids/HISTORY b/security-libs/libnids/HISTORY
index 9bc70154a9..62a4122d06 100644
--- a/security-libs/libnids/HISTORY
+++ b/security-libs/libnids/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2010-03-18 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.24
diff --git a/security-libs/pam-abl/DETAILS b/security-libs/pam-abl/DETAILS
index 6c3c708f18..9cc70498c0 100755
--- a/security-libs/pam-abl/DETAILS
+++ b/security-libs/pam-abl/DETAILS
@@ -1,7 +1,7 @@
SPELL=pam-abl
VERSION=0.4.1
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]="${SOURCEFORGE_URL}/${SPELL}/${SOURCE}"
+ SOURCE_URL[0]="http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}"
SOURCE_HASH=sha512:a266fcc1aeb0fd95f9d3da69a4e9eac15e9fe0c10ed32d2af3ce5e00f4ee1f599fea6b7695902f3a13bcc0f9a831ccde24b1f3cbcce6b6988b60b04a9c420509
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://pam-abl.deksai.com/"
diff --git a/security-libs/pam-abl/HISTORY b/security-libs/pam-abl/HISTORY
index 82efd274f7..a95f41b818 100644
--- a/security-libs/pam-abl/HISTORY
+++ b/security-libs/pam-abl/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2011-05-17 Arjan Bouter <abouter@sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created
diff --git a/security-libs/pam_chroot/DETAILS b/security-libs/pam_chroot/DETAILS
index fe03ed9d77..4f2d822770 100755
--- a/security-libs/pam_chroot/DETAILS
+++ b/security-libs/pam_chroot/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/pam-chroot/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/pam-chroot/$SOURCE
SOURCE_HASH=sha512:e71d0a7822c42955bb5bfdc5322a1a31e9ad552aadad14fbf1648654ed74cee3908ee966d16abf6e5334c19cbf9581a722f435a610a3ebb5a4cc0798d16a4dca
WEB_SITE=http://sourceforge.net/projects/pam-chroot/
ENTERED=20041212
diff --git a/security-libs/pam_chroot/HISTORY b/security-libs/pam_chroot/HISTORY
index 28256e4505..8d074eabab 100644
--- a/security-libs/pam_chroot/HISTORY
+++ b/security-libs/pam_chroot/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/security-libs/pam_fprint/DETAILS b/security-libs/pam_fprint/DETAILS
index c6244aad7b..311c545ae9 100755
--- a/security-libs/pam_fprint/DETAILS
+++ b/security-libs/pam_fprint/DETAILS
@@ -1,7 +1,7 @@
SPELL=pam_fprint
VERSION=0.2
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$SOURCEFORGE_URL/fprint/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/fprint/$SOURCE
SOURCE_HASH=sha512:c860488efabfd6301b4e19596e15545bbcb1a15f79bfd7c61a357ef47cf0a621ec0d15328d5be30f7ef045813e18333bd0aea7fb8fcb06681007dcacca6396fd
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://reactivated.net/fprint/
diff --git a/security-libs/pam_fprint/HISTORY b/security-libs/pam_fprint/HISTORY
index 154ce49ff8..94419252f8 100644
--- a/security-libs/pam_fprint/HISTORY
+++ b/security-libs/pam_fprint/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2009-03-19 Arjan Bouter <abouter@sourcemage.org>
* DEPENDS,DETAILS,HISTORY: created spell
diff --git a/security-libs/pam_krb5/DETAILS b/security-libs/pam_krb5/DETAILS
index 0c31e79e64..dbdd47c53e 100755
--- a/security-libs/pam_krb5/DETAILS
+++ b/security-libs/pam_krb5/DETAILS
@@ -3,7 +3,7 @@
SOURCE_HASH=sha512:fd9809da2dd4f20a42f3d3c7f725258c9bd5f1c0a48a58047357178445e26b47de81160fb3e5626d5c181f4b5ba9dd387a103649eb81fae0129e8f178c5b7d4d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=${SOURCEFORGE_URL}/pam-krb5/$SOURCE
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/pam-krb5/$SOURCE
WEB_SITE=http://sourceforge.net/projects/pam-krb5/
ENTERED=20060217
KEYWORDS="pam security libs"
diff --git a/security-libs/pam_krb5/HISTORY b/security-libs/pam_krb5/HISTORY
index 83eb5cc95c..e9436cf5ca 100644
--- a/security-libs/pam_krb5/HISTORY
+++ b/security-libs/pam_krb5/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/security-libs/pam_mysql/DETAILS b/security-libs/pam_mysql/DETAILS
index beac6ffeb9..57416434b2 100755
--- a/security-libs/pam_mysql/DETAILS
+++ b/security-libs/pam_mysql/DETAILS
@@ -1,7 +1,7 @@
SPELL="pam_mysql"
VERSION="0.5"
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[1]="${SOURCEFORGE_URL}/pam-mysql/${SOURCE}"
+ SOURCE_URL[1]="http://downloads.sourceforge.net/sourceforge/pam-mysql/${SOURCE}"
SOURCE_HASH=sha512:701ae77f61be82e54cd5373f8ffb4595a5489eabe3124c6be4bf80d41a95607977cdfbac3fff87bb7a0c77e0d9601ca7aeb1efd26dacd1dca891dd4a85a8485a
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
WEB_SITE="http://pam-mysql.sourceforge.net/"
diff --git a/security-libs/pam_mysql/HISTORY b/security-libs/pam_mysql/HISTORY
index a939cbafe5..64ff612ccf 100644
--- a/security-libs/pam_mysql/HISTORY
+++ b/security-libs/pam_mysql/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
* DEPENDS: updated mysql dependency to MYSQL provider
diff --git a/security-libs/trousers/DETAILS b/security-libs/trousers/DETAILS
index 6f5937cf93..da9b1e555b 100755
--- a/security-libs/trousers/DETAILS
+++ b/security-libs/trousers/DETAILS
@@ -1,7 +1,7 @@
SPELL=trousers
VERSION=0.3.1
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
SOURCE_HASH=sha512:df0734d731e678f03f04627cba7f5136318100ae21a3d6c3d5ca12591d9aa4b18ad22bcd4bd8345e65c62c3fa65933b30902d2f037671eda2e0031bf7f01b1ab
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://trousers.sourceforge.net"
diff --git a/security-libs/trousers/HISTORY b/security-libs/trousers/HISTORY
index b7f77aabe6..270385de8a 100644
--- a/security-libs/trousers/HISTORY
+++ b/security-libs/trousers/HISTORY
@@ -1,3 +1,6 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: openssl => SSL