Accepting request 179105 from home:bmwiedemann:branches:security
Update to version 2.0.2 OBS-URL: https://build.opensuse.org/request/show/179105 OBS-URL: https://build.opensuse.org/package/show/security/oath-toolkit?expand=0&rev=4
This commit is contained in:
parent
91f5102152
commit
7ea73808ca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bfc15b675d41fb82be889fc8f41244daff2fb01d8f1099b6a259e871eba18535
|
|
||||||
size 386455
|
|
3
oath-toolkit-2.0.2.tar.gz
Normal file
3
oath-toolkit-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2951ebc2a3e9a03333618ceda7fe2c00e16f880255d3d4f48068cd8164715944
|
||||||
|
size 3946021
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 15 18:46:27 UTC 2013 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 11 00:04:02 UTC 2011 - cristian.rodriguez@opensuse.org
|
Fri Feb 11 00:04:02 UTC 2011 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package
|
# spec file for package
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,19 +18,20 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: oath-toolkit
|
Name: oath-toolkit
|
||||||
Version: 1.4.6_git201102080806
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Summary: Makes it possible to build one-time password authentication systems
|
Summary: Makes it possible to build one-time password authentication systems
|
||||||
Url: http://www.nongnu.org/oath-toolkit/
|
Url: http://www.nongnu.org/oath-toolkit/
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Source: http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-%{version}.tar.bz2
|
Source: http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-%{version}.tar.gz
|
||||||
BuildRequires: pam-devel libgcrypt-devel gtk-doc pkgconfig gengetopt bison
|
BuildRequires: pam-devel libgcrypt-devel gtk-doc pkgconfig gengetopt bison
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
Makes it possible to build one-time password authentication systems·
|
Makes it possible to build one-time password authentication systems·
|
||||||
|
Supported technologies include the event-based HOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238).
|
||||||
|
|
||||||
%package -n pam_oath
|
%package -n pam_oath
|
||||||
Summary: Makes it possible to build one-time password authentication systems
|
Summary: Makes it possible to build one-time password authentication systems
|
||||||
@ -63,7 +64,6 @@ Makes it possible to build one-time password authentication systems
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
|
||||||
%configure --with-pam-dir=/%{_lib}/security \
|
%configure --with-pam-dir=/%{_lib}/security \
|
||||||
--with-libgcrypt \
|
--with-libgcrypt \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
@ -87,7 +87,7 @@ find %{buildroot} -type f -name "*.la" -print -delete
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog README COPYING
|
%doc ChangeLog README COPYING
|
||||||
%{_bindir}/oathtool
|
%{_bindir}/oathtool
|
||||||
%{_mandir}/man1/oathtool.*.*
|
%{_mandir}/man1/oathtool.*
|
||||||
|
|
||||||
%files -n pam_oath
|
%files -n pam_oath
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -103,5 +103,7 @@ find %{buildroot} -type f -name "*.la" -print -delete
|
|||||||
%dir %{_includedir}/liboath
|
%dir %{_includedir}/liboath
|
||||||
%{_includedir}/liboath/oath.h
|
%{_includedir}/liboath/oath.h
|
||||||
%{_libdir}/pkgconfig/liboath.pc
|
%{_libdir}/pkgconfig/liboath.pc
|
||||||
|
%doc %{_datadir}/gtk-doc/html/liboath
|
||||||
|
%{_mandir}/man3/oath_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user