Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2011 13:03:37 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161543: [MAINTAINER] security/hydra: update to 7.1
Message-ID:  <201110131303.p9DD3bsI013023@red.freebsd.org>
Resent-Message-ID: <201110131310.p9DDAA6P060143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161543
>Category:       ports
>Synopsis:       [MAINTAINER] security/hydra: update to 7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 13 13:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 7.1
- add patch-hydra.h to avoid superfluous including of libssh.h to make it build with WITH_SSH

tinderbuild logs:
7.4: http://host5.webstroy.ru/tb/7.4/hydra-7.1.log
8.2: http://host5.webstroy.ru/tb/8.2/hydra-7.1.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index ddfec86..677fe66 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	hydra
-PORTVERSION=	7.0
+PORTVERSION=	7.1
 CATEGORIES=	security
 MASTER_SITES=	http://freeworld.thc.org/releases/
 EXTRACT_SUFX=	-src.tar.gz
diff --git a/distinfo b/distinfo
index d95d04a..41aa4e7 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (hydra-7.0-src.tar.gz) = a2457636b51f8a958bc092aafb7a59af57fa31e31d9b90211566247ac7cda33c
-SIZE (hydra-7.0-src.tar.gz) = 650342
+SHA256 (hydra-7.1-src.tar.gz) = 551ef1f72848dab19f6a1ff9fe31f08143c8cef26f638d93e7110b4bce49d0a4
+SIZE (hydra-7.1-src.tar.gz) = 664022
diff --git a/files/patch-hydra.h b/files/patch-hydra.h
new file mode 100644
index 0000000..01b3d5d
--- /dev/null
+++ b/files/patch-hydra.h
@@ -0,0 +1,13 @@
+--- hydra.h.orig	2011-10-02 12:06:16.000000000 +0400
++++ hydra.h	2011-10-13 15:08:39.000000000 +0400
+@@ -30,10 +30,6 @@
+ #endif
+ #endif
+ 
+-#ifdef LIBSSH
+-#include <libssh/libssh.h>
+-#endif
+-
+ #define OPTION_SSL 1
+ 
+ #define PORT_NOPORT     -1


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110131303.p9DD3bsI013023>