Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (b74f1bb2b0984f90590c97a41f7fcac9aa701b6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (b74f1bb2b0984f90590c97a41f7fcac9aa701b6e)
  • Date: Fri, 2 Sep 2016 14:36:29 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

net/ifupdown/DETAILS | 6 +++---
net/ifupdown/HISTORY | 4 ++++
security/thc-hydra/DEPENDS | 28 +++++++++++++++++++++-------
security/thc-hydra/DETAILS | 12 ++++++------
security/thc-hydra/HISTORY | 7 +++++++
5 files changed, 41 insertions(+), 16 deletions(-)

New commits:
commit b74f1bb2b0984f90590c97a41f7fcac9aa701b6e
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

ifupdown: => 0.8.13

commit a9c388d1a0fc4565cdc1ec7959f2dc15cbcee644
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

thc-hydra: => 8.3, depends updated

diff --git a/net/ifupdown/DETAILS b/net/ifupdown/DETAILS
index 530ca7e..c4886be 100755
--- a/net/ifupdown/DETAILS
+++ b/net/ifupdown/DETAILS
@@ -1,9 +1,9 @@
SPELL=ifupdown
- VERSION=0.8.12
-
SOURCE_HASH=sha512:7bb2b02c86e06cd43a7b760467f4eee52ff356bf4a5299c91a68a94829baf1a63b09c621bffa741160cbcd89c78c666fb0cb5417903a68059aadbf4d375ebfb0
+ VERSION=0.8.13
+
SOURCE_HASH=sha512:1c85a9a55616a4310b122ba45429bd1b61f3da5da30291ed828791d2483bb53b34f87718b76625f8698aec60ff4e60be6346cd6ed38fb69e4853ccba381ff0fd
SOURCE=${SPELL}_$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
- SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/i/ifupdown/$SOURCE
+ SOURCE_URL[0]=http://http.debian.net/debian/pool/main/i/$SPELL/$SOURCE
LICENSE[0]=GPL
PATCHLEVEL=2
WEB_SITE=https://packages.debian.org/source/sid/ifupdown
diff --git a/net/ifupdown/HISTORY b/net/ifupdown/HISTORY
index ca7b1cb..f3d6477 100644
--- a/net/ifupdown/HISTORY
+++ b/net/ifupdown/HISTORY
@@ -1,3 +1,7 @@
+2016-09-02 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: Updated to 0.8.13
+ Updated SOURCE_URL
+
2016-08-17 Ismael Luceno <ismael AT sourcemage.org>
* INSTALL: Fixed permissions on installed documentation files
* DETAILS: PATCHLEVEL++
diff --git a/security/thc-hydra/DEPENDS b/security/thc-hydra/DEPENDS
index edd7f97..7eda4ee 100755
--- a/security/thc-hydra/DEPENDS
+++ b/security/thc-hydra/DEPENDS
@@ -1,24 +1,38 @@
depends SSL &&
-optional_depends "libssh" \
+depends zlib &&
+depends libidn &&
+depends pcre &&
+
+optional_depends "ncurses" \
"" \
"" \
- "Support for SSH module" &&
+ "Support for color output" &&

optional_depends "postgresql" \
"" \
"" \
"Support for Postgres module" &&
-message "or alternatively, use libpqxx" &&
-optional_depends "libpqxx" \
- "" \
- "" \
- "Support for Postgres module" &&

optional_depends "subversion" \
"" \
"" \
"Support for SVN module" &&

+optional_depends "firebird" \
+ "" \
+ "" \
+ "Support for firebird module" &&
+
+optional_depends "mysql" \
+ "" \
+ "" \
+ "Support for MySQL module" &&
+
+optional_depends "libssh" \
+ "" \
+ "" \
+ "Support for SSH module" &&
+
optional_depends "gtk+2" \
"" \
"--disable-xhydra" \
diff --git a/security/thc-hydra/DETAILS b/security/thc-hydra/DETAILS
index 016d7b6..1e60460 100755
--- a/security/thc-hydra/DETAILS
+++ b/security/thc-hydra/DETAILS
@@ -1,12 +1,12 @@
SPELL=thc-hydra
- VERSION=7.5
- SOURCE=hydra-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/hydra-$VERSION
- SOURCE_URL[0]=http://www.thc.org/releases/$SOURCE
+ VERSION=8.3
+ SOURCE=$SPELL-$VERSION.zip
+
SOURCE_HASH=sha512:61b8429fd26aae06bd6495a0c525006810edffa59d1948e21f9d238af9d21c76b2e6fd02e09766c592bb2645cb3150f97712f05007496742e5732258dc3a85bf
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://github.com/vanhauser-thc/$SPELL/archive/$VERSION.zip
WEB_SITE=http://www.thc.org/thc-hydra
ENTERED=20041208
-
SOURCE_HASH=sha512:b15ca32da6f1cd675d7149e9ef32fbb7b3d01e1fa2d648a1ed12bb6ae38d131f1123d84ff125d5f98677f62cddc97597d98d9cee662fcd305342c6f3fd2e10f8
- LICENSE[0]=GPL
+ LICENSE[0]=AGPL
KEYWORDS="security"
SHORT="THC-Hydra - the best parallized login hacker"

diff --git a/security/thc-hydra/HISTORY b/security/thc-hydra/HISTORY
index b2c0f52..185f395 100644
--- a/security/thc-hydra/HISTORY
+++ b/security/thc-hydra/HISTORY
@@ -1,3 +1,10 @@
+2016-08-31 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version 8.3
+ updated SOURCE_URL to github
+ updated license GPL -> AGPL, license changed after 7.5
+ * DEPENDS: Updated based upon configuration output
+ removed libpqxx, redundent with postgresql
+
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL




  • [SM-Commit] GIT changes to master grimoire by David C. Haley (b74f1bb2b0984f90590c97a41f7fcac9aa701b6e), David C. Haley, 09/02/2016

Archive powered by MHonArc 2.6.24.

Top of Page