FreeBSD Bugzilla – Attachment 217408 Details for
Bug 248797
security/libnitrokey: New port, library to manage nitrokey key
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff of the port
libnitrokey-3.6.r1.diff (text/plain), 3.78 KB, created by
Thibault Payet
on 2020-08-21 06:44:59 UTC
(
hide
)
Description:
svn diff of the port
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2020-08-21 06:44:59 UTC
Size:
3.78 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (nonexistent) >+++ Makefile (copie de travail) >@@ -0,0 +1,26 @@ >+# Created by: Thibault Payet <monwarez@mailoo.org> >+# $FreeBSD$ >+ >+PORTNAME= libnitrokey >+DISTVERSIONPREFIX= v >+DISTVERSION= 3.6-RC1 >+CATEGORIES= security >+ >+MAINTAINER= monwarez@mailoo.org >+COMMENT= Libnitrokey is a project to communicate with Nitrokey devices >+ >+LICENSE= LGPL3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${LOCALBASE}/etc/devd/u2f.conf:security/u2f-devd >+LIB_DEPENDS= libhidapi.so:comms/hidapi \ >+ libudev.so:devel/libudev-devd >+ >+USES= cmake pkgconfig >+ >+USE_GITHUB= yes >+GH_ACCOUNT= Nitrokey >+ >+USE_LDCONFIG= yes >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: distinfo >=================================================================== >--- distinfo (nonexistent) >+++ distinfo (copie de travail) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1597945114 >+SHA256 (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 73e97a0be913f1ad5bdc91c24184bb7eb39cab938e652dd541371fc1b52c8b31 >+SIZE (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 97944 > >Property changes on: distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (nonexistent) >+++ pkg-descr (copie de travail) >@@ -0,0 +1,6 @@ >+libnitrokey is a project to communicate with Nitrokey Pro and Storage devices >+in a clean and easy manner. Written in C++14, testable with py.test >+and Catch frameworks, with C API, Python access >+(through CFFI and C API, in future with Pybind11). >+ >+WWW: https://github.com/Nitrokey/libnitrokey > >Property changes on: pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (nonexistent) >+++ pkg-plist (copie de travail) >@@ -0,0 +1,24 @@ >+include/libnitrokey/CommandFailedException.h >+include/libnitrokey/DeviceCommunicationExceptions.h >+include/libnitrokey/LibraryException.h >+include/libnitrokey/LongOperationInProgressException.h >+include/libnitrokey/NK_C_API.h >+include/libnitrokey/NitrokeyManager.h >+include/libnitrokey/command.h >+include/libnitrokey/command_id.h >+include/libnitrokey/cxx_semantics.h >+include/libnitrokey/deprecated.h >+include/libnitrokey/device.h >+include/libnitrokey/device_proto.h >+include/libnitrokey/dissect.h >+include/libnitrokey/log.h >+include/libnitrokey/misc.h >+include/libnitrokey/stick10_commands.h >+include/libnitrokey/stick10_commands_0.8.h >+include/libnitrokey/stick20_commands.h >+include/libnitrokey/version.h >+lib/libnitrokey.so >+lib/libnitrokey.so.3 >+lib/libnitrokey.so.3.5.0 >+lib/udev/rules.d/41-nitrokey.rules >+libdata/pkgconfig/libnitrokey-1.pc > >Property changes on: pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248797
:
217408
|
217415
|
217417