FreeBSD Bugzilla – Attachment 132741 Details for
Bug 177098
[PATCH] security/ykpers: update to 1.12.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain), 1.96 KB, created by
matt
on 2013-03-19 03:20:00 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
matt
Created:
2013-03-19 03:20:00 UTC
Size:
1.96 KB
patch
obsolete
>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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 177098
: 132741