Accepting request 185946 from security

Update to 0~20130714
part of summer 2013 libyal refresh for opensuse 13.1

OBS-URL: https://build.opensuse.org/request/show/185946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhmac?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2013-08-06 05:01:06 +00:00 committed by Git OBS Bridge
parent 58bb68c090
commit e1aa603bfc
4 changed files with 31 additions and 14 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 31 21:39:54 UTC 2013 - Greg.Freemyer@gmail.com
- update to v0~20130714
* worked on SHA512 support
* textual changes
* updated dependencies
* added libhmac_unused.h
* 2013 update
* changes for project move
- change to gz compression to simplyfy download/convert
- use libyal packages from factory when possible
-------------------------------------------------------------------
Tue Apr 23 23:49:13 UTC 2013 - Greg.Freemyer@gmail.com

View File

@ -18,28 +18,31 @@
Name: libhmac
%define lname libhmac1
%define timestamp 20130331
%define timestamp 20130714
Version: 0~%timestamp
Release: 0
License: LGPL-3.0+
Summary: Library to support various Hash-based Message Authentication Codes (HMAC)
Url: http://code.google.com/p/libhmac/
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Url: http://code.google.com/p/libhmac/
#Git-Clone: http://code.google.com/p/libhmac
#DL-URL: http://libhmac.googlecode.com/files/libhmac-alpha-20130331.tar.gz
Source: %{name}-alpha-%timestamp.tar.xz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-20130714.tar.gz
Source: %{name}-alpha-%timestamp.tar.gz
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: pkgconfig(libcnotify) >= 20120425
BuildRequires: pkgconfig(libcpath) >= 20120701
BuildRequires: pkgconfig(libcsplit) >= 20120701
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(libclocale) >= 20130609
BuildRequires: pkgconfig(libcnotify) >= 20130609
BuildRequires: pkgconfig(libcpath) >= 20130609
BuildRequires: pkgconfig(libcsplit) >= 20130609
%endif
# These packages from factory cause build failures, use the internal version instead
#verified 7/31/2013
#BuildRequires: pkgconfig(libcerror) >= 20120425
#BuildRequires: pkgconfig(libclocale) >= 20120425
#BuildRequires: pkgconfig(libuna) >= 20120425
#BuildRequires: pkgconfig(libcfile) >= 20120526
# These packages are not yet in factory
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libcsystem) >= 20120425
@ -74,6 +77,7 @@ Summary: Utilities for Hash-based Message Authentication Codes (HMAC)
Group: Productivity/File utilities
%description tools
Use hmacsum to calculate a Hash-based Message Authentication Code (HMAC) of the data in a file.
%prep
%setup -qn libhmac-%timestamp