Bug 177099 - [PATCH] security/libyubikey: update to 1.10
Summary: [PATCH] security/libyubikey: update to 1.10
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 03:40 UTC by matt
Modified: 2013-03-19 20:40 UTC (History)
0 users

See Also:


Attachments
patch.txt (944 bytes, text/plain)
2013-03-19 03:40 UTC, matt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description matt 2013-03-19 03:40:00 UTC
	Update the security/libyubikey port to 1.10.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-03-19 20:05:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-19 20:36:49 UTC
Author: pawel
Date: Tue Mar 19 20:36:34 2013
New Revision: 314693
URL: http://svnweb.freebsd.org/changeset/ports/314693

Log:
  - Update security/ykpers to version 1.12.0 [1]
  - Update security/libyubikey to version 1.10 [2]
  - Bump security/pam_yubico affected by security/ykpers ABI change
  
  PR:		ports/177098 [1]
  PR:		ports/177099 [2]
  Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)

Deleted:
  head/security/ykpers/files/
Modified:
  head/security/libyubikey/Makefile
  head/security/libyubikey/distinfo
  head/security/pam_yubico/Makefile
  head/security/ykpers/Makefile
  head/security/ykpers/distinfo

Modified: head/security/libyubikey/Makefile
==============================================================================
--- head/security/libyubikey/Makefile	Tue Mar 19 20:35:57 2013	(r314692)
+++ head/security/libyubikey/Makefile	Tue Mar 19 20:36:34 2013	(r314693)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libyubikey
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	security devel
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/security/libyubikey/distinfo
==============================================================================
--- head/security/libyubikey/distinfo	Tue Mar 19 20:35:57 2013	(r314692)
+++ head/security/libyubikey/distinfo	Tue Mar 19 20:36:34 2013	(r314693)
@@ -1,2 +1,2 @@
-SHA256 (libyubikey-1.9.tar.gz) = fb720bd683dd37968904e1ff3d4486307d3d5933f6c6cdc96f81ab27a19c46a6
-SIZE (libyubikey-1.9.tar.gz) = 321889
+SHA256 (libyubikey-1.10.tar.gz) = 8cabfe4a547550bcf6eea1fa830fd78bfdef35d1368de5455a29cfdfa30bc00a
+SIZE (libyubikey-1.10.tar.gz) = 330630

Modified: head/security/pam_yubico/Makefile
==============================================================================
--- head/security/pam_yubico/Makefile	Tue Mar 19 20:35:57 2013	(r314692)
+++ head/security/pam_yubico/Makefile	Tue Mar 19 20:36:34 2013	(r314693)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pam_yubico
 PORTVERSION=	2.13
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/security/ykpers/Makefile
==============================================================================
--- head/security/ykpers/Makefile	Tue Mar 19 20:35:57 2013	(r314692)
+++ head/security/ykpers/Makefile	Tue Mar 19 20:36:34 2013	(r314693)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ykpers
-PORTVERSION=	1.11.3
+PORTVERSION=	1.12.0
 CATEGORIES=	security
 MASTER_SITES=	GOOGLE_CODE
 
@@ -31,7 +31,7 @@ PLIST_FILES=	bin/ykchalresp \
 		lib/libykpers-1.a \
 		lib/libykpers-1.la \
 		lib/libykpers-1.so \
-		lib/libykpers-1.so.12 \
+		lib/libykpers-1.so.13 \
 		libdata/pkgconfig/ykpers-1.pc
 PLIST_DIRS=	include/ykpers-1
 

Modified: head/security/ykpers/distinfo
==============================================================================
--- head/security/ykpers/distinfo	Tue Mar 19 20:35:57 2013	(r314692)
+++ head/security/ykpers/distinfo	Tue Mar 19 20:36:34 2013	(r314693)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-03-19 20:37:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!