<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install/version, 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-06-12T08:29:24Z</updated>
<entry>
<title>MFC: main.c:1.5, perform.c:1.12, pkg_version:1.33, version.h:1.4</title>
<updated>2005-06-12T08:29:24Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-06-12T08:29:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8212e44e8bf0dd64f85d5d9e0b8d52b56fa74eef'/>
<id>urn:sha1:8212e44e8bf0dd64f85d5d9e0b8d52b56fa74eef</id>
<content type='text'>
  date: 2005/05/24 08:26:44;  author: cperciva;  state: Exp;  lines: +1 -0
  Add an -I option to pkg_version:

    -I  Use only the index file for determining if a package is out of
        date.  This is much faster than using the version number from a
        port's Makefile, at the expense of potentially giving an incor-
        rect result if the index file is out of date.

  Without this option, the index file is only consulted if "make -V PKGNAME"
  cannot be used.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2004-12-13T13:50:02Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-12-13T13:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3'/>
<id>urn:sha1:f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3</id>
<content type='text'>
Makefile.inc1 1.361
bin/ed/Makefile 1.22
lib/Makefile 1.157
lib/libcrypt/Makefile 1.31
lib/libfetch/Makefile 1.41
lib/libpam/modules/modules.inc 1.17
libexec/Makefile 1.61
share/examples/etc/make.conf 1.215
share/man/man5/make.conf.5 1.73
usr.bin/Makefile 1.239
usr.bin/fetch/Makefile 1.14
usr.sbin/pkg_install/Makefile 1.14
usr.sbin/pkg_install/add/Makefile 1.17
usr.sbin/pkg_install/info/Makefile 1.17
usr.sbin/pkg_install/version/Makefile 1.12
usr.sbin/ppp/Makefile 1.95, 1.96
usr.sbin/pppd/Makefile 1.25
usr.sbin/sendmail/Makefile 1.40
usr.sbin/tcpdump/tcpdump/Makefile 1.36

Retire the useless NOSECURE knob.

The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5
are meant to be buildable by various makefiles when NOSECURE is set but
this was broken because Kerberos depends on e.g. des(3) from OpenSSL
which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob
however would have meant to make it do the same as the NOCRYPT knob.
If you had been using the NOSECURE build knob please now use the NOCRYPT
knob instead.

Discussed with:	ru (some months ago)
Reviewed by:	ru (some months ago)
Approved by:	markm (telnet and secure bits, some months ago), kensmith (re)
</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>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2004-06-29T19:06:43Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-06-29T19:06:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=359814c5839ef2aa6cf1e19feabdc6758150b267'/>
<id>urn:sha1:359814c5839ef2aa6cf1e19feabdc6758150b267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-06-21T16:42:43Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-06-21T16:42:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fa3742c11b02e9d779addf5f8987faa2bc6faaba'/>
<id>urn:sha1:fa3742c11b02e9d779addf5f8987faa2bc6faaba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:  pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because</title>
<updated>2002-06-03T15:34:59Z</updated>
<author>
<name>Bruce A. Mah</name>
<email>bmah@FreeBSD.org</email>
</author>
<published>2002-06-03T15:34:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=47ca756336ae154c6c519372a40c549ed40fe6cc'/>
<id>urn:sha1:47ca756336ae154c6c519372a40c549ed40fe6cc</id>
<content type='text'>
we weren't properly checking for the case that the two version strings
being compared had different numbers of components.  This has been
fixed.

	pkg_version.pl 1.24-&gt;1.25
	test-pkg_version.sh 1.2-&gt;1.3

Approved by:	re (brian)
</content>
</entry>
<entry>
<title>Backout 1.1.2.3, which shouldn't be entering RELENG_4 in the first place, but</title>
<updated>2002-05-28T18:03:27Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-05-28T18:03:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c17408b171f85fb9c6c6c6c4c2bfe8d919fb5027'/>
<id>urn:sha1:c17408b171f85fb9c6c6c6c4c2bfe8d919fb5027</id>
<content type='text'>
did no harm because file isn't connected to the build anyway.
</content>
</entry>
<entry>
<title>Provide test case for the recently discovered bug in version comparison</title>
<updated>2002-05-28T08:49:13Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-05-28T08:49:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fdea1c8716d08022d523d45d13d820c527d6fbb'/>
<id>urn:sha1:9fdea1c8716d08022d523d45d13d820c527d6fbb</id>
<content type='text'>
routine, which erroneously reports that for example 1.5_1 is greater than
1.5.0.1.
</content>
</entry>
<entry>
<title>MFC:  Allow ${PORTSDIR} to specify an alternate location for a</title>
<updated>2001-09-21T16:54:17Z</updated>
<author>
<name>Bruce A. Mah</name>
<email>bmah@FreeBSD.org</email>
</author>
<published>2001-09-21T16:54:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1d1bc90d80c4b1de558087853f70021f08f9ffd'/>
<id>urn:sha1:e1d1bc90d80c4b1de558087853f70021f08f9ffd</id>
<content type='text'>
ports tree INDEX file, drop maintainership.

	Makefile	1.9-&gt;1.10
	pkg_version.pl	1.23-&gt;1.24
</content>
</entry>
<entry>
<title>MFC: markup and misc fixes.</title>
<updated>2001-08-16T15:56:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-16T15:56:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9ab03c494d82791b71814633ddd6c9030f4d5fd8'/>
<id>urn:sha1:9ab03c494d82791b71814633ddd6c9030f4d5fd8</id>
<content type='text'>
Approved by:	re
</content>
</entry>
</feed>
