FreeBSD Bugzilla – Attachment 131533 Details for
Bug 175619
New port: security/ykpers Library and command line tool used to personalize YubiKeys
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
ykpers.shar
ykpers.shar (text/plain), 3.20 KB, created by
matt
on 2013-01-27 04:50:00 UTC
(
hide
)
Description:
ykpers.shar
Filename:
MIME Type:
Creator:
matt
Created:
2013-01-27 04:50:00 UTC
Size:
3.20 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># ykpers ># ykpers/Makefile ># ykpers/distinfo ># ykpers/pkg-descr ># ykpers/files ># ykpers/files/patch-tests-test__args__to__config.c ># >echo c - ykpers >mkdir -p ykpers > /dev/null 2>&1 >echo x - ykpers/Makefile >sed 's/^X//' >ykpers/Makefile << 'b0178729e3597a582566a10f6580e1c9' >X# $FreeBSD$ >X >XPORTNAME= ykpers >XPORTVERSION= 1.11.3 >XCATEGORIES= security >XMASTER_SITES= GOOGLE_CODE >X >XMAINTAINER= matt@mjslabs.com >XCOMMENT= Library and tool for personalization of Yubico's YubiKey >X >XLICENSE= BSD >X >XLIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \ >X yubikey:${PORTSDIR}/security/libyubikey >X >XGNU_CONFIGURE= yes >XUSE_LDCONFIG= yes >X >XMAN1= ykchalresp.1 \ >X ykinfo.1 \ >X ykpersonalize.1 >XPLIST_FILES= bin/ykchalresp \ >X bin/ykinfo \ >X bin/ykpersonalize \ >X include/ykpers-1/ykcore.h \ >X include/ykpers-1/ykdef.h \ >X include/ykpers-1/ykpbkdf2.h \ >X include/ykpers-1/ykpers.h \ >X include/ykpers-1/ykpers-version.h \ >X include/ykpers-1/ykstatus.h \ >X lib/libykpers-1.a \ >X lib/libykpers-1.la \ >X lib/libykpers-1.so \ >X lib/libykpers-1.so.12 \ >X libdata/pkgconfig/ykpers-1.pc >XPLIST_DIRS= include/ykpers-1 >X >XPROJECTHOST= yubikey-personalization >X >XMAKE_JOBS_UNSAFE=yes >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's|^pkgconfigdir = .*|pkgconfigdir = /usr/local/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in >X >Xregression-test: >X @(cd ${WRKSRC}; ${MAKE} check) >X >X.include <bsd.port.mk> >b0178729e3597a582566a10f6580e1c9 >echo x - ykpers/distinfo >sed 's/^X//' >ykpers/distinfo << 'c42233ff4f600af5dfaf1f97b7a6f091' >XSHA256 (ykpers-1.11.3.tar.gz) = 9c89fa2ffe68612d10e7d4b733372706360abddbc3e7442958023f4f6110dac6 >XSIZE (ykpers-1.11.3.tar.gz) = 463589 >c42233ff4f600af5dfaf1f97b7a6f091 >echo x - ykpers/pkg-descr >sed 's/^X//' >ykpers/pkg-descr << 'dd270315f7c9f19b6337cda7a8221610' >XThe YubiKey Personalization package contains a library and command line tool >Xused to personalize (i.e., set a AES key) YubiKeys. >X >XWWW: https://code.google.com/p/yubikey-personalization/ >dd270315f7c9f19b6337cda7a8221610 >echo c - ykpers/files >mkdir -p ykpers/files > /dev/null 2>&1 >echo x - ykpers/files/patch-tests-test__args__to__config.c >sed 's/^X//' >ykpers/files/patch-tests-test__args__to__config.c << '7a23f7f69eaa0f08b0703f2c43cce362' >X--- tests/test_args_to_config.c.orig 2013-01-26 18:31:02.000000000 -0800 >X+++ tests/test_args_to_config.c 2013-01-26 18:40:07.000000000 -0800 >X@@ -123,7 +123,13 @@ >X int rc; >X >X ykp_errno = 0; >X- optind = 0; /* getopt reinit */ >X+ >X+/* Handle both GNU and BSD getopt reinit */ >X+#ifdef __GLIBC__ >X+ optind = 0; >X+#else >X+ optind = optreset = 1; >X+#endif >X >X /* copy version number from st into cfg */ >X assert(ykp_configure_for(cfg, 1, st) == 1); >X@@ -308,7 +314,13 @@ >X int argc = 7; >X >X ykp_errno = 0; >X- optind = 0; /* getopt reinit */ >X+ >X+/* Handle both GNU and BSD getopt reinit */ >X+#ifdef __GLIBC__ >X+ optind = 0; >X+#else >X+ optind = optreset = 1; >X+#endif >X >X /* copy version number from st into cfg */ >X ykp_configure_version(cfg, st); >7a23f7f69eaa0f08b0703f2c43cce362 >exit
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 175619
: 131533