| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-07-20 | Bump PKGTOOLS_VERSION for today's fix to add/perform.c. | gson | |
| 2006-07-20 | Fix uninitialized variable which was causing pkg_add -u to randomly | gson | |
| dump core. This may fix PR pkg/30292. | |||
| 2006-07-10 | In header files, there shall be no variable definitions, only | rillig | |
| declarations. Found by MIPSpro. | |||
| 2006-07-01 | Fix pkg_info -Q for binary packages, noted by rillig. | dillo | |
| Bump version to 20060701. | |||
| 2006-06-27 | Update usage() to match the manpage - most important, add missing options | hubertf | |
| 2006-05-11 | sprinkle a little (char *) to quell GCC4. | mrg | |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg | |
| 2006-04-25 | HOMEPAGE is not required, noted by wiz. | dillo | |
| 2006-04-24 | Sort. | wiz | |
| 2006-04-24 | Add support for creating summary file containing all information | dillo | |
| about a package repository needed by package managing software. This allows better use of remote binary package repositories. Discussed on tech-pkg. | |||
| 2006-04-18 | Bump for today's timeout change in ftpio.c | hubertf | |
| 2006-04-18 | unpackURL(): | hubertf | |
| Make timeout mechanism's granularity always per-file (inside package) instead of per-package (if not -v) or per-file (inside package, if -v). | |||
| 2006-04-11 | Bump ftp timeout from 10 minutes to 1 hour. | hubertf | |
| When installing teTeX over a dog slow VPN, this can be necessary. | |||
| 2006-04-08 | Formatting nits. | wiz | |
| 2006-04-06 | pkg_add also now check for USE_ABI_DEPENDS. | reed | |
| Check if USE_ABI_DEPENDS or IGNORE_RECOMMENDED was set when this package was built. IGNORE_RECOMMENDED is now historical. Remove on space in warning (and add "ABI") so will fit on standard 80 column console. | |||
| 2006-04-05 | http_expand_URL(): fclose() the fdopen()'ed filedescriptor | hubertf | |
| before leaving the function (for all cases). Actual fix and sanity checking by Dillo & Wiz Coverity CID 2340 | |||
| 2006-04-05 | When recognizing a broken package version/name, | hubertf | |
| make sure to error out really, don't just print a warning and the run into further problems. Coverity CID 2739. | |||
| 2006-04-04 | Bump date, so that version in src and pkgsrc have the same | wiz | |
| version _and_ the same code. | |||
| 2006-03-26 | PR/33123: Murray Armfield: standards compliance & glob.h | christos | |
| Certain fields in glob.h need to be size_t; fix this and version glob(3). http://www.opengroup.org/onlinepubs/000095399/basedefs/glob.h.html | |||
| 2006-03-17 | Put check if "best" is empty back into the right place, messed up | hubertf | |
| in previous commit. Noted by yamt@ | |||
| 2006-03-17 | Fix -uu handling so recursive updates of already installed packages work, | erh | |
| even if the initial package to install isn't installed yet. Bump the version to 20060313. | |||
| 2006-03-17 | Add sanity check if there's a @cwd in the +CONTENT file. | hubertf | |
| If not abort, because we wouldn't know where to put the files. Coverity CID 1358 | |||
| 2006-03-17 | pkg_do(): only use cp2 if it's really set to something useful | hubertf | |
| Coverity CID 1176 | |||
| 2006-03-17 | findbestmatchingname_fn(): catch possible problems if best (vp) | hubertf | |
| contains some strange name (shouldn't happen, but ...) Coverity CID 869 | |||
| 2006-03-17 | findbestmatchingname_fn(): only do something sensible if the pointer | hubertf | |
| handed in is actually usable (not NULL) Fixes Coverity ID 870 | |||
| 2006-03-17 | We can't sprintf() into a NULL pointer - catch that properly | hubertf | |
| for ALL cases. Coverity CID 861 | |||
| 2006-03-17 | Fix filedescriptor leak | hubertf | |
| Coverity CID 1625 | |||
| 2006-03-06 | Fix the "Cannot chdir" error message to actually show the | reed | |
| problem directory name for lsbest and lsall. For example: # pkg_admin -d /usr/packages/DragonFly/1.4.0/i386/All lsbest 'gmake>0' pkg_admin: Cannot chdir to /var/db/pkg: No such file or directory Should show: pkg_admin: Cannot chdir to /usr/packages/DragonFly/1.4.0/i386/All: No such file or directory | |||
| 2006-01-25 | Add conditional code to ignore the non-numeric part of an OS version | joerg | |
| for the sake of compatibility tests in pkg_add. E.g. DragonFly versions like 1.4.0-RELEASE are reduced to 1.4.0 This code is disabled by default on NetBSD. | |||
| 2006-01-08 | Use MaxPathSize instead of PATH_MAX (like everywhere else here). | wiz | |
| 2006-01-04 | sync with pkgsrc version. | christos | |
| 2005-12-08 | (pkg_do) When marking already installed package as manually installed, | dillo | |
| only print message if we succeeded. Noted by wiz. | |||
| 2005-12-06 | Specify the full path to tar when unpacking a package. | ben | |
| Modify pfcexec so the new process file name can be different from argv[0]. This fix is from Peter Postma, and it addresses PR#32228 | |||
| 2005-12-03 | Only warn about running as non-root when -v is given | hubertf | |
| (or when running in non-unprivilegedmode, but how to detect?) | |||
| 2005-11-28 | Correct PAX_CMD to be pax. | ben | |
| 2005-11-23 | Conditionally include header files, and include nbcompat.h | ben | |
| Addresses PR#32149 | |||
| 2005-11-23 | Remove unused variable "argc" in function apply_perms(). | tron | |
| 2005-11-23 | Reduce the use of the system() function in pkg_install to avoid quoting | ben | |
| problems. Instead, use exec*() functions. Replace PUSHOUT() macro and string buffers with a function that operates on data structures. If it is necessary to copy files into place from staging area, then use pax to copy them. Add functions in pexec.c to create a pipe for sending data to a child process. Replace pipe code in create/perform.c with these functions. Use these functions instead of command-line arguments when copying files into place from staging area. Three system() references remain: @exec, @unexec, and vsystem(). | |||
| 2005-11-14 | Bump version for ``pkg_info -Q against local binary packages'' fix. | dillo | |
| 2005-11-14 | Fix first part of PR 32068: pkg_info -Q broken for local binary packages | dillo | |
| Add BUILD_INFO_FNAME to the files to extract for SHOW_BI_VAR. | |||
| 2005-11-13 | Get rid of cvs merge botch in previous. | agc | |
| 2005-11-13 | The Dewey number comparison routines were added by myself in 2002 in | agc | |
| revision 1.32 of pkg_install/lib/str.c, and have absolutely nothing to do with the original FreeBSD utilities. Place the appropriate (3 clause) copyright on this file. | |||
| 2005-11-13 | Handle -1 return value from dewey_match. | wiz | |
| 2005-11-13 | Do not use errx in dewey_match, return -1 instead. | wiz | |
| 2005-11-08 | Remove some unnecessary header includes. | wiz | |
| 2005-11-07 | Bump version for pkg_info -B fix. | dillo | |
| 2005-11-07 | Don't add INSTALLED_INFO to the list of files to extract from binary | dillo | |
| packages, it will never be there. Fixes pkg_info -B against binary packages broken when INSTALLED_INFO support was added. | |||
| 2005-11-07 | Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@ | wiz | |
| on tech-pkg. | |||
| 2005-11-07 | Sync with pkgsrc: wrap some headers in #ifs. | wiz | |
| 2005-11-06 | Use config.h and add appropriate #if HAVE_FOO_H. | wiz | |
