Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2006 00:56:01 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95289: [MAINTAINER] security/tinyca: update to 0.7.2
Message-ID:  <200604032256.k33Mu1kF011011@scone.ki.iif.hu>
Resent-Message-ID: <200604032300.k33N0W97060181@freefall.freebsd.org>

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

>Number:         95289
>Category:       ports
>Synopsis:       [MAINTAINER] security/tinyca: update to 0.7.2
>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:   Mon Apr 03 23:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: Fri Mar 24 09:10:25 CET 2006
>Description:
Maintainer Update to security/tinyca to version 0.7.2
Original package changes:
- lots of bugfixes

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tinyca-0.7.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/tinyca.orig/Makefile /usr/ports/security/tinyca/Makefile
--- /usr/ports/security/tinyca.orig/Makefile	Thu Jun 16 17:51:39 2005
+++ /usr/ports/security/tinyca/Makefile	Tue Apr  4 00:40:58 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tinyca
-PORTVERSION=	0.7.0
+PORTVERSION=	0.7.2
 CATEGORIES=	security net
 MASTER_SITES=	http://tinyca.sm-zone.net/ \
 		http://tinyca.sm-zone.net/old/
diff -ruN --exclude=CVS /usr/ports/security/tinyca.orig/distinfo /usr/ports/security/tinyca/distinfo
--- /usr/ports/security/tinyca.orig/distinfo	Tue Jan 24 09:20:10 2006
+++ /usr/ports/security/tinyca/distinfo	Tue Apr  4 00:41:10 2006
@@ -1,3 +1,3 @@
-MD5 (tinyca2-0.7.0.tar.bz2) = a8a7b398876811c2cc961a2b922f8f8c
-SHA256 (tinyca2-0.7.0.tar.bz2) = cba1d762689505a7cfb3f93d803c73100a8ae33c35223bba786e1db5af26367b
-SIZE (tinyca2-0.7.0.tar.bz2) = 104186
+MD5 (tinyca2-0.7.2.tar.bz2) = 9cec03a044e81d2c204c6ca08c74846f
+SHA256 (tinyca2-0.7.2.tar.bz2) = 133b126856b5f1d2489c2d64ffe0b0a78fe6d1f8fe0305a844403a54af639d0e
+SIZE (tinyca2-0.7.2.tar.bz2) = 147536
diff -ruN --exclude=CVS /usr/ports/security/tinyca.orig/files/patch-tinyca2 /usr/ports/security/tinyca/files/patch-tinyca2
--- /usr/ports/security/tinyca.orig/files/patch-tinyca2	Thu Jun 16 17:51:40 2005
+++ /usr/ports/security/tinyca/files/patch-tinyca2	Tue Apr  4 00:44:57 2006
@@ -1,5 +1,5 @@
 
-$FreeBSD: ports/security/tinyca/files/patch-tinyca2,v 1.1 2005/06/16 15:51:40 novel Exp $
+$FreeBSD$
 
 --- tinyca2.orig
 +++ tinyca2
@@ -7,21 +7,23 @@
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  
--BEGIN { push(@INC, './lib'); # put here the location of the modules
-+BEGIN { push(@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules
+-BEGIN { unshift(@INC, './lib'); # put here the location of the modules
++BEGIN { unshift(@INC, '%%SITE_PERL%%/tinyca'); # put here the location of the modules
  }
  
  use strict;
-@@ -53,7 +53,7 @@
+@@ -53,8 +53,8 @@
  
  # location of openssl
  $init->{'opensslbin'} = "/usr/bin/openssl";
 -$init->{'zipbin'} = "/usr/bin/zip";
+-$init->{'tarbin'} = "/bin/tar";
 +$init->{'zipbin'} = "%%PREFIX%%/bin/zip";
++$init->{'tarbin'} = "/usr/bin/tar";
  
  if(not -x $init->{'opensslbin'}) {
     printf(gettext("Can't execute %s.\n"), $init->{'opensslbin'});
-@@ -67,7 +67,7 @@
+@@ -73,7 +73,7 @@
  }
  
  # directory with the templates
--- tinyca-0.7.2.patch ends here ---

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



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