Commit graph

21 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
asau
1c75ec9f88 Update to cscope 15.8a
Changes since 15.7a

 - Allow usage of function keys ctrl-f and ctrl-b even from result pane.
 - More informative display of position in a multi-screenful result set.
 - Handle source files with freaky large numbers of lines.
 - Search for assignment failed to recognize >>= and <<=,
   incorrectly recognized ~=, and was implemented somewhat clumsily.
 - Added vi plugin to read cscope db's
 - Tolerate C++ :: scope operator inside argument lists, too.
 - Bug fixes.
2012-10-25 08:28:20 +00:00
tron
ce9af7a0c2 Update "cscope" package to version 15.7a. This version fixes the
security vulnerability reported in CVE-2009-0148.
2009-05-23 09:04:01 +00:00
ghen
f77744e319 When Vim receives a SIGWINCH when its window is resized, it passes the signal
on to cscope when it's running (whether this is correct or not is a different
discussion).  The signal handler in cscope tries to ungetch() which crashes if
cscope is running in line mode (as under Vim) as opposed to under ncurses.

From Philip Paeps <philip@freebsd.org>.  Bump PKGREVISION.
2008-12-17 17:01:15 +00:00
wiz
2bc866a954 Fix patch-ah, bump PKGREVISION.
From martijnb at atlas.ipv6.stack.nl in PR 35451.
2007-01-20 23:39:44 +00:00
wiz
a92d7b4517 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.)
2007-01-06 22:45:49 +00:00
salo
74284b9e93 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-08-24 22:02:02 +00:00
tron
c22463d94b Add missing RCS Ids. 2006-05-29 13:51:20 +00:00
tron
1a4ed9f751 Integrate Debian's fix for security whole reported in CVE-2004-2541.
Bump package revision.
2006-05-29 13:48:53 +00:00
yyamano
e157c8fb66 Make this build on Darwin. 2006-03-23 16:09:32 +00:00
wiz
9ecad91e80 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-10-03 15:00:12 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
7239f29672 Apply patch from Debian package against CAN-2004-0996; based on patch
by Gerardo Di Giacomo. Bump PKGREVISION.
2004-12-17 22:29:06 +00:00
wiz
f701226752 Add patch from Kailash Sethuraman in PR 25471 that removes an obsolete
sort(1) flag. PKGREVISION=2.
2004-05-05 13:25:27 +00:00
wiz
4c949c482a Update to 15.4: bugfix release. 2003-07-12 07:04:32 +00:00
wiz
e21108c56c Remove obsolete "-y" flag from sort call; bump PKGREVISION.
Patch from Istvan Marko in PR 19425.
2003-03-22 06:05:26 +00:00
seb
e865689d2d Regen some patches so Solaris' /usr/bin/gpatch is happier with them. 2002-06-12 13:16:50 +00:00
seb
a59d2f2562 Upgrade to version 15.3
Changes in release 15.3: Improvements, major bug fixes, XEmacs, Vim and web
interface support
Changes in release 15.1: Improvements to interface and major bug fixes
2001-10-03 14:57:21 +00:00
jlam
90d37a0733 Fix stupid change by package author that looked for files explicitly in
/usr/local/lib and that explicitly set LDFLAGS to nothing.
2001-06-20 03:19:20 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
Renamed from devel/cscope/files/md5 (Browse further)