<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install/lib/match.c, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-09-27T07:56:03Z</updated>
<entry>
<title>MFC: 1.20</title>
<updated>2005-09-27T07:56:03Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-09-27T07:56:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9bc9afe9cc8c29ff731211feba9a48538ca614d'/>
<id>urn:sha1:e9bc9afe9cc8c29ff731211feba9a48538ca614d</id>
<content type='text'>
  date: 2005/09/24 21:41:47;  author: krion;  state: Exp;  lines: +1 -1
  Do not bitch about bsdpan modules not having origin.

  Based on PR:    bin/82269
  Submitted by:   Steven Hartland &lt;killing at multiplay dot co dot uk&gt;
  MFC after:      3 days
</content>
</entry>
<entry>
<title>sync the pkg_install tools with -CURRENT:</title>
<updated>2004-08-11T16:16:24Z</updated>
<author>
<name>Oliver Eikemeier</name>
<email>eik@FreeBSD.org</email>
</author>
<published>2004-08-11T16:16:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d6c03fac923bb3128d3e4e81959b83bee29eac9e'/>
<id>urn:sha1:d6c03fac923bb3128d3e4e81959b83bee29eac9e</id>
<content type='text'>
- MFC of the package tools revision 20040629 changes.

- replace the perl version of pkg_version(1) by its C equivalent,
  which means that `pkg_version -c' does no longer work

- keep the perl version of pkg_update(1) until a replacement is available

- include some man pages fixes
</content>
</entry>
<entry>
<title>MFC: Fix a case of undefined behavior due to overlapping buf objects in</title>
<updated>2003-12-30T10:21:01Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-12-30T10:21:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0675dd969d129b3cad3717082ce760673e159644'/>
<id>urn:sha1:0675dd969d129b3cad3717082ce760673e159644</id>
<content type='text'>
snprintf (buf, size, fmt, buf, etc). This only works by chance with our
libc, but fails (with a truncated string) on e.g. glibc.
</content>
</entry>
<entry>
<title>MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.</title>
<updated>2002-08-20T06:35:08Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-08-20T06:35:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77dbc216d6ff30ad691205b52a689672af7a57e8'/>
<id>urn:sha1:77dbc216d6ff30ad691205b52a689672af7a57e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: all latest changes, fixes and new features. This pretty much brings code</title>
<updated>2002-08-02T11:09:06Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-08-02T11:09:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d3cd094235cc80fed876675ee35bd48103294a1'/>
<id>urn:sha1:6d3cd094235cc80fed876675ee35bd48103294a1</id>
<content type='text'>
in stable on par with -current.
</content>
</entry>
<entry>
<title>MFC: WANSify.</title>
<updated>2001-10-23T09:16:04Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-23T09:16:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a3b714904da44816e08589fcf09056b269af43cf'/>
<id>urn:sha1:a3b714904da44816e08589fcf09056b269af43cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-09-18T09:38:39Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-09-18T09:38:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=924d551a157acbc13958fecd5f1ece71884d419a'/>
<id>urn:sha1:924d551a157acbc13958fecd5f1ece71884d419a</id>
<content type='text'>
- kill blank lines at the end of lib/global.c;
- in the case of checksum mismatch print name of offending file to stderr;
- replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
  with macro;
- exists(../../crypto) --&gt; exists(${.CURDIR}/../../crypto) in a top-level
  Makefile.
</content>
</entry>
<entry>
<title>MFC: use reallocf(3) instead of malloc()+memcpy()+free().</title>
<updated>2001-07-31T15:50:57Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-07-31T15:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5af145c4ac3fabcc814d051d15cdcb03323c39'/>
<id>urn:sha1:be5af145c4ac3fabcc814d051d15cdcb03323c39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38</title>
<updated>2001-05-17T12:33:39Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-05-17T12:33:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a31ab3efc4a2d63d6ed87bd8519a78da81e58e14'/>
<id>urn:sha1:a31ab3efc4a2d63d6ed87bd8519a78da81e58e14</id>
<content type='text'>
     of add/mail.c
</content>
</entry>
<entry>
<title>MFC: sync with 1.3.</title>
<updated>2001-03-15T11:18:02Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-03-15T11:18:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c0e636f5d2e73920536e903a8612915ff277ba5'/>
<id>urn:sha1:6c0e636f5d2e73920536e903a8612915ff277ba5</id>
<content type='text'>
Fix an absence of proper error reporting when user tries to reference
non-existing package.

Approved by:	jkh
</content>
</entry>
</feed>
