Bug 148141 - Update port: net/ssltunnel-client
Summary: Update port: net/ssltunnel-client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 15:10 UTC by Chris Rees
Modified: 2010-07-22 14:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2010-06-25 15:10:04 UTC
	In ports/148140 is an update and fix for ssltunnel-server, and so this patch brings the client back in sync with the server.

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--mJtj8WmvlV20HCa6YeVvQGtZX3aoB6jV21emXyW4w0xSmJ50
Content-Type: text/plain; name="ssltunnel-client.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="ssltunnel-client.diff"

diff -ruN ssltunnel-client.orig/Makefile ssltunnel-client/Makefile
--- ssltunnel-client.orig/Makefile	2010-06-25 14:48:51.000000000 +0100
+++ ssltunnel-client/Makefile	2010-06-25 14:51:23.000000000 +0100
@@ -9,13 +9,14 @@
 #
 
 PORTNAME=	ssltunnel
-PORTVERSION=	1.16
+PORTVERSION=	1.18
 CATEGORIES=	net
 MASTER_SITES=	http://www.hsc.fr/ressources/outils/ssltunnel/download/
 PKGNAMESUFFIX=	-client
 
 MAINTAINER=	at@rominet.net
 COMMENT=	PPP over SSL virtual private networking (client part)
+LICENSE=	BSD
 
 USE_ICONV=	yes
 
diff -ruN ssltunnel-client.orig/distinfo ssltunnel-client/distinfo
--- ssltunnel-client.orig/distinfo	2010-06-25 14:48:51.000000000 +0100
+++ ssltunnel-client/distinfo	2010-06-25 14:52:00.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (ssltunnel-1.16.tar.gz) = 4039b50566a33a4077883ea974e476d5
-SHA256 (ssltunnel-1.16.tar.gz) = e801ab170f364ba2997fb276d16eba1f75bffcc0fc5a1e97ff0b247bf63b0570
-SIZE (ssltunnel-1.16.tar.gz) = 140071
+MD5 (ssltunnel-1.18.tar.gz) = 67365324ec3ef232109c4a565f799604
+SHA256 (ssltunnel-1.18.tar.gz) = 1d2e4bbc935341775e7cc26dae980d6bdd5e8351f5a0cbf4d85363ac5d71081f
+SIZE (ssltunnel-1.18.tar.gz) = 132302
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-25 15:10:16 UTC
Maintainer of net/ssltunnel-client,

Please note that PR ports/148141 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148141

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-25 15:10:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2010-07-16 17:11:37 UTC
State Changed
From-To: feedback->open

Over to new maintainer.
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2010-07-21 20:47:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-07-22 14:30:31 UTC
wxs         2010-07-22 13:30:13 UTC

  FreeBSD ports repository

  Modified files:
    net/ssltunnel-client Makefile distinfo 
  Log:
  Update to 1.18
  
  PR:             ports/148141
  Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.9       +2 -1      ports/net/ssltunnel-client/Makefile
  1.6       +3 -3      ports/net/ssltunnel-client/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2010-07-22 14:48:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!