From e1aa603bfc32b31c2f3d636646d06589e15c78954719a0a4ac7735a7a8a46a70 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Aug 2013 05:01:06 +0000 Subject: [PATCH] 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 --- libhmac-alpha-20130331.tar.xz | 3 --- libhmac-alpha-20130714.tar.gz | 3 +++ libhmac.changes | 13 +++++++++++++ libhmac.spec | 26 +++++++++++++++----------- 4 files changed, 31 insertions(+), 14 deletions(-) delete mode 100644 libhmac-alpha-20130331.tar.xz create mode 100644 libhmac-alpha-20130714.tar.gz diff --git a/libhmac-alpha-20130331.tar.xz b/libhmac-alpha-20130331.tar.xz deleted file mode 100644 index 7055156..0000000 --- a/libhmac-alpha-20130331.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae1d0990f0f76b06af972fe44c3fc1fd8978399dffb9a55eb80b4553011bd8b6 -size 600780 diff --git a/libhmac-alpha-20130714.tar.gz b/libhmac-alpha-20130714.tar.gz new file mode 100644 index 0000000..f226d47 --- /dev/null +++ b/libhmac-alpha-20130714.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c3487ce79871f6a82544eccb39c5615ced42d7f7340fb96ba0659959d52891 +size 1057452 diff --git a/libhmac.changes b/libhmac.changes index 35f3f82..bdeb24b 100644 --- a/libhmac.changes +++ b/libhmac.changes @@ -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 diff --git a/libhmac.spec b/libhmac.spec index 7a7e44c..2636f79 100644 --- a/libhmac.spec +++ b/libhmac.spec @@ -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