SHA256
1
0
forked from pool/libcthreads

Accepting request 458548 from security:forensics

1

OBS-URL: https://build.opensuse.org/request/show/458548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcthreads?expand=0&rev=5
This commit is contained in:
2017-02-21 12:47:50 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Feb 15 19:24:43 UTC 2017 - Greg.Freemyer@gmail.com
- update to v0~2017
* added value free callback function to queue free
* applied updates
* code clean up
* corrections in include header
* fixed values array not being freed after join of thread pool
* fixes for race in of thread pool helper threads
* moved libcstring macros to common
* updated common
* update man page: libcthreads.3
* worked on queue sorted push
* worked on tests
* worked on thread pool sorted push
* worked on TP_POOL support
-------------------------------------------------------------------
Mon Jan 5 22:53:19 UTC 2015 - Greg.Freemyer@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcthreads
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX 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,18 +18,16 @@
Name: libcthreads
%define lname libcthreads1
%define timestamp 20150101
%define timestamp 20170101
Version: 0~%timestamp
Release: 0
Summary: Library for cross-platform C threads functions
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Url: https://github.com/libyal/libcthreads/wiki
Source: https://github.com/libyal/libcthreads/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
Source: https://github.com/libyal/libcthreads/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20130904
BuildRequires: pkgconfig(libcstring) >= 20150101
# not yet released as a standalone package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description