Commit graph

8 commits

Author SHA1 Message Date
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
shannonjr
0a241b8deb Change to revision 1.0.6. This revision recognises that SunOS has
thread-safe getenv() and strerror() functions. With thread-safe
functions, not mutexes are used to serialize access to these functions.
2004-11-16 21:39:32 +00:00
shannonjr
00ea2e24a8 Updated to 1.0.5 to correct problem pointed out by Mark Davies:
"Your tests in configure to decide if you need each of the functions are
testing a different variable name from the one that gets set so you always
create an rfuncs.h that has all three definitions even if you dont need them,
which leads to problems on systems that provide some but not all of them
natively." Correction by Mark Davies.
2004-11-08 11:10:00 +00:00
shannonjr
3750c4d04e Re: pkg/27884: Use of librfuncs breaks gpgme
Updated to 1.0.4 to fix a bug in getenv_r() where ENOENT was not returned if
the string name was not found in the environment.
2004-11-07 10:44:13 +00:00
shannonjr
44086f7e49 pkg/28001: devel/librfuncs dies on configure
Update to revision 1.0.3 to correct mistake where config subdirectory
contained symbolic links:
  config.guess -> /usr/pkgsrc/mk/gnu-config/config.guess
  config.sub -> /usr/pkgsrc/mk/gnu-config/config.sub
that were a consequence of the tarball being created after a build
inm pkgsrc (files were replaced with symbolic links).
2004-11-05 15:04:14 +00:00
shannonjr
6c162c35c1 Update to version 1.0.2. This version uses the mutexes from either
pthread or pth according to what pthread.buildlink3.mk and the
autotools identify. If neither pthread nor pth is found no thread
locking is performed.
2004-11-04 20:24:50 +00:00
shannonjr
b9afb3217f *** empty log message *** 2004-10-24 23:41:35 +00:00
shannonjr
e26f2dd57e Provides missing POSIX *_r functions: ttyname_r(), getenv_r() and
strerror_r(). These are thread safe versions of the corresponding functions
without the "_r".  The package is implemented so that it may be used simply
by including it's buildlink3.mk file.
2004-10-23 12:17:04 +00:00