[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2023-03-14 Thread Conrad Kostecki
commit: 35e017a858e4f5ddcc1a7bbfcb53cb842d6cbba4
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Mar 11 09:38:46 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Mar 14 23:03:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e017a8

net-analyzer/authforce: remove myself as maintainer

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30053
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-analyzer/authforce/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-analyzer/authforce/metadata.xml 
b/net-analyzer/authforce/metadata.xml
index 65416c3036a6..115e9d64a669 100644
--- a/net-analyzer/authforce/metadata.xml
+++ b/net-analyzer/authforce/metadata.xml
@@ -1,12 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   m...@levelnine.at
-   Michael Mair-Keimberger
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2022-10-18 Thread Sam James
commit: 0b030537c6794f46d0213d328dcebb38c040ec58
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 19 02:35:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 19 02:35:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b030537

net-analyzer/authforce: drop 0.9.9-r2

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/authforce/authforce-0.9.9-r2.ebuild | 44 
 1 file changed, 44 deletions(-)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r2.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
deleted file mode 100644
index 09d3520a5b40..
--- a/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An HTTP authentication brute forcer"
-HOMEPAGE="http://www.divineinvasion.net/authforce/";
-SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="curl nls"
-
-RDEPEND="sys-libs/readline:0=
-   curl? ( net-misc/curl )"
-DEPEND="${RDEPEND}"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS BUGS NEWS README THANKS TODO )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-curl.patch
-   "${FILESDIR}"/${P}-locale.patch
-)
-
-src_prepare() {
-   default
-   gunzip doc/${PN}.1.gz
-   sed -i -e "s/${PN}.1.gz/${PN}.1/g" \
-   -e "s/\/mang/\/man1/g" doc/Makefile* || die
-}
-
-src_configure() {
-   econf \
-   $(use_with curl) \
-   $(use_enable nls) \
-   --with-path=/usr/share/${PN}/data:.
-}
-
-src_install() {
-   default
-   doman doc/${PN}.1
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/files/, net-analyzer/authforce/

2022-10-18 Thread Sam James
commit: 65ea27c50ef813e5aa0acaaf966d896ddcb56460
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 19 02:34:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 19 02:34:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ea27c5

net-analyzer/authforce: fix build w/ Clang 16

Closes: https://bugs.gentoo.org/871222
Signed-off-by: Sam James  gentoo.org>

 ...thforce-0.9.9-r3.ebuild => authforce-0.9.9-r4.ebuild} |  9 ++---
 .../authforce-0.9.9-Include-stdlib.h-for-free.patch  | 16 
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r4.ebuild
similarity index 85%
rename from net-analyzer/authforce/authforce-0.9.9-r3.ebuild
rename to net-analyzer/authforce/authforce-0.9.9-r4.ebuild
index 556c3128dad6..1c3be5b08d76 100644
--- a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
+++ b/net-analyzer/authforce/authforce-0.9.9-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="curl nls"
 
-RDEPEND="sys-libs/readline:0=
+RDEPEND="sys-libs/readline:=
curl? ( net-misc/curl )"
 DEPEND="${RDEPEND}"
 BDEPEND="nls? ( sys-devel/gettext )"
@@ -25,11 +25,14 @@ PATCHES=(
"${FILESDIR}"/${P}-fixes-for-Wall-warnings.patch
"${FILESDIR}"/${P}-fix-parsing-of-sample-config-file.patch
"${FILESDIR}"/${P}-fix-submit_dummy_list-re-declaration.patch
+   "${FILESDIR}"/${PN}-0.9.9-Include-stdlib.h-for-free.patch
 )
 
 src_prepare() {
default
-   gunzip doc/${PN}.1.gz
+
+   gunzip doc/${PN}.1.gz || die
+
sed -i -e "s/${PN}.1.gz/${PN}.1/g" \
-e "s/\/mang/\/man1/g" doc/Makefile* || die
 }

