Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nathan Owens
Adélie Package Tree
Commits
fb64aabd
Unverified
Commit
fb64aabd
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/yubikey-personalization: upgrade to 1.19.3
parent
11c58bf4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/yubikey-personalization/APKBUILD
+4
-5
4 additions, 5 deletions
user/yubikey-personalization/APKBUILD
user/yubikey-personalization/we-are-linux.patch
+0
-21
0 additions, 21 deletions
user/yubikey-personalization/we-are-linux.patch
with
4 additions
and
26 deletions
user/yubikey-personalization/APKBUILD
+
4
−
5
View file @
fb64aabd
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
yubikey-personalization
pkgver
=
1.19.
0
pkgver
=
1.19.
3
pkgrel
=
0
pkgdesc
=
"Cross-platform library & tools for personalizing YubiKey devices"
url
=
"https://developers.yubico.com/yubikey-personalization/"
...
...
@@ -12,7 +12,7 @@ makedepends="yubico-c-dev libusb-dev json-c-dev asciidoctor"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"yubikey-personalization-
$pkgver
.tar.gz::https://github.com/Yubico/yubikey-personalization/archive/v
$pkgver
.tar.gz
use-asciidoctor.patch
we-are-linux.patch
"
"
prepare
()
{
cd
"
$builddir
"
...
...
@@ -42,6 +42,5 @@ package() {
make
DESTDIR
=
"
$pkgdir
/"
install
}
sha512sums
=
"413f81325782f0d71501d3dbf5aaaf646bd5dc02d87308a7f650044dfe860dc13b7cef11afa8794df3049c729e10da33ffad86e3f148ac429ee64685bf0fe56e yubikey-personalization-1.19.0.tar.gz
d6777a43e5e57430268bb50ab704641465a7314b15fc821d8bfa7f0c6510829d0118ced426cd5f8730589efe6264df6b82fc70e8bfe3d8b7d735e51339a25af2 use-asciidoctor.patch
87d6280ca847da03a89aeccd966fe9da7e6feed360485e1423bbad8ebac461f25d718cf424a5ba3b91e87843263bc59b856cc5c8f04daf3872d706ab0aa695e6 we-are-linux.patch"
sha512sums
=
"436c9807e488f7b324b892da7bfc7ea93e2b746cc3ae075822e9e8bfe478ef8e61c194127e5d4f50f6c1d9512292640d033464cceb6b8a18069411ff7993cc52 yubikey-personalization-1.19.3.tar.gz
d6777a43e5e57430268bb50ab704641465a7314b15fc821d8bfa7f0c6510829d0118ced426cd5f8730589efe6264df6b82fc70e8bfe3d8b7d735e51339a25af2 use-asciidoctor.patch"
This diff is collapsed.
Click to expand it.
user/yubikey-personalization/we-are-linux.patch
deleted
100644 → 0
+
0
−
21
View file @
11c58bf4
diff -Nurd yubikey-personalization-1.19.0/tests/test_args_to_config.c yubikey-personalization-1.19.0.new/tests/test_args_to_config.c
--- yubikey-personalization-1.19.0/tests/test_args_to_config.c 2018-04-24 03:28:46.000000000 -0500
+++ yubikey-personalization-1.19.0.new/tests/test_args_to_config.c 2018-08-01 09:24:48.170884044 -0500
@@ -132,7 +132,7 @@
ykp_errno = 0;
/* getopt reinit (BSD systems use optreset and a different optind value) */
-#if defined(__GLIBC__) || defined(_WIN32)
+#if !defined(__BSD__) || defined(_WIN32)
optind = 0;
#else
optind = optreset = 1;
@@ -329,7 +329,7 @@
ykp_errno = 0;
/* getopt reinit (BSD systems use optreset and a different optind value) */
-#if defined(__GLIBC__) || defined(_WIN32)
+#if !defined(__BSD__) || defined(_WIN32)
optind = 0;
#else
optind = optreset = 1;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment