<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkg_install/files/add/verify.c, branch cwrapper</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cwrapper</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cwrapper'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-12-29T12:16:56Z</updated>
<entry>
<title>Pull in portability changes from src, and bump version to 20041226:</title>
<updated>2004-12-29T12:16:56Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2004-12-29T12:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c7c506fd850475880cea049b9c06af36295df35'/>
<id>urn:sha1:1c7c506fd850475880cea049b9c06af36295df35</id>
<content type='text'>
	Introduce a new abstraction in the C code, called MaxPathSize.  All
	previous occurrences of MAXPATHLEN and FILENAME_MAX have been changed
	to use MaxPathSize instead.

	If MAXPATHLEN is not defined, then assume a default value of 1024
	(this is primarily for use on the Hurd).

	The reason for this is that some older platforms define FILENAME_MAX
	to be 14, although MAXPATHLEN is 1024. On BSD-derived systems,
	FILENAME_MAX And MAXPATHLEN are both 1024.

	Bump pkg_install version to 20041226.

	These modifications have been tested so far on a NetBSD-current bulk
	build.</content>
</entry>
<entry>
<title>Bring over a fix from main sources:</title>
<updated>2004-04-07T22:44:23Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2004-04-07T22:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2a8f9c23d44d4cdc6f2a9dcd939489acefcf6193'/>
<id>urn:sha1:2a8f9c23d44d4cdc6f2a9dcd939489acefcf6193</id>
<content type='text'>
revision 1.5
date: 2004/04/06 05:56:07;  author: agc;  state: Exp;  lines: +14 -11
Fix signature verification after pkg_add and friends were changed to use
fexec() - trying to exec "gpg --verify %s" won't work with fexec, so split
up the command into separate words.</content>
</entry>
<entry>
<title>sync with NetBSD-current after updates from wiz.</title>
<updated>2003-09-23T13:22:37Z</updated>
<author>
<name>grant</name>
<email>grant@pkgsrc.org</email>
</author>
<published>2003-09-23T13:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dbe2b165b6372a5248bdcc802fc13b950addfa73'/>
<id>urn:sha1:dbe2b165b6372a5248bdcc802fc13b950addfa73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sync with NetBSD-current's pkg_install-20030923.</title>
<updated>2003-09-23T07:13:45Z</updated>
<author>
<name>grant</name>
<email>grant@pkgsrc.org</email>
</author>
<published>2003-09-23T07:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e46cd752c8ebe61ead37573fa23cbca4dcf0e71'/>
<id>urn:sha1:7e46cd752c8ebe61ead37573fa23cbca4dcf0e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync to latest pkg_install sources from the HEAD for pkg_delete</title>
<updated>2003-09-02T08:28:22Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2003-09-02T08:28:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5cbadd5e706d4e9a01b7181926cfd6f3f86e9b49'/>
<id>urn:sha1:5cbadd5e706d4e9a01b7181926cfd6f3f86e9b49</id>
<content type='text'>
optimizations and man page fixes.  Also use recent src2nbcompat to reverse
the order that "config.h" and &lt;nbcompat.h&gt; are included in *.[ch] files.</content>
</entry>
<entry>
<title>Update pkg_install to 20030823, which has the changes to support</title>
<updated>2003-09-01T16:27:07Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2003-09-01T16:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2b8f551f54ae2fc54d641096dd0cd788a93abd29'/>
<id>urn:sha1:2b8f551f54ae2fc54d641096dd0cd788a93abd29</id>
<content type='text'>
package views.  Pkgsrc changes include:

* Convert to use pkgtools/libnbcompat so that it's easier to keep
  this in sync with src/usr.sbin/pkg_install.

* Add a src2nbcompat script that converts src/usr.sbin/pkg_install
  into an appropriate start for pkgtools/pkg_install.  The script
  removes the Makefiles, adds CPP inclusion guards around each
  #include &lt;...&gt; line, and includes &lt;nbcompat.h&gt; at the top of each
  *.c file.  This should make it even easier to keep sources in
  sync with the HEAD.</content>
</entry>
<entry>
<title>Import autoconf'd pkg_install source from</title>
<updated>2002-12-20T18:13:52Z</updated>
<author>
<name>schmonz</name>
<email>schmonz@pkgsrc.org</email>
</author>
<published>2002-12-20T18:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=55c0604b89b34ae6d16219723abcde3111975fed'/>
<id>urn:sha1:55c0604b89b34ae6d16219723abcde3111975fed</id>
<content type='text'>
othersrc/bootstrap-pkgsrc/pkg_install into ${FILESDIR}.

Using autoconf greatly simplifies maintenance of this package across
multiple platforms. Placing the extracted source under ${FILESDIR}
will eventually let us use the same source for bootstrapping as
well, though we're not ready for this yet.</content>
</entry>
</feed>