diff --git 
a/net-analyzer/authforce/files/authforce-0.9.9-Include-stdlib.h-for-free.patch 
b/net-analyzer/authforce/files/authforce-0.9.9-Include-stdlib.h-for-free.patch
new file mode 100644
index ..fec77215435c
--- /dev/null
+++ 
b/net-analyzer/authforce/files/authforce-0.9.9-Include-stdlib.h-for-free.patch
@@ -0,0 +1,16 @@
+From e5e62f92c53f5f8cca9380ad3225c84be5eec04f Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Wed, 19 Oct 2022 03:33:51 +0100
+Subject: [PATCH] Include  for free()
+
+Bug: https://bugs.gentoo.org/871222
+--- a/src/debug.c
 b/src/debug.c
+@@ -3,6 +3,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #ifdef MEMWATCH
+ #include "memwatch.h"
+ #endif /* MEMWATCH*/



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2021-01-20 Thread Sam James
commit: d671d93dde225182a0085627bb2f93cba265b385
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 09:29:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 09:29:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d671d93d

net-analyzer/authforce: Stabilize 0.9.9-r3 x86, #763270

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/authforce/authforce-0.9.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
index 80cae582f1b..556c3128dad 100644
--- a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
+++ b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="curl nls"
 
 RDEPEND="sys-libs/readline:0=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2021-01-19 Thread Sam James
commit: 59f15eea393ca3b2d0f5d0aa7d9106d971a598b5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:33:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:33:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f15eea

net-analyzer/authforce: Stabilize 0.9.9-r3 amd64, #763270

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/authforce/authforce-0.9.9-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
index 183912b43ca..80cae582f1b 100644
--- a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
+++ b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="curl nls"
 
 RDEPEND="sys-libs/readline:0=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2020-08-16 Thread Jonas Stein
commit: 5e5970ad1410d7f1698eba14e8fd355680ee3a7e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Aug 16 13:49:46 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Aug 16 18:50:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5970ad

net-analyzer/authforce: update maintainer email

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Jonas Stein  gentoo.org>

 net-analyzer/authforce/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/authforce/metadata.xml 
b/net-analyzer/authforce/metadata.xml
index 2d4f0f870b4..78e1c2f9528 100644
--- a/net-analyzer/authforce/metadata.xml
+++ b/net-analyzer/authforce/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   m.mairkeimber...@gmail.com
+   m...@levelnine.at
Michael Mair-Keimberger





[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/files/, net-analyzer/authforce/

2020-02-07 Thread Joonas Niilola
commit: d77e62554036e350d01a639f8a3980f8bb4e8a58
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb  6 16:03:08 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb  7 14:18:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77e6255

net-analyzer/authforce: fix for bug 706830 and minor improvements

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://bugs.gentoo.org/706830
Closes: https://github.com/gentoo/gentoo/pull/14582
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/authforce/authforce-0.9.9-r3.ebuild   |  47 +
 ...e-0.9.9-fix-parsing-of-sample-config-file.patch |  54 ++
 9.9-fix-submit_dummy_list-re-declaration.patch |  25 +
 .../authforce-0.9.9-fixes-for-Wall-warnings.patch  | 111 +
 4 files changed, 237 insertions(+)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
new file mode 100644
index 000..183912b43ca
--- /dev/null
+++ b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An HTTP authentication brute forcer"
+HOMEPAGE="http://www.divineinvasion.net/authforce/";
+SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="curl nls"
+
+RDEPEND="sys-libs/readline:0=
+   curl? ( net-misc/curl )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS BUGS NEWS README THANKS TODO )
+
+PATCHES=(
+   "${FILESDIR}"/${P}-curl.patch
+   "${FILESDIR}"/${P}-locale.patch
+   "${FILESDIR}"/${P}-fixes-for-Wall-warnings.patch
+   "${FILESDIR}"/${P}-fix-parsing-of-sample-config-file.patch
+   "${FILESDIR}"/${P}-fix-submit_dummy_list-re-declaration.patch
+)
+
+src_prepare() {
+   default
+   gunzip doc/${PN}.1.gz
+   sed -i -e "s/${PN}.1.gz/${PN}.1/g" \
+   -e "s/\/mang/\/man1/g" doc/Makefile* || die
+}
+
+src_configure() {
+   econf \
+   $(use_with curl) \
+   $(use_enable nls) \
+   --with-path=/usr/share/${PN}/data:.
+}
+
+src_install() {
+   default
+   doman doc/${PN}.1
+}

