<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/libgcrypt, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-12-21T19:10:13Z</updated>
<entry>
<title>Pullup ticket 172 - requested by grant beattie</title>
<updated>2004-12-21T19:10:13Z</updated>
<author>
<name>snj</name>
<email>snj</email>
</author>
<published>2004-12-21T19:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5112bf0639e3b529e3e604dc4226bf59835d8efd'/>
<id>urn:sha1:5112bf0639e3b529e3e604dc4226bf59835d8efd</id>
<content type='text'>
build fix for libgcrypt

Module Name:    pkgsrc
Committed By:   grant
Date:           Tue Dec 21 08:57:48 UTC 2004

Modified Files:
        pkgsrc/security/libgcrypt: hacks.mk

Log Message:
fix socklen_t hack by falling through to ${TRUE} if ${GREP} fails
(pattern not matched). ugh, bash.

fixes build on Linux. reported by minskim@
</content>
</entry>
<entry>
<title>add hack for missing socklen_t typedef handling. fixes build on</title>
<updated>2004-12-18T23:54:58Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-12-18T23:54:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7c9557c9a56f16229c9fad72b3071bf547225f81'/>
<id>urn:sha1:7c9557c9a56f16229c9fad72b3071bf547225f81</id>
<content type='text'>
Darwin.
</content>
</entry>
<entry>
<title>As it was, libtool failed to link to libgcrypt on NetBSD 1.6.x because</title>
<updated>2004-11-14T15:38:42Z</updated>
<author>
<name>ben</name>
<email>ben</email>
</author>
<published>2004-11-14T15:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e5aa60c7fcf84c2a3d4c31f48af111b0c4fb647'/>
<id>urn:sha1:5e5aa60c7fcf84c2a3d4c31f48af111b0c4fb647</id>
<content type='text'>
buildlink did not bring in PTH.  For example, this made opencdk fail to
build.  Fix this by adding mk/pthread.buildlink3.mk to
security/gcrypt/buildlink3.mk
</content>
</entry>
<entry>
<title>Fix for compiling on Solaris SPARC with gcc.</title>
<updated>2004-10-25T13:03:53Z</updated>
<author>
<name>gavan</name>
<email>gavan</email>
</author>
<published>2004-10-25T13:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=63fb52583e67a2df46e9a9bb8f91f7236f27b520'/>
<id>urn:sha1:63fb52583e67a2df46e9a9bb8f91f7236f27b520</id>
<content type='text'>
If __sparcv8 is defined, use the SPARC v8 version of udiv_qrnnd.  Without
this change, udiv_qrnnd will not be defined using the SPARC v8 udiv
instruction, and the default SPARC v7 case of defining it to be the native
__gmpn_udiv_qrnnd will be used, but this does not exist on SPARC v8, so
at link time, the user will get an error about _gmpn_udiv_qrnnd being
undefined.  gcc defines __sparcv8.

From PR pkg/26815.
</content>
</entry>
<entry>
<title>Re: pkg/27317 The header gcrypt.h references struct timeval without</title>
<updated>2004-10-23T08:57:33Z</updated>
<author>
<name>shannonjr</name>
<email>shannonjr</email>
</author>
<published>2004-10-23T08:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=72852ad1d8e5ab5a6c99ae5cb226cc021845058d'/>
<id>urn:sha1:72852ad1d8e5ab5a6c99ae5cb226cc021845058d</id>
<content type='text'>
including sys/time.h. Added the patch summitted with PR that adds
an include for sys/time.h. Bumped PKGREVISION.
</content>
</entry>
<entry>
<title>This package never uses the gettext library directly.  The dependency</title>
<updated>2004-10-19T17:43:23Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-10-19T17:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=16b3c5dce165c5a774df596a163f978da1fde8a1'/>
<id>urn:sha1:16b3c5dce165c5a774df596a163f978da1fde8a1</id>
<content type='text'>
on gettext-lib should be taken care of by libgpg-error.
</content>
</entry>
<entry>
<title>Add dependency on gettext-lib to provide libintl for platforms that do</title>
<updated>2004-10-19T03:24:38Z</updated>
<author>
<name>ben</name>
<email>ben</email>
</author>
<published>2004-10-19T03:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9a41baeec720875ce804dd7e283124d5733d4b32'/>
<id>urn:sha1:9a41baeec720875ce804dd7e283124d5733d4b32</id>
<content type='text'>
not have it built in.  May address PR#27292.
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>When exec'ing child processes (netstat and vmstat), make sure the standard</title>
<updated>2004-07-02T13:14:27Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-07-02T13:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=415337043588a6535c0d965da41f70500c748360'/>
<id>urn:sha1:415337043588a6535c0d965da41f70500c748360</id>
<content type='text'>
file descriptors (0, 1, 2) are open.  This avoids multiple warnings issued
under NetBSD about running set[ug]id programs with those descriptors closed.

Fixes PR pkg/26079; although it talks about gaim, the problem is here, in
libgcrypt.  Bump PKGREVISION to 1.
</content>
</entry>
</feed>
