Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_install
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 4 11:40:46 2012 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.15: +11 -1
lines
Diff to previous 1.15 (colored)
Restore previous version, accidentally committed with pcre PKGREVISION bump. It would be nice to have a solution for catinstall being unset on -current so I don't need these patches.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 3 12:54:21 2012 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +1 -11
lines
Diff to previous 1.14 (colored)
More pcre PKGREVISION bumps.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 22 15:39:44 2012 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.13: +10 -0
lines
Diff to previous 1.13 (colored)
Revert unintended commits.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 22 15:31:34 2012 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.12: +1 -11
lines
Diff to previous 1.12 (colored)
Mention putty-devel successor.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 19 12:49:53 2010 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.11: +5 -1
lines
Diff to previous 1.11 (colored)
Add man pages for audit-packages and download-vulnerability-list which point to pkg_admin and notes that the scripts are obsolete. Bump version to 20100319.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 2 12:34:59 2009 UTC (4 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.10: +3 -14
lines
Diff to previous 1.10 (colored)
Merge pkg_install-20090201 from pkg_install-renovation branch.
- DB support is always included from libnbcompat if needed
- pkg_view and linkfarm are not installed any more; they are not moved
into the attic yet, so they can easily be installed as separte package
- common configuration file to customise the behavior of various
components; this supersedes the old audit-packages.conf
- support for PKSC7 signatures (using X509 certs) and GPG signatures for
packages in a secure way. See pkg_admin(8) for how to create them and
pkg_install.conf(5) for the options to use them
- audit-packages and download-vulnerability-list are wrapper scripts
around pkg_admin. They try to mimic the classic options if used sanely.
"pkg_admin audit" is now an order of magnitude faster than before
- pkg_add uses libarchive and libfetch instead of external ftp and tar:
- progress bar is currently missing for downloads
- "pkg_add -" is no longer supported
- no adhoc check for conficts between dependencies and already
installed packages
- "pkg_add -s" has been replaced with an option in pkg_install.conf,
verification of plain detached GPG signatures is no longer supported
- optional check for vulnerabilities before adding a package
- if /var and /usr/pkg are on different fileystems it is twice as fast
now
- conflicts due to overlapping plists are checked before installation
- pkg_add no longer plays with the process limits
- pkg_add and pkg_delete have a new destdir option; scripts have to
either be modified to use PKG_DESTDIR or should be disabled
- pkg_add -u for now can't be used to update to the exact same version
- internal "rm -rf" and "mkdir_p" code
- all memory allocation failures are not explicitly fatal
- if a file is not removed due to a failed checksum, still remove the
entry from pkgdb
Revision 1.10.8.3 / (download) - annotate - [select for diffs], Mon May 26 15:29:03 2008 UTC (4 years, 11 months ago) by joerg
Branch: pkg_install-renovation
Changes since 1.10.8.2: +3 -1
lines
Diff to previous 1.10.8.2 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
pkg_install-20080526: Add pkg_install.conf.5 man page from Thomas Klausner, reference it from pkg_add and pkg_admin. Fix a build issue for the !SSL case.
Revision 1.10.8.2 / (download) - annotate - [select for diffs], Sat May 24 21:54:22 2008 UTC (4 years, 11 months ago) by joerg
Branch: pkg_install-renovation
Changes since 1.10.8.1: +1 -7
lines
Diff to previous 1.10.8.1 (colored) to branchpoint 1.10 (colored)
pkg_install-20080524: Stop installation the pkg_view and linkform script as part of pkg_install. They are the only remaining user of the pax dependency. This was discussed was agc@ and the consensus is that if someone really wants them, they should be pulled into a separate less essential package.
Revision 1.10.8.1 / (download) - annotate - [select for diffs], Sat Apr 26 18:37:10 2008 UTC (5 years ago) by joerg
Branch: pkg_install-renovation
Changes since 1.10: +1 -8
lines
Diff to previous 1.10 (colored)
Move to pkg_admin wrappers for audit-packages and download-vulnerability-list.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 16 13:23:02 2007 UTC (5 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkg_install-renovation-base,
cwrapper-base,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkg_install-renovation
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Change download-vulnerability-list.sh to use exec_prefix in the sense of pkg_tools_prefix and prefix in the sense of LOCALBASE. This allows individual overriding for NetBSD. Add the forgotten part to allow DESTDIR builds and the pkgsrc.7 man page.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 14 20:17:06 2007 UTC (5 years, 10 months ago) by adrianp
Branch: MAIN
Changes since 1.8: +10 -1
lines
Diff to previous 1.8 (colored)
Update to pkg_install-20070714 Merge of audit-packages with various improvements: * Version 20070714 Initial release of re-write in C Add support for notfication of eol packages (-e) Multiple levels of verbosity (e.g. -v -v) Specify a custom config file to use (-c) Query running config values (-Q) Default to download .gz compress pkg-vulnerabilities file Support for .bz2 compress pkg-vulnerabilities file Verify signature on downloaded files (-s) Thanks to tron@, jschauma@, agc@, joerg@ and pkgsrc-security@ for feedback and testing.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 24 13:52:04 2006 UTC (7 years ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Sync with src, version 20060424: Add support for creating summary file containing all information about a package repository needed by package managing software. This allows better use of remote binary package repositories. Discussed on tech-pkg.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 6 19:46:26 2006 UTC (7 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.6: +8 -8
lines
Diff to previous 1.6 (colored)
Fixed pkglint warnings about incorrect quoting and unsorted PLIST.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 6 22:15:44 2005 UTC (7 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.5: +15 -16
lines
Diff to previous 1.5 (colored)
Remove @exec from PLIST and put the action into an INSTALL script instead. Also, simplify the package by making use of the PKGMANDIR-handling in pkgsrc to remove the custom MANDIR code from the package Makefile and the PLIST. Technically, this type of a change would require a PKGREVISION bump, but as this is the pkg_* tools package and there were no changes to the binaries, we refrain from doing so.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 11 07:29:29 2003 UTC (9 years, 7 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.4: +16 -16
lines
Diff to previous 1.4 (colored)
ensure pkg_admin is called with the full path and use the right directory for man pages in the PLIST. fixes remaining part of PR pkg/21858 from Jeremy C. Reed.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 1 16:27:09 2003 UTC (9 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.3: +7 -1
lines
Diff to previous 1.3 (colored)
Update pkg_install to 20030823, which has the changes to support 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 <...> line, and includes <nbcompat.h> at the top of each *.c file. This should make it even easier to keep sources in sync with the HEAD.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 31 09:51:00 2003 UTC (9 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
also install man page source, no version bump as this is not yet in sync with -current, and no functionality change.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 12 02:33:02 2003 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +6 -6
lines
Diff to previous 1.1 (colored)
Comment out (non-cat) man pages, currently not installed.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 21:31:29 2001 UTC (11 years, 6 months ago) by zuntum
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Move pkg/ files into package's toplevel directory