Accepting request 244642 from security

1

OBS-URL: https://build.opensuse.org/request/show/244642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhmac?expand=0&rev=4
This commit is contained in:
Ludwig Nussel 2014-08-14 12:58:17 +00:00 committed by Git OBS Bridge
parent e1aa603bfc
commit 49a7783282
4 changed files with 26 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 14 02:09:23 UTC 2014 - Greg.Freemyer@gmail.com
- update to v0~20140112
* 2014 update
* updated dependencies
* updated .spec.in file
* worked on tests
* bug fixes
* fixed missing libcrypto in .pc and .spec
* fixed issue not freeing error state memory allocated by EVP
- Clean-up Summary / Description fields
-------------------------------------------------------------------
Wed Jul 31 21:39:54 UTC 2013 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libhmac
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +18,16 @@
Name: libhmac
%define lname libhmac1
%define timestamp 20130714
%define timestamp 20140112
Version: 0~%timestamp
Release: 0
Summary: Library to support various Hash-based Message Authentication Codes (HMAC)
Summary: Library to support various HMACs
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: https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-20130714.tar.gz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-2014011tar.gz
Source: %{name}-alpha-%timestamp.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig(openssl) >= 1.0
@ -49,31 +49,28 @@ BuildRequires: pkgconfig(libcsplit) >= 20130609
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A library to support various Hash-based Message Authentication Codes
(HMAC).
A library and tools to support various Hash-based Message Authentication Codes (HMAC).
%package -n %lname
Summary: Library to support various Hash-based Message Authentication Codes (HMAC)
Summary: Library to support various HMACs
Group: System/Libraries
%description -n %lname
A library to support various Hash-based Message Authentication Codes
(HMAC).
A library to support various Hash-based Message Authentication Codes (HMAC).
%package devel
Summary: Development files for libhmac, a library for Hash-based Message Auth Codes
Summary: Development files for libhmac
Group: Development/Libraries/C and C++
Requires: %lname = %{version}
%description devel
A library to support various Hash-based Message Authentication Codes
(HMAC).
Development files for libhmac, a library to support various Hash-based Message Authentication Codes (HMAC).
This subpackage contains libraries and header files for developing
applications that want to make use of %{name}.
%package tools
Summary: Utilities for Hash-based Message Authentication Codes (HMAC)
Summary: Utilities for HMACs
Group: Productivity/File utilities
%description tools