2007-01-06 23:45:49 by Thomas Klausner | Files touched by this commit (14) |
Log message:
Update to 15.6:
Some security problems have been addressed, and overall stability
has improved. There are no new features.
(The security problems were already fixed in pkgsrc.)
|
2006-08-25 00:02:02 by Lubomir Sedlacik | Files touched by this commit (10) |
Log message:
Security fix for SA21601:
"Will Drewry has reported some vulnerabilities in Cscope, which
potentially can be exploited by malicious people to compromise
a vulnerable system.
1) Various boundary errors within the parsing of file lists or
the expansion of environment variables can be exploited to
cause stack-based buffer overflows when parsing specially
crafted "cscope.lists" files or directories.
2) A boundary error within the parsing of command line arguments
can be exploited to cause a stack-based buffer overflow when
supplying an overly long "reffile" argument.
Successful exploitation may allow execution of arbitrary code."
Patches adapted from cscope CVS. Bump PKGREVISION.
|
2006-05-29 15:51:20 by Matthias Scheler | Files touched by this commit (12) |
Log message:
Add missing RCS Ids.
|
2006-05-29 15:48:53 by Matthias Scheler | Files touched by this commit (13) |
Log message:
Integrate Debian's fix for security whole reported in CVE-2004-2541.
Bump package revision.
|
2006-03-23 17:09:32 by Yuji Yamano | Files touched by this commit (3) |
Log message:
Make this build on Darwin.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2005-10-03 17:00:12 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
Update to 15.5:
(2003/08/14 - broeker) Cleaned up man page, INSTALL and TODO files.
(2003/08/14 - broeker) Have configure check for <regex.h>. Bail out if none
found.
(2003/08/14 - broeker) New options --help and --version.
(2003/06/12 - broeker) New option -v to output progress updates even in
line mode. To be used by interface kscope.
(2003/06/02 - broeker) Use the basename of files only to test for SCCS/RCS
files in -R traversal.
(2003/04/29 - broeker) Check that a src file is a regular file before trying to
scan it. Change from S_IFDIR/S_IFREG bit tests to
macros S_ISDIR/S_ISREG.
(2003/03/05 - broeker) Remove '-y' option from pipe call to utility "sort".
It's long since deprecated, and some modern versions
will barf seeing it.
(2003/03/02 - broeker) Don't restrict to 14 character filenames any longer.
(2003/01/23 - broeker) Update to latest auto* tools. First step towards
integration of GNOME GUI version.
(2002/12/11 - broeker) Get rid of deprecated ={...} style actions in egrep.y.
Use plain {...} instead.
(2002/10/29 - broeker) Fix bug #588671: disprefs was still 0 if only 1 very
long reference output shown by curses display.
(2002/08/27 - broeker) Fix bug #600494: use mygetenv() for HOME, and provide
a fall-back if it's not there.
|
2005-09-20 05:52:01 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Do previous in a better way by asking for "byacc" instead of \
"yacc",
as this will avoid using bison completely. This fixes PR pkg/31321.
|
2005-08-07 21:47:23 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Force use of "yacc" instead of "bison" because (at least the \
current
version of) bison cannot parse the grammar file.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|