diff --git 
a/net-analyzer/authforce/files/authforce-0.9.9-fix-parsing-of-sample-config-file.patch
 
b/net-analyzer/authforce/files/authforce-0.9.9-fix-parsing-of-sample-config-file.patch
new file mode 100644
index 000..902b2a086e0
--- /dev/null
+++ 
b/net-analyzer/authforce/files/authforce-0.9.9-fix-parsing-of-sample-config-file.patch
@@ -0,0 +1,54 @@
+From 294ef3529016c29769d10dee9e5f639c2ce02b91 Mon Sep 17 00:00:00 2001
+From: "Zachary P. Landau" 
+Date: Wed, 5 Feb 2020 23:18:31 -0800
+Subject: [PATCH 3/4] Fix parsing of sample config file
+
+This code is horribly broken, but we should at least be able to parse
+the authforcerc.sample file, and report the right line number when
+failing.
+---
+ src/config.c | 7 +++
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/src/config.c b/src/config.c
+index 4462fcc..66313d9 100644
+--- a/src/config.c
 b/src/config.c
+@@ -11,7 +11,7 @@
+ #endif /* MEMWATCH */
+ #include "extern.h"
+ 
+-#define BUFFER_LEN 82
++#define BUFFER_LEN 100
+ #define IS_BIT(x) (!strcmp(x, "0") || !strcmp(x, "1"))
+ 
+ static void process_boolean(char *option, char *value, int *variable) {
+@@ -30,7 +30,7 @@ void parse_config(char *config) {
+   char *option;   
/* config file option */
+   char *value;
/* value for option */
+ 
+-  int line_number = 1;
++  int line_number = 0;
+   char *chop;
+ 
+   /* MEMWATCH: reports this isnt freed, why? */
+@@ -45,6 +45,7 @@ void parse_config(char *config) {
+   }
+ 
+   while (fgets(buffer, sizeof(buffer), fp)) {
++  line_number++;
+   if (buffer[0] == '#' || buffer[0] == ';' || buffer[0] == '\n')
+   continue;
+   remove_crud(buffer);
+@@ -123,8 +124,6 @@ void parse_config(char *config) {
+   else
+   if (!quiet)
+   printf("parse_config: option %s is not valid\n", 
option);
+-
+-  line_number++;
+   }
+ 
+   debug(3, "parse_config: read %s [%i]\n", config, line_number-1);
+-- 
+2.25.0
+

diff --git 
a/net-analyzer/authforce/files/authforce-0.9.9-fix-submit_dummy_list-re-declaration.patch
 
b/net-analyzer/authforce/files/authforce-0.9.9-fix-submit_dummy_list-re-declaration.patch
new file mode 100644
index 000..e6ca243fcad
--- /dev/null
+++ 
b/net-analyzer/authforce/files/authforce-0.9.9-fix-submit_dummy_list-re-declaration.patch
@@ -0,0 +1,25 @@
+From d7f718e78444acef635acdd19e34dc4783e741fa Mon Sep 17 00:00:00 2001
+From: "Zachary P. Landau" 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2019-08-06 Thread Michał Górny
commit: 4a4492392c9265cf893910297a761cd28101a577
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Aug  6 16:32:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  6 18:25:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a449239

net-analyzer/authforce: update e-mail address

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/authforce/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/authforce/metadata.xml 
b/net-analyzer/authforce/metadata.xml
index a565dfe5457..2d4f0f870b4 100644
--- a/net-analyzer/authforce/metadata.xml
+++ b/net-analyzer/authforce/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   bu9zi...@gmail.com
+   m.mairkeimber...@gmail.com
Michael Mair-Keimberger





[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2019-06-27 Thread Andreas Sturmlechner
commit: c548851019bf52d959be3bd6f953e7deb43cad5e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Jun 27 17:12:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 27 17:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5488510

net-analyzer/authforce: remove old (EAPI4)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12343
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-analyzer/authforce/authforce-0.9.9-r1.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r1.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r1.ebuild
deleted file mode 100644
index fea985a8e03..000
--- a/net-analyzer/authforce/authforce-0.9.9-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit base
-
-DESCRIPTION="An HTTP authentication brute forcer"
-HOMEPAGE="http://www.divineinvasion.net/authforce/";
-SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="curl nls"
-
-DEPEND="
-   sys-libs/readline
-   curl? ( net-misc/curl )
-   nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS BUGS NEWS README THANKS TODO )
-PATCHES=(
-   "${FILESDIR}"/${P}-curl.patch
-   "${FILESDIR}"/${P}-locale.patch
-   )
-
-src_configure() {
-   econf \
-   $(use_with curl) \
-   $(use_enable nls) \
-   --with-path=/usr/share/${PN}/data:.
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2019-06-05 Thread Agostino Sarubbo
commit: ea01dd7567bc577d85805cc101881d11d8efadb5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 07:46:08 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 07:46:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea01dd75

net-analyzer/authforce: x86 stable wrt bug #681116

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 net-analyzer/authforce/authforce-0.9.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r2.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
index 21725278b04..09d3520a5b4 100644
--- a/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
+++ b/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="curl nls"
 
 RDEPEND="sys-libs/readline:0=



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2019-02-03 Thread Andreas Sturmlechner
commit: 21fdd4546d25849fcf6494fe40826acc5ec49042
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jan 29 19:46:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:25:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fdd454

net-analyzer/authforce: EAPI7, fix manpage installation

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-analyzer/authforce/authforce-0.9.9-r2.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r2.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
new file mode 100644
index 000..6bea4016bb1
--- /dev/null
+++ b/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An HTTP authentication brute forcer"
+HOMEPAGE="http://www.divineinvasion.net/authforce/";
+SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="curl nls"
+
+RDEPEND="sys-libs/readline:0=
+   curl? ( net-misc/curl )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS BUGS NEWS README THANKS TODO )
+
+PATCHES=(
+   "${FILESDIR}"/${P}-curl.patch
+   "${FILESDIR}"/${P}-locale.patch
+)
+
+src_prepare() {
+   default
+   gunzip doc/${PN}.1.gz
+   sed -i -e "s/${PN}.1.gz/${PN}.1/g" \
+   -e "s/\/mang/\/man1/g" doc/Makefile* || die
+}
+
+src_configure() {
+   econf \
+   $(use_with curl) \
+   $(use_enable nls) \
+   --with-path=/usr/share/${PN}/data:.
+}
+
+src_install() {
+   default
+   doman doc/${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/

2019-02-03 Thread Andreas Sturmlechner
commit: 14c6d1f1090f54e8ee6b2f1ca9c6d714f6085d49
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jan 29 18:52:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:25:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c6d1f1

net-analyzer/authforce: take maintainership

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10935
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-analyzer/authforce/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/authforce/metadata.xml 
b/net-analyzer/authforce/metadata.xml
index 6f49eba8f49..a565dfe5457 100644
--- a/net-analyzer/authforce/metadata.xml
+++ b/net-analyzer/authforce/metadata.xml
@@ -1,5 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   bu9zi...@gmail.com
+   Michael Mair-Keimberger
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+