diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-07-18 22:12:30 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-07-18 22:12:30 +0000 |
commit | 04dea1605fc44d79ee6a27f2eebebe8d00bda551 (patch) | |
tree | 1c370527eb87810b299a627bbce1818e82745031 /security | |
parent | 27b684c1b1a7c7ff23d92f89799d8154e2f14434 (diff) | |
download | pkgsrc-04dea1605fc44d79ee6a27f2eebebe8d00bda551.tar.gz |
Move from www.thc.org to thc.segfault.net
Diffstat (limited to 'security')
-rw-r--r-- | security/amap/Makefile | 7 | ||||
-rw-r--r-- | security/hydra/Makefile | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile index c221faa34c7..5589f867b1b 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:14 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/18 22:12:30 adrianp Exp $ # DISTNAME= amap-5.0 PKGREVISION= 1 CATEGORIES= net security -MASTER_SITES= http://www.thc.org/releases/ +MASTER_SITES= http://thc.segfault.net/releases/ \ + http://www.thc.org/releases/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.thc.org/ +HOMEPAGE= http://thc.org.segfault.net/thc-amap/ COMMENT= Applications and Services scanner HAS_CONFIGURE= YES diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 2b3effdf6ec..49a591b411b 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2006/07/10 04:20:57 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/18 22:12:30 adrianp Exp $ # DISTNAME= ${PKGNAME_NOREV}-src PKGNAME= hydra-5.3 CATEGORIES= security -MASTER_SITES= http://www.thc.org/releases/ +MASTER_SITES= http://thc.segfault.net/releases/ \ + http://www.thc.org/releases/ MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://www.thc.org/thc-hydra/ +HOMEPAGE= http://thc.org.segfault.net/thc-hydra/ COMMENT= Login password cracker .include "../../mk/bsd.prefs.mk" @@ -17,7 +18,7 @@ GNU_CONFIGURE= YES BUILD_TARGET= all WRKSRC= ${WRKDIR}/${DISTNAME} -LICENSE+= hydra-license +LICENSE= hydra-license SUBST_CLASSES+= build SUBST_STAGE.build= post-patch |