Summary: | devel/skalibs: update to 2.3.1.1 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Colin Booth <colin-ports> | ||||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | pawel | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 198058, 198059 | ||||||||
Attachments: |
|
Created attachment 153938 [details]
Bugfix version increase to 2.3.1.1
bugfix for iopause on systems with 32 bit time_t
A commit references this bug: Author: pawel Date: Sun Mar 15 11:12:58 UTC 2015 New revision: 381320 URL: https://svnweb.freebsd.org/changeset/ports/381320 Log: Update to version 2.3.1.1 2.3.1.1 bugfix for iopause on systems with 32 bit time_t 2.3.1.0 wait_status() now returns 256 + signal number when WIFSIGNALED(). new macro wait_estatus() to get WIFSIGNALED information in an exit code. new functions in djbunix.h: hiercopy(), hiercopy_tmp() 2.3.0.1 wait_status() now returns 256 (instead of 126) when WIFSIGNALED(). PR: 198057 Submitted by: Colin Booth <colin@heliocat.net> (maintainer) Changes: head/devel/skalibs/Makefile head/devel/skalibs/distinfo head/devel/skalibs/pkg-plist |
Created attachment 153551 [details] Version increase to 2.3.1.0 Changes from the previous: 2.3.1.0 wait_status() now returns 256 + signal number when WIFSIGNALED(). new macro wait_estatus() to get WIFSIGNALED information in an exit code. new functions in djbunix.h: hiercopy(), hiercopy_tmp() 2.3.0.1 wait_status() now returns 256 (instead of 126) when WIFSIGNALED().