Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-31 | Fix the man page patch to match the current digest man page. While | atatat | 3 | -64/+24 | |
I'm here, also adjust the length of DESCR to less than 24 lines (requested in private email). | |||||
2005-03-30 | Update to version 0.6. | seb | 2 | -6/+6 | |
Support NetBSD release like X.Y.Z_LABEL eg 1.6.2_STABLE. | |||||
2005-03-28 | Update this package after the additions of the new hashes to the digest | agc | 3 | -23/+30 | |
package. Fixes PR 29795 from A L Meyers. | |||||
2005-03-28 | Improve a warning; from Lex Wennmacher in PR 29796. | wiz | 1 | -2/+2 | |
2005-03-26 | Fix typo: hypen -> hyphen (twice!) | hubertf | 1 | -3/+3 | |
Noted by burnhard on #NetBSD (IRCnet) | |||||
2005-03-24 | Include stdint.h because uint32_t is used. Makes the package build on | minskim | 1 | -0/+7 | |
Linux again. | |||||
2005-03-23 | fix a memory leak. | yamt | 1 | -2/+4 | |
2005-03-23 | Update digest to version 20050323. The whirlpool digest algorithm was | agc | 9 | -24/+2023 | |
added in this version, taken from the reference code from the NESSIE project. Passes regression test suite on NetBSD/{i386,sparc64} and also on SunOS 5.9 sparc (thanks, Jonathan). | |||||
2005-03-22 | Bump date for tiger. > -> \*[Gt] | wiz | 1 | -3/+3 | |
2005-03-22 | Add support for the tiger algorithm to digest. | agc | 9 | -13/+880 | |
Bump version to 20050310. The cabal known as the cryptographers might like to have a look at the first two results in test 6 of the regression tests. | |||||
2005-03-21 | 1.27: Do not add LIBTOOL_OVERRIDE to Makefiles by default -- the pkgsrc | wiz | 2 | -7/+3 | |
default is usable for nearly all cases. | |||||
2005-03-20 | Drop extra word. | jmmv | 1 | -2/+2 | |
2005-03-20 | Address PR pkg/24744 by Jarmo Jaakkola <jarmo.jaakkola@iki.fi>: | hubertf | 2 | -6/+6 | |
* ftp.fi.netbsd.org returns "257" in return to a "cd" command, accept that (in addition to 250 and 550). Seems to be allowed per RFC 959. * Make buffer for reply bigger (not too big, as it may hit performance). * Bump PKGTOOLS_VERSION (NOT!!! PKGTOOLS_REQD) to 20050318 | |||||
2005-03-14 | NROFF isn't used here; don't define it. | tv | 1 | -3/+1 | |
2005-03-14 | Fix typo in previous. | tv | 1 | -2/+2 | |
2005-03-14 | There's no need to manually format and install a nroffed manpage. | tv | 2 | -15/+3 | |
Install the source and let man(1) do it. | |||||
2005-03-11 | Never access argv[i+1] before you know that argv[i] != NULL. Approved | rillig | 1 | -6/+6 | |
by wiz. | |||||
2005-03-07 | update pkglint to 4.09: | abs | 2 | -6/+10 | |
Handle ! in .if conditionals, plus move slightly closer to the real 'make's behaviour when using defined() and empty(). Should fix pkg/28346 | |||||
2005-03-07 | Bring over the clearer mismatch warning message from src. | agc | 1 | -3/+3 | |
+ state that the message is just a warning + make it clearer what an OS mismatch is | |||||
2005-03-07 | On IRIX, only link in ABI specific files to avoid conflicts lateron | jschauma | 2 | -134/+48 | |
2005-03-05 | Instead of disabling the randrext and Xrandr packages on systems | wiz | 1 | -9/+1 | |
which have no extutil.h header file, just make them depend on the xextensions package which provides it. Bump PKGREVISION for Xrandr and randrext. Add builtin.mk file for xextensions. jlam says ok. | |||||
2005-02-28 | Update to 1.56: | wiz | 3 | -21/+43 | |
Add new -N option, showing for each installed package any corresponding entries in pkgsrc/doc/TODO (to give you an idea what updates you could be interested in :) ). While here, sort options in usage. Ok'd by abs@. | |||||
2005-02-24 | Minor wording changes. Fixed a bug. (The string "$line->text" does not call | rillig | 2 | -10/+8 | |
the method text() on $line, so I had to get the method call out of the string quotes. Approved by jlam. | |||||
2005-02-24 | Add RMD160 digests. | agc | 4 | -4/+8 | |
2005-02-23 | 4.07: Use correct variable in workdir-cleanup warning. | wiz | 2 | -4/+4 | |
2005-02-21 | Claim maintainership. | wiz | 1 | -2/+2 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2005-02-21 | sync with src: | grant | 1 | -3/+3 | |
initialise a variable before using it. pkg_info binpkg.tgz would pass garbage on the command line to tar(1). | |||||
2005-02-20 | sync with src: | grant | 1 | -3/+3 | |
cast return value of min_free() to uint64_t. fixes pkg_add <binarypkg> on Solaris 8. | |||||
2005-02-20 | turn off shlib dependency checking for openwin, which can have X shared | grant | 1 | -1/+6 | |
libraries dependencies missing from a "normal" installation. | |||||
2005-02-20 | don't use the implied source in the `bits' rule, just specify the | grant | 1 | -2/+2 | |
source. appeases make(1) on Solaris. | |||||
2005-02-17 | Included the location of the warning or error in the messages for | rillig | 2 | -33/+30 | |
everything except Makefiles. (Makefiles which will follow soon.) This makes most warnings more useful. Together with the last few changes, we are now at version 4.06. Approved by wiz. | |||||
2005-02-16 | Rewrote the readmakefile routine. Now pkglint runs faster, and the log | rillig | 1 | -55/+26 | |
messages are formatted nicer. It produces more (reasonable) warnings, but also some more false positives. Did not increase DISTNAME, as the change is not yet big enough. Approved by wiz. | |||||
2005-02-16 | Changed the message about sorting PLIST files from FATAL to WARNING. | rillig | 1 | -2/+2 | |
Approved by wiz. | |||||
2005-02-15 | redo previous in a slightly different way to appease NetBSD make(1). | grant | 1 | -2/+4 | |
2005-02-15 | Add -M flag to search for packages by maintainer. | peter | 3 | -27/+37 | |
Reviewed by wiz. | |||||
2005-02-15 | pkgtools/pkglint: Added checks for proper quoting of shell variables | rillig | 2 | -17/+26 | |
($ vs. $$). Welcome to 4.05. Approved by wiz. | |||||
2005-02-15 | Revert previous, since it breaks compilation on 2.0 and -current. | wiz | 1 | -4/+3 | |
See PR 29387. | |||||
2005-02-15 | honour LDFLAGS when linking the `bits' binary. | grant | 1 | -3/+4 | |
2005-02-14 | Make file(1) happy about plist-clash.pl. Fixes PR#29366 by Akio OBATA. | cube | 2 | -4/+3 | |
Welcome to version 4.04. | |||||
2005-02-14 | Redo previous; follow the new idiom of quoting variables ("\"${XYZ}"\") | uebayasi | 1 | -5/+5 | |
which may be passed to command line, and may contain white spaces. | |||||
2005-02-12 | Pkglint now checks that the file entries in PLIST files are correctly | rillig | 2 | -4/+13 | |
sorted. Welcome to 4.03. | |||||
2005-02-12 | Added type checking for Makefile variables. The typechecking is | rillig | 1 | -1/+2 | |
experimental and has been announced on tech-pkg to make the package developers aware of it. | |||||
2005-02-12 | Added type checking for Makefile variables. The typechecking is | rillig | 3 | -5/+142 | |
experimental and has been announced on tech-pkg to make the package developers aware of it. | |||||
2005-02-12 | Quote command strings to be passed to configure script. | uebayasi | 1 | -5/+5 | |
2005-02-11 | regen from man page update. pointed out by jlam@ - thanks! | grant | 1 | -6/+3 | |
2005-02-11 | Fixed bug in checkline_trailing_whitespace. No warnings were emitted | rillig | 2 | -4/+6 | |
before. Stripped non-leading "." path components in the log messages. Welcome to 4.01. | |||||
2005-02-10 | pull in binary pkg handling changes from src: | grant | 5 | -31/+14 | |
rework pkg_info(8) operating on binary packages, deprecating the `-.' argument as it is no longer required (but is retained as a no-op for backward compatibility). the behaviour is now what is expected and intended: - when the pkg argument is path (absolute or relative) to a binary pkg, pkg_info operates on it. - when no pkg argument is given, or the argument is not a binary pkg path, pkg_info operates on the installed packages. `pkg_info foo-1.0.tgz', `pkg_info /path/to/foo-1.0.tgz', etc. now work correctly when foo-1.0.tgz is in the cwd. bump PKGTOOLS_VERSION to 20050210. | |||||
2005-02-10 | Update to 1.3: show a more descriptive usage message, useful as a quick | jmmv | 2 | -4/+20 | |
reference. Per tv@'s suggestion. | |||||
2005-02-09 | Update pkg_chk to 1.55 | abs | 2 | -4/+4 | |
Update the final ${PKG_INFO} working on files to include -. |