Accepting request 803288 from security

- Update to version 0.0+git20190520.62358ba (boo#1170512):
  * Fix the Makefile to install libargon2.pc.
  * Wait for already running threads if a thread creation failed.
  * Added Argon2 Erlang binding.
  * Additional JVM bindings (Jargon2).

OBS-URL: https://build.opensuse.org/request/show/803288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/argon2?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-05-14 21:25:29 +00:00 committed by Git OBS Bridge
commit 28c46a51d0
6 changed files with 23 additions and 15 deletions

View File

@ -7,7 +7,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<!-- from https://github.com/P-H-C/phc-winner-argon2/releases/latest -->
<param name="revision">20171227</param>
<param name="revision">20190702</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/P-H-C/phc-winner-argon2.git</param>
<param name="changesrevision">670229c849b9fe882583688b74eb7dfdc846f9f6</param></service></servicedata>
<service name="tar_scm">
<param name="url">https://github.com/P-H-C/phc-winner-argon2.git</param>
<param name="changesrevision">d3639142fa71f8095ee36e64068f71b3c97baf6d</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:412899b064fa8c444eb4cf7516f90812dc194414516145c72aede6a73989342e
size 1339200

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dd564d6411ae3eb096533d98e3bf06b98434f26ebef45515136d3e5fff1bebd
size 1340828

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 12 14:17:20 UTC 2020 - Wolfgang Frisch <wolfgang.frisch@suse.com>
- Update to version 0.0+git20190520.62358ba (boo#1170512):
* Fix the Makefile to install libargon2.pc.
* Wait for already running threads if a thread creation failed.
* Added Argon2 Erlang binding.
* Additional JVM bindings (Jargon2).
-------------------------------------------------------------------
Tue Jan 30 13:31:06 UTC 2018 - lnussel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package argon2
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -26,12 +26,12 @@
%define lname libargon2-1
Name: argon2
Version: 0.0+git20171227.670229c
Version: 0.0+git20190520.62358ba
Release: 0
Summary: The reference C implementation of Argon2
License: CC0-1.0 or Apache-2.0
License: CC0-1.0 OR Apache-2.0
Group: Productivity/Networking/Security
Url: https://github.com/P-H-C/phc-winner-argon2
URL: https://github.com/P-H-C/phc-winner-argon2
Source: %{name}-%{version}.tar.xz
Source1: baselibs.conf
Patch1: optflags.patch
@ -80,14 +80,11 @@ password hashing function that won the Password Hashing Competition
%build
%make %{?_smp_mflags}
# fix pkgconfig file
sed -e 's:lib/@HOST_MULTIARCH@:%{_lib}:;s/@UPSTREAM_VER@/%{version}/' -i libargon2.pc
%install
%make DESTDIR=%{buildroot} install
install -D -m 644 man/argon2.1 %{buildroot}%{_mandir}/man1/argon2.1
install -D -m 644 libargon2.pc %{buildroot}/%{_libdir}/pkgconfig/libargon2.pc
%check
%make test