Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 20:11:57 -0700 (PDT)
From:      Matt Stofko <matt@mjslabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177098: [PATCH] security/ykpers: update to 1.12.0
Message-ID:  <201303190311.r2J3Bvs2001569@phjeer.us>
Resent-Message-ID: <201303190320.r2J3K0LD007370@freefall.freebsd.org>

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

>Number:         177098
>Category:       ports
>Synopsis:       [PATCH] security/ykpers: update to 1.12.0
>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:   Tue Mar 19 03:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Matt Stofko <matt@mjslabs.com>
>Release:        FreeBSD 8.3-RELEASE-p6 amd64
>Organization:
mjslabs.com
>Environment:
System: FreeBSD phjeer.us 8.3-RELEASE-p6 FreeBSD 8.3-RELEASE-p6 #1 r247139: Thu Feb 21 20:56:01 PST 2013 matts@phjeer.us:/usr/obj/usr/src/sys/DAEMON amd64


	
>Description:
	Update the security/ykpers port to 1.12.0.

	Note that the one patch in this port is being removed because its changes have been incorporated into the base source tree, so the whole files directory is no longer necessary.

>How-To-Repeat:
	
>Fix:

	

--- patch.txt begins here ---
diff -x .git -urN /usr/ports/security/ykpers/Makefile ykpers/Makefile
--- /usr/ports/security/ykpers/Makefile	2013-03-18 19:19:27.000000000 -0700
+++ ykpers/Makefile	2013-03-18 19:12:39.000000000 -0700
@@ -1,7 +1,7 @@
 # $FreeBSD: head/security/ykpers/Makefile 311099 2013-01-28 07:30:11Z jgh $
 
 PORTNAME=	ykpers
-PORTVERSION=	1.11.3
+PORTVERSION=	1.12.0
 CATEGORIES=	security
 MASTER_SITES=	GOOGLE_CODE
 
diff -x .git -urN /usr/ports/security/ykpers/distinfo ykpers/distinfo
--- /usr/ports/security/ykpers/distinfo	2013-03-18 19:19:30.000000000 -0700
+++ ykpers/distinfo	2013-03-18 19:12:43.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (ykpers-1.11.3.tar.gz) = 9c89fa2ffe68612d10e7d4b733372706360abddbc3e7442958023f4f6110dac6
-SIZE (ykpers-1.11.3.tar.gz) = 463589
+SHA256 (ykpers-1.12.0.tar.gz) = b6968982b9e9c3435a245ba6c3096a823dcb722967b5700402d91b8614a72429
+SIZE (ykpers-1.12.0.tar.gz) = 464464
diff -x .git -urN /usr/ports/security/ykpers/files/patch-tests-test__args__to__config.c ykpers/files/patch-tests-test__args__to__config.c
--- /usr/ports/security/ykpers/files/patch-tests-test__args__to__config.c	2013-03-18 19:18:59.000000000 -0700
+++ ykpers/files/patch-tests-test__args__to__config.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,32 +0,0 @@
---- tests/test_args_to_config.c.orig	2013-01-26 18:31:02.000000000 -0800
-+++ tests/test_args_to_config.c	2013-01-26 18:40:07.000000000 -0800
-@@ -123,7 +123,13 @@
- 	int rc;
- 
- 	ykp_errno = 0;
--	optind = 0; /* getopt reinit */
-+
-+/* Handle both GNU and BSD getopt reinit */
-+#ifdef __GLIBC__
-+	optind = 0;
-+#else
-+	optind = optreset = 1;
-+#endif
- 
- 	/* copy version number from st into cfg */
- 	assert(ykp_configure_for(cfg, 1, st) == 1);
-@@ -308,7 +314,13 @@
- 	int argc = 7;
- 
- 	ykp_errno = 0;
--	optind = 0; /* getopt reinit */
-+
-+/* Handle both GNU and BSD getopt reinit */
-+#ifdef __GLIBC__
-+	optind = 0;
-+#else
-+	optind = optreset = 1;
-+#endif
- 
- 	/* copy version number from st into cfg */
-   ykp_configure_version(cfg, st);
--- patch.txt ends here ---


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



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