Accepting request 282292 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/282292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhmac?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:952424b8be0ecc14a00bf968c63b87a0656d5f370e357dd07b6158fe973b9ef0
|
|
||||||
size 1061793
|
|
3
libhmac-alpha-20150104.tar.gz
Normal file
3
libhmac-alpha-20150104.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d9419da55c42911fb5fd0dad2a1e394eac74addb0259e34be397f1b75740226
|
||||||
|
size 1076549
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 9 17:52:55 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to v0~20150104
|
||||||
|
* 2015 update
|
||||||
|
* worked on SHA224 support
|
||||||
|
* worked on utility scripts
|
||||||
|
* added hmacsum.1 man page
|
||||||
|
- update URL to the new github site
|
||||||
|
- replace Source: field with fully defined URL
|
||||||
|
- remove DL-URL comment
|
||||||
|
- added hmacsum.1 man page to tools sub-project
|
||||||
|
- removed %if opensuse logic. NO longer needed now libyal is in security:forensics
|
||||||
|
- updated buildrequires based on new packages in OBS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 14 02:09:23 UTC 2014 - Greg.Freemyer@gmail.com
|
Thu Aug 14 02:09:23 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
24
libhmac.spec
24
libhmac.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libhmac
|
# spec file for package libhmac
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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,34 +18,27 @@
|
|||||||
|
|
||||||
Name: libhmac
|
Name: libhmac
|
||||||
%define lname libhmac1
|
%define lname libhmac1
|
||||||
%define timestamp 20140112
|
%define timestamp 20150104
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to support various HMACs
|
Summary: Library to support various HMACs
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://code.google.com/p/libhmac/
|
Url: https://github.com/libyal/libhmac/wiki
|
||||||
|
Source: https://github.com/libyal/libhmac/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz
|
||||||
#Git-Clone: http://code.google.com/p/libhmac
|
|
||||||
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-2014011tar.gz
|
|
||||||
Source: %{name}-alpha-%timestamp.tar.gz
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
|
||||||
#use the factory versions of these if building for factory
|
|
||||||
%if 0%{?suse_version} > 1230
|
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20130609
|
BuildRequires: pkgconfig(libcfile) >= 20130609
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20130609
|
BuildRequires: pkgconfig(libclocale) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20130609
|
BuildRequires: pkgconfig(libcnotify) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20130609
|
BuildRequires: pkgconfig(libcpath) >= 20130609
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
BuildRequires: pkgconfig(libcsplit) >= 20130609
|
||||||
%endif
|
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||||
# These packages from factory cause build failures, use the internal version instead
|
# These packages from factory cause build failures, use the internal version instead
|
||||||
#verified 7/31/2013
|
#verified 1/8/2015
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libuna) >= 20120425
|
|
||||||
# These packages are not yet in factory
|
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -105,5 +98,6 @@ rm -f "%{buildroot}/%{_libdir}"/*.la
|
|||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/hmacsum
|
%{_bindir}/hmacsum
|
||||||
|
%{_mandir}/man1/hmacsum.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user