CVS log for src/usr.sbin/pkg_install/lib/file.c
Up to [FreeBSD] / src / usr.sbin / pkg_install / lib
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Dec 30 10:58:14 2011 UTC (6 weeks, 1 day ago) by uqs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
SVN rev 228990 on 2011-12-30 10:58:14Z by uqs Spelling fixes for usr.sbin/
Revision 1.72.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (3 months ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.72.2.1: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.72.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith Copy head to stable/9 as part of 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue May 17 19:11:47 2011 UTC (8 months, 3 weeks ago) by flz
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
SVN rev 222035 on 2011-05-17 19:11:47Z by flz Backout libinstall.a -> libpkg commit. Discussed with: erwin, brooks, bapt
Revision 1.68.18.1.8.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.68.18.1: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.18.1: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release. Approved by: re (implicit)
Revision 1.69.2.1.6.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.69.2.1: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.2.1: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release. Approved by: re (implicit)
Revision 1.69.2.1.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.69.2.1: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.2.1: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith Copy stable/8 to releng/8.1 in preparation for 8.1-RC1. Approved by: re (implicit)
Revision 1.71
Fri Apr 23 11:07:43 2010 UTC (21 months, 2 weeks ago) by flz
Branches: MAIN
FILE REMOVED
Changes since revision 1.70: +1 -1 lines
SVN rev 207113 on 2010-04-23 11:07:43Z by flz - Take libinstall.a out of pkg_install and make it a proper shared library. - Rework the wrapper support to check libpkg version as well as pkg_install version. - Add libfetch to _prebuild_libs. - There are no new features introduced. Notes: the API is not stable, so basically, do not use libpkg in your projects for now. Also there's no manpage for libpkg yet, because the API will change drastically. I repeat, do not use libpkg for now.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Apr 1 14:27:29 2010 UTC (22 months, 1 week ago) by flz
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +20 -11 lines
SVN rev 206043 on 2010-04-01 14:27:29Z by flz Various fixes. - Replace hardcoded INDEX version. [1] - Fix a buffer overlap. [2] - Remove empty package when fetching fails and -K is used. [3] - Remove useless chmod2() after mkdtemp(3). [4] - Replace mkdir(1) call with mkdir(2). [5] - Get rid of some vsystem() calls. - Switch from lstat(2) to open(2) in fexists(). - Try rename(2) in move_file() first. - Bump PKG_INSTALL_VERSION to 20100401. PR: bin/145101 [1], bin/139492 [2], bin/144919 [3] bin/144920 [4], bin/144921 [5] Submitted by: gcooper [1,2,3,4,5]
Revision 1.68.18.1.6.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.68.18.1: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.18.1: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process. Approved by: re (implicit)
Revision 1.69.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.69.2.1: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure. Approved by: re (implicit)
Revision 1.69.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_2_BP, RELENG_8_1_BP, RELENG_8_0_BP
Branch point for: RELENG_8_2, RELENG_8_1, RELENG_8_0
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith Copy head to stable/8 as part of 8.0 Release cycle. Approved by: re (Implicit)
Revision 1.68.18.1.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.68.18.1: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.18.1: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE. Approved by: re (implicit)
Revision 1.68.18.1.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.68.18.1: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.18.1: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith Create releng/7.1 in preparation for moving into RC phase of 7.1 release cycle. Approved by: re (implicit)
Revision 1.68.8.1.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.68.8.1: preferred, colored; next MAIN 1.68.18.1: preferred, colored
Changes since revision 1.68.8.1: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith Create releng/6.4 from stable/6 in preparation for 6.4-RC1. Approved by: re (implicit)
Revision 1.68.8.1: download - view: text, markup, annotated - select for diffs
Tue Jun 17 10:48:46 2008 UTC (3 years, 7 months ago) by flz
Branches: RELENG_6
CVS tags: RELENG_6_4_BP
Branch point for: RELENG_6_4
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +0 -4 lines
SVN rev 179844 on 2008-06-17 10:48:46Z by flz MFC: remove 4.x support (r179835)
Revision 1.68.18.1: download - view: text, markup, annotated - select for diffs
Tue Jun 17 10:47:24 2008 UTC (3 years, 7 months ago) by flz
Branches: RELENG_7
CVS tags: RELENG_7_4_BP, RELENG_7_3_BP, RELENG_7_2_BP, RELENG_7_1_BP
Branch point for: RELENG_7_4, RELENG_7_3, RELENG_7_2, RELENG_7_1
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +0 -4 lines
SVN rev 179843 on 2008-06-17 10:47:24Z by flz MFC: remove 4.x support (r179835)
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Jun 16 23:41:11 2008 UTC (3 years, 7 months ago) by flz
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +0 -4 lines
SVN rev 179835 on 2008-06-16 23:41:11Z by flz Remove support for RELENG_4 (__FreeBSD_version < 500039). MFC after: 1 day
Revision 1.40.2.16: download - view: text, markup, annotated - select for diffs
Wed Aug 11 16:16:23 2004 UTC (7 years, 6 months ago) by eik
Branches: RELENG_4
CVS tags: RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11
Diff to: previous 1.40.2.15: preferred, colored; branchpoint 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.2.15: +23 -134 lines
sync the pkg_install tools with -CURRENT: - 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
Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Jul 28 16:03:13 2004 UTC (7 years, 6 months ago) by stefanf
Branches: MAIN
CVS tags: RELENG_7_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0, RELENG_6_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0, RELENG_5_BP, RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5
Branch point for: RELENG_7, RELENG_6
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Use the length modifier 'll' instead of 'q' to print long longs.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Jun 29 19:06:42 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +11 -8 lines
- pkg_add spawns itself as argv[0] when installing dependent packages, to enable the use as a port on older systems - use absolute paths in all calls to external programs, to account for strange PATH settings - use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on FreeBSD 4.x as a port. - conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the pkg_install tools can be kept in sync on 4.x and 5.x - Bump PKG_INSTALL_VERSION Reviewed by: portmgr (bento run) MFC after: 4 weeks
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Jun 29 18:59:19 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -2 lines
- pkg_info: flag -r: (show packages this packages depends on (documentation change)) - pkg_info: new flag -j (show the requirements script) - pkg_info: fix verbose output when used on packages - better handling of corrupt entries in /var/db/pkg - differ between corrupt entires and packages not installed - various small fixes PR: 56989, 57016, 57029, 26468
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Apr 8 06:06:42 2004 UTC (7 years, 10 months ago) by kientzle
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +6 -7 lines
When invoking tar, make sure the mode option (-x) is first.
Revision 1.40.2.15: download - view: text, markup, annotated - select for diffs
Tue Jan 27 08:59:48 2004 UTC (8 years ago) by des
Branches: RELENG_4
CVS tags: RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.40.2.14: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.14: +21 -13 lines
MFC: avoid potential buffer overflow in format_cmd(). Forgotten by: jkh
Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Jan 6 07:39:02 2003 UTC (9 years, 1 month ago) by jkh
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +21 -13 lines
Prevent buffer overflow in format_cmd() by properly tracking maximum buffer size. Reported by: Lionnel CHAPTAL <Lionnel.Chaptal@IPricot.com> MFC after: 1 week
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Nov 14 21:01:17 2002 UTC (9 years, 2 months ago) by bmah
Branches: MAIN
CVS tags: RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -1 lines
Assume that packages passed on stdin are in bzip2 format, not gzip. (sysinstall depends on this feature for package addition.) Comment on hard-coded bzip2 usage in the spirit of rev. 1.58.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Nov 6 09:03:53 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +0 -7 lines
Clean up a little. Don't need to include fetch.h any more, and I can't find any consumers of HOSTNAME_MAX.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Nov 6 08:57:03 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +0 -112 lines
Break fileGetURL() out into its own file so that pkg_install/lib consumers
pkg_{create,delete} don't need to needlessly link with libfetch.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Oct 29 12:14:31 2002 UTC (9 years, 3 months ago) by des
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -5 lines
Whitespace cleanup
Revision 1.40.2.14: download - view: text, markup, annotated - select for diffs
Wed Sep 25 23:22:14 2002 UTC (9 years, 4 months ago) by bmah
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7
Diff to: previous 1.40.2.13: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.13: +3 -6 lines
Revert to gzip as the default compression scheme used by the pkg_* utilities. While the idea of bzip2 compression is a good one, our support for this feature isn't mature enough for the impending release. Reviewed by: obrien Approved by: re (bmah)
Revision 1.40.2.13: download - view: text, markup, annotated - select for diffs
Sat Aug 31 19:25:55 2002 UTC (9 years, 5 months ago) by obrien
Branches: RELENG_4
Diff to: previous 1.40.2.12: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.12: +10 -6 lines
MFC: convert our compression method to bzip2 from gzip.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Aug 26 03:44:44 2002 UTC (9 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Grrr.... mumble.... a linger gzip'ism still existed. Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Aug 25 01:00:16 2002 UTC (9 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +8 -5 lines
Find remaining hardcoded gzip bits and change to bzip2 bits. Mark with XXX so someone that cares about being able to handle either bziped or gziped packages knows where the remaining nits are.
Revision 1.40.2.12: download - view: text, markup, annotated - select for diffs
Sat Aug 24 20:09:15 2002 UTC (9 years, 5 months ago) by lioux
Branches: RELENG_4
Diff to: previous 1.40.2.11: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.11: +1 -1 lines
MFC from rev 1.57: Preserve suid/gid permissions when extracting packages remotelly fetched with -r option Reviewed by: will Approved by: will
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Aug 24 20:04:17 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Preserve suid/gid permissions when extracting packages remotelly fetched with -r option Reviewed by: will Approved by: will
Revision 1.40.2.11: download - view: text, markup, annotated - select for diffs
Tue Aug 20 06:35:08 2002 UTC (9 years, 5 months ago) by obrien
Branches: RELENG_4
Diff to: previous 1.40.2.10: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.10: +13 -14 lines
MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.
Revision 1.40.2.10: download - view: text, markup, annotated - select for diffs
Mon Aug 5 18:04:50 2002 UTC (9 years, 6 months ago) by knu
Branches: RELENG_4
Diff to: previous 1.40.2.9: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.9: +1 -1 lines
MFC: Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Aug 4 21:27:57 2002 UTC (9 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. MFC after: 1 day
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat May 11 04:17:55 2002 UTC (9 years, 9 months ago) by alfred
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +9 -9 lines
replace __FUNCTION__ with standardized __func__. Requested by: jhb
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat May 11 03:48:49 2002 UTC (9 years, 9 months ago) by alfred
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +10 -9 lines
fix build: you may not use string concatination with __FUNCTION__, replace all occurances of: __FUNCTION__ ": error string" with: "%s: error string"
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Apr 1 09:39:07 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -5 lines
Fix SCM ID's.
Revision 1.40.2.9: download - view: text, markup, annotated - select for diffs
Tue Oct 23 09:16:04 2001 UTC (10 years, 3 months ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5
Diff to: previous 1.40.2.8: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.8: +29 -30 lines
MFC: WANSify.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Oct 10 06:58:42 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +29 -30 lines
WARNS=2 cleanup. Tested on: i386, alpha MFC after: 2 weeks
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Aug 2 18:20:27 2001 UTC (10 years, 6 months ago) by jon
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
fix for pkg_add to symlinked prefix directories that are more than 1 link deep. PR: bin/28274 Submitted by: John Hein <jhein@timing.com> MFC after: 1 month
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jul 9 09:24:01 2001 UTC (10 years, 7 months ago) by brian
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -2 lines
Fix the type of the NULL arg to execl() Idea from: Theo de Raadt <deraadt@openbsd.org>
Revision 1.40.2.8: download - view: text, markup, annotated - select for diffs
Mon Jun 18 19:05:33 2001 UTC (10 years, 7 months ago) by des
Branches: RELENG_4
CVS tags: RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4
Diff to: previous 1.40.2.7: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.7: +5 -4 lines
MFC: close descriptors in child; verbose mode. PR: bin/27760
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jun 13 11:55:40 2001 UTC (10 years, 8 months ago) by des
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Use getdtablesize() instead of OPEN_MAX. Submitted by: bde
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jun 11 14:18:26 2001 UTC (10 years, 8 months ago) by des
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -4 lines
Pass on the verbose option to fetchGetURL(). In the child that's set up to run tar(1), close all file descriptors except stdin, stdout and stderr. PR: bin/27760
Revision 1.40.2.7: download - view: text, markup, annotated - select for diffs
Thu May 17 12:33:39 2001 UTC (10 years, 8 months ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.40.2.6: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.6: +18 -8 lines
MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38
of add/mail.c
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu May 17 10:12:43 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +19 -9 lines
Style policy: reformat multiline comments to conform to style(9).
Revision 1.40.2.6: download - view: text, markup, annotated - select for diffs
Mon Feb 5 10:02:52 2001 UTC (11 years ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3
Diff to: previous 1.40.2.5: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.5: +25 -19 lines
MFC: add ability to handle bzip2-compressed packages.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Jan 22 12:01:55 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +25 -19 lines
- Add ability to handle bzip2-compressed packages; - fix cosmetics to shut-up compiler in -pedantic mode (axe several unused vars and provide default clause in several switch() statements). No response from: -ports
Revision 1.40.2.5: download - view: text, markup, annotated - select for diffs
Wed Nov 1 19:57:41 2000 UTC (11 years, 3 months ago) by des
Branches: RELENG_4
CVS tags: RELENG_4_2_0_RELEASE
Diff to: previous 1.40.2.4: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.4: +40 -18 lines
MFC: fix interaction with libfetch and tar. Approved by: jkh
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Oct 29 15:39:51 2000 UTC (11 years, 3 months ago) by des
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +40 -18 lines
Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the parent pass the data received from the server to the child.
Revision 1.40.2.4: download - view: text, markup, annotated - select for diffs
Mon Oct 23 18:34:16 2000 UTC (11 years, 3 months ago) by jkh
Branches: RELENG_4
Diff to: previous 1.40.2.3: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.3: +12 -12 lines
MFC: more informative errx() messages, use ISO string functions.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Oct 22 09:53:27 2000 UTC (11 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +12 -12 lines
Cause fatal error messages to be a little more helpful to the programmer concerning where they're taking place. Switch from [r]index() to str[r]chr() functions, which are more ISO compliant. Prompted by: Edward Welbourne <eddy@vortigen.demon.co.uk>
Revision 1.35.2.9: download - view: text, markup, annotated - select for diffs
Wed Sep 20 13:42:00 2000 UTC (11 years, 4 months ago) by sobomax
Branches: RELENG_3
Diff to: previous 1.35.2.8: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.2.8: +23 -6 lines
MFC: Fix handling of symlinks pointing to a directory.
Revision 1.40.2.3: download - view: text, markup, annotated - select for diffs
Wed Sep 20 08:53:55 2000 UTC (11 years, 4 months ago) by jkh
Branches: RELENG_4
CVS tags: RELENG_4_1_1_RELEASE
Diff to: previous 1.40.2.2: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.2: +22 -5 lines
MFC: proper parsing of package names, spelling fixes, updates
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Sep 18 07:41:48 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +22 -5 lines
Fix symlink-to-a-dir handling in pkg_delete. Reviewed by: -ports Tested by: bento
Revision 1.40.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 16 01:58:42 2000 UTC (11 years, 6 months ago) by des
Branches: RELENG_4
CVS tags: RELENG_4_1_0_RELEASE
Diff to: previous 1.40.2.1: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.1: +28 -108 lines
MFC: Use libfetch
Revision 1.35.2.8: download - view: text, markup, annotated - select for diffs
Sun Jul 16 01:55:24 2000 UTC (11 years, 6 months ago) by des
Branches: RELENG_3
Diff to: previous 1.35.2.7: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.2.7: +107 -27 lines
Back out MFC to wrong branch
Revision 1.35.2.7: download - view: text, markup, annotated - select for diffs
Sun Jul 16 01:46:38 2000 UTC (11 years, 6 months ago) by des
Branches: RELENG_3
Diff to: previous 1.35.2.6: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.2.6: +28 -108 lines
MFC: use libfetch
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jun 27 11:00:06 2000 UTC (11 years, 7 months ago) by des
Branches: MAIN
CVS tags: PRE_SMPNG
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +28 -108 lines
Use libfetch instead of libftpio. This adds support for http and IPv6.
Revision 1.35.2.6: download - view: text, markup, annotated - select for diffs
Wed Mar 15 09:36:07 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE
Diff to: previous 1.35.2.5: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.2.5: +3 -3 lines
MFC rev 1.41: Fix post-creation cleanup bug.
Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 15 09:35:35 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: RELENG_4
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
MFC rev 1.41: Fix post-creation cleanup bug.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Mar 15 09:18:12 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
Do not preserve UIDs, permissions nor flags of package system files in tar files. This fixes clean-up problems during package creation and does not affect the actual files to be included in the package. The fix submitted on the attributed PR was identical to the one obtained from NetBSD. PR: 17386 Reported by: Adrian Filipi-Martin <adrian@ubergeeks.com> Obtained from: NetBSD
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Feb 19 08:58:54 2000 UTC (11 years, 11 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_0_0_RELEASE
Branch point for: RELENG_4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -1 lines
1. If checking for directory-ness, check "dir" and "dir/" to catch the case where we have a symlink pointing at a dir. 2. Restore stomped character before returning in make_hierarchy()
Revision 1.35.2.5: download - view: text, markup, annotated - select for diffs
Sat Feb 19 08:51:33 2000 UTC (11 years, 11 months ago) by jkh
Branches: RELENG_3
Diff to: previous 1.35.2.4: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.2.4: +3 -1 lines
MFC: better isdir() handling, string-stomping fix.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Feb 8 06:36:08 2000 UTC (12 years ago) by obrien
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a directory is not considered a directory. I have a feeling all the other stat(2) calls should instead be lstat(2) calls, but I have not suffiently determined that the current behavior [especially in isfile()] isn't depended upon by someone. Ok'ed by: JKH
Revision 1.35.2.4: download - view: text, markup, annotated - select for diffs
Thu Jan 6 04:14:52 2000 UTC (12 years, 1 month ago) by jkh
Branches: RELENG_3
Diff to: previous 1.35.2.3: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.2.3: +2 -2 lines
MFC: handle quoted packages.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jan 4 05:08:58 2000 UTC (12 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Deal with package filenames which contain spaces. Submitted by: Ming-I Hsieh <mihs@wm28.csie.ncu.edu.tw> PR: 15667
Revision 1.10.4.13: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:44:31 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.12: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.4.12: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.24.2.10: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:40:45 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_2
Diff to: previous 1.24.2.9: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.9: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.35.2.3: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:45:26 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.35.2.2: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.2.2: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:18:05 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 23 03:59:51 1999 UTC (12 years, 5 months ago) by mharo
Branches: RELENG_3
Diff to: previous 1.35.2.1: preferred, colored; branchpoint 1.35: preferred, colored
Changes since revision 1.35.2.1: +1 -1 lines
MFC: use uname(3) to find out hardware platform, add braces and other minor cleanup
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Wed May 12 06:10:25 1999 UTC (12 years, 9 months ago) by jkh
Branches: RELENG_3
CVS tags: RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
MFC: revive PKG_ADD_BASE
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 12 06:06:49 1999 UTC (12 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
Revive the PKG_ADD_BASE stuff a bit.
Revision 1.24.2.9: download - view: text, markup, annotated - select for diffs
Sat Dec 5 06:30:14 1998 UTC (13 years, 2 months ago) by asami
Branches: RELENG_2_2
Diff to: previous 1.24.2.8: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.8: +3 -3 lines
MFC: uncompressed package support.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Dec 5 06:29:03 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_1_0_RELEASE
Branch point for: RELENG_3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
Fix support for uncompressed (".tar") package types. It's not completely
fixed (chained dependency checking for pkg_add is broken, for one thing)
but at least you can now create one package and use it.
Revision 1.24.2.8: download - view: text, markup, annotated - select for diffs
Wed Oct 14 18:52:55 1998 UTC (13 years, 4 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE
Diff to: previous 1.24.2.7: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.7: +2 -2 lines
MFC: revert lstat to stat
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 14 18:52:04 1998 UTC (13 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_3_0_0_RELEASE
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Revert 1.33; lstat() is indeed the wrong thing to do here. I'll revisit this after release.
Revision 1.24.2.7: download - view: text, markup, annotated - select for diffs
Fri Oct 9 00:01:34 1998 UTC (13 years, 4 months ago) by jkh
Branches: RELENG_2_2
Diff to: previous 1.24.2.6: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.6: +2 -2 lines
MFC: lstat fix.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Oct 9 00:01:16 1998 UTC (13 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Use lstat() rather than stat in determining whether a file exists, otherwise we'll miss the "symlink exists but points nowhere" case. Submitted by: asami and/or possibly <ru@ucb.crimea.ua>
Revision 1.24.2.6: download - view: text, markup, annotated - select for diffs
Fri Sep 11 07:27:18 1998 UTC (13 years, 5 months ago) by jkh
Branches: RELENG_2_2
Diff to: previous 1.24.2.5: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.5: +38 -21 lines
MFC: cleanup() fixes.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Sep 11 07:26:58 1998 UTC (13 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +38 -21 lines
correct usage of cleanup() everywhere - this became bogus when the warnx/errx stuff was added and nobody seems to have noticed. :) Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>
Revision 1.24.2.5: download - view: text, markup, annotated - select for diffs
Tue Sep 8 10:42:41 1998 UTC (13 years, 5 months ago) by jkh
Branches: RELENG_2_2
Diff to: previous 1.24.2.4: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.4: +5 -5 lines
MFC: various enhancements.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Sep 8 10:42:26 1998 UTC (13 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -5 lines
o Set paths internally for pkg_add for tools we might want to invoke. o Fix bogus suffix handling. o Tell user when an FTP url is being xferred rather than being silent. This sort of violates "the unix way" but it stops people from whacking ^C when they think it's hung, too. Sometimes visual indication of success is important. Doesn't spit out anything if not on a TTY.
Revision 1.24.2.4: download - view: text, markup, annotated - select for diffs
Sat Oct 18 05:55:12 1997 UTC (14 years, 3 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_7_RELEASE, RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE
Diff to: previous 1.24.2.3: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.3: +4 -3 lines
MFC: Fixes from NetBSD
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Oct 18 05:54:17 1997 UTC (14 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -3 lines
- do string-magic on the right variable when trying to find dependent packages on the local disk (i.e. package given as filename, not URL) - document $PKG_PATH - use -v on pkg_add for dependent packages Submitted by: hubertf@NetBSD.ORG Obtained from: NetBSD
Revision 1.24.2.3: download - view: text, markup, annotated - select for diffs
Thu Oct 9 07:10:00 1997 UTC (14 years, 4 months ago) by charnier
Branches: RELENG_2_2
Diff to: previous 1.24.2.2: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.2: +18 -14 lines
MFC: Use err(3). Cosmetics in usage string and man page.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 8 07:47:54 1997 UTC (14 years, 4 months ago) by charnier
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +18 -14 lines
Use err(3). Cosmetics in usage string and man page.
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Tue Jul 1 06:14:14 1997 UTC (14 years, 7 months ago) by jkh
Branches: RELENG_2_2
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.1: +39 -5 lines
YAMFC
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jul 1 06:13:50 1997 UTC (14 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +39 -5 lines
Change the naming conventions for preserve'd files and also document the option in pkg_create. Now preserved files start with a . and are named .<filename>.<pkgname>.backup so that their purpose is more clear. Note that just using the preserve option without proper pkg_deps is also foolish since packages being deleted in the incorrect order with preserve on can generate some odd results.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Feb 22 16:09:47 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Revert $FreeBSD$ to $Id$
Revision 1.10.4.12: download - view: text, markup, annotated - select for diffs
Fri Feb 7 07:52:44 1997 UTC (15 years ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_7_RELEASE
Diff to: previous 1.10.4.11: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.11: +3 -3 lines
Adapt to libftpio changes.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 14 07:14:53 1997 UTC (15 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 28 08:28:00 1996 UTC (15 years, 2 months ago) by phk
Branches: RELENG_2_2
CVS tags: RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -4 lines
YAMFC
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Nov 14 07:30:17 1996 UTC (15 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -4 lines
Use new ftpGetURL interface, as result, report FTP error via ftpErrString or net error via hstrerror(h_errno)
Revision 1.10.4.11: download - view: text, markup, annotated - select for diffs
Tue Oct 15 18:38:44 1996 UTC (15 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE
Diff to: previous 1.10.4.10: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.10: +3 -2 lines
Merge from HEAD.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 14 19:41:44 1996 UTC (15 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_2_BP
Branch point for: RELENG_2_2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Fix PR#1557 - chained package dependencies using URLs didn't work.
Revision 1.10.4.10: download - view: text, markup, annotated - select for diffs
Thu Aug 1 12:17:40 1996 UTC (15 years, 6 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.9: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.9: +24 -43 lines
Do my good deed for the day and merge in some recent pkg_install fixes for those folk still supping -stable in the fond hope that folks might occasionally do nice things to it.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 1 12:13:20 1996 UTC (15 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Put verbosity in the right place.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 20 18:33:51 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +22 -41 lines
Make pkg_install understand and use libftpio instead of its own copies of the ftp support routines. Also some cosmetic and minor bug fixes I've been meaning to incorporate for awhile.
Revision 1.10.4.9: download - view: text, markup, annotated - select for diffs
Mon May 27 23:59:07 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_5_RELEASE
Diff to: previous 1.10.4.8: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.8: +11 -6 lines
Merge with HEAD.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 12 06:12:43 1996 UTC (15 years, 11 months ago) by jkh
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +11 -7 lines
Fix a couple of miscellaneous bugs and make pkg_add also support reading from stdin.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Feb 19 02:35:56 1996 UTC (15 years, 11 months ago) by mpp
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Initialize the argument list in the unpack() routine to zero. This prevents a core dump due to the stack being trashed if pkg_add is asked to process something that really isn't a package file.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 12 04:55:38 1995 UTC (16 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +35 -44 lines
Bring my pkg_install improvements forward from 2.1.
Revision 1.10.4.8: download - view: text, markup, annotated - select for diffs
Fri Nov 10 06:44:51 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_0_RELEASE
Diff to: previous 1.10.4.7: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.7: +35 -44 lines
Every time I swear I'll never touch this again, I end up touching it. Bleah. Now the chained dependency adds work from FTP sites. This was really totally broken before, despite my claims to the contrary. Sorry folks. I guess nobody uses the pkg_add ftp://... feature or somebody would have reported it by now! :-)
Revision 1.10.4.7: download - view: text, markup, annotated - select for diffs
Tue Oct 31 20:35:20 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.6: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.6: +2 -2 lines
Sync with HEAD.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 31 20:30:18 1995 UTC (16 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Fix the `pkg_add relative to .' bug. Thank you, Ville! Submitted by: Ville Eerola <ville@vlsi.fi>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 25 15:38:32 1995 UTC (16 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +104 -32 lines
Bring forward my changes from 2.1
Revision 1.10.4.6: download - view: text, markup, annotated - select for diffs
Sun Oct 15 14:08:40 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.5: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.5: +3 -1 lines
Last pen sanitize pass.
Revision 1.10.4.5: download - view: text, markup, annotated - select for diffs
Sat Oct 14 19:11:44 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.4: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.4: +35 -33 lines
Make playpens more suitable for nested use.
Revision 1.10.4.4: download - view: text, markup, annotated - select for diffs
Mon Oct 9 11:54:27 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.3: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.3: +4 -4 lines
Argh. NOW it's the correct version.
Revision 1.10.4.3: download - view: text, markup, annotated - select for diffs
Mon Oct 9 11:49:45 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.2: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.2: +1 -7 lines
Remove something that got committed by mistake.
Revision 1.10.4.2: download - view: text, markup, annotated - select for diffs
Mon Oct 9 11:16:28 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10.4.1: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.4.1: +100 -26 lines
Bring in the first half of my changes to handle dependencies when fetching by URL. This only effects the little-used get-by-URL feature right now.
Revision 1.10.4.1: download - view: text, markup, annotated - select for diffs
Wed Aug 30 07:49:58 1995 UTC (16 years, 5 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +53 -54 lines
Merge changes from the HEAD.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 1 09:49:27 1995 UTC (16 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +18 -14 lines
Round this out. Now seems to transfer packages properly over ftp as it was supposed to. PKG_PATH more sorely needed than ever now.. Hmmmm.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 1 07:16:50 1995 UTC (16 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Argh! I hate my life! I can't seem to do anything right here today. This should restore functionality to the pkg_install suite.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jul 30 09:41:21 1995 UTC (16 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
Change the environment variable this looks for from FTP_PASSIVE to FTP_PASSIVE_MODE. It would be really nice if we could standardise on this name so that all tools (like ncftp) that offer passive/active ftp selection would work seamlessly with one user environment variable setting.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 30 09:33:26 1995 UTC (16 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +36 -50 lines
Totally eliminate the dependency on libftp (which will be removed from the FreeBSD source tree) and switch to the internal ftp routines developed by Poul-Henning and used in sysinstall.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 30 01:44:44 1995 UTC (16 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +12 -3 lines
You can run pkg_info everywhere expect /var/db/pkg directory :-) Running there you got any kind of strange errors from tar caused by treating directories as tar files! Fix it by adding new isfile(name) (check for reg. files) to simple fexists(name) calls.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 24 10:12:59 1995 UTC (16 years, 7 months ago) by asami
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
Use lstat() instead of access() for checking file existence. It works for symlinks too, and according to Rod, access() is evil anyway. Reviewed by: jkh
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 30 03:50:05 1995 UTC (16 years, 8 months ago) by rgrimes
Branches: MAIN
CVS tags: RELENG_2_1_0_BP, RELENG_2_0_5_RELEASE, RELENG_2_0_5_BP, RELENG_2_0_5
Branch point for: RELENG_2_1_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Remove trailing whitespace.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 10 23:00:16 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_0_5_ALPHA
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -8 lines
Fix a long-standing bug that broke pkg_info utterly and probably made pkg_add a little wiggy too.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 26 15:08:20 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +200 -8 lines
Add code for dealing with URLs.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 22 13:58:42 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +15 -2 lines
Export the min_free() function.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 6 00:51:48 1994 UTC (17 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +17 -5 lines
Many of John T. Kohl's patches from NetBSD. Thanks, John! Submitted by: jkohl
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 18 03:39:48 1993 UTC (18 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: RELEASE_2_0, MOVED_NEWCVS, BP_BETA_1_1, BETA_2_0, ALPHA_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +60 -1 lines
Added code for doing % sequence expansion, added new @unexec command.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 6 23:28:42 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -2 lines
Fixed bug in copying script files from absolute locations
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 5 04:54:20 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -0 lines
Made staging area configurable rather than assuming /tmp (-t)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 3 23:01:13 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Lots of misc tweaks, support for arbitrary separators in pkg_info, more intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo).
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Aug 26 01:19:55 1993 UTC (18 years, 5 months ago) by jkh
CVS tags: pkg_install
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
The release version of my package install suite. Please see man pages for info.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 26 01:19:54 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Initial revision
