pkgsrc/devel/global/PLIST
wiz b66a58ae53 global: update to 6.6.1.
Version 6.6.1 - December 16 2017

[FIXED BUG]
o gozilla: A critical vulnerability (CVE-2017-17531) was found in a unknown
  function of gozilla(1). It allows remote attackers to execute arbitrary
  code via a crafted URL. All gozilla(1) before GLOBAL-6.6.1 have the vulnerability.
  Now it is fixed.

- What is the unknown function?
Gozilla accepts a URL as an argument, and invokes a web browser with the URL.
Though it is undocumented, it is implied in the online manual as follows:

> BUGS
>         Gozilla can accept not only source files but also text files,
>         directories, HTML files and even URLs, because it is omnivorous.

Version 6.6 - December 12 2017

[CHANGES]
New facilities:
o gtags: Added support for glob patterns in langmap variable in gtags.conf(5).
  Now, you can treat source files without extension like ctags(1).
  (e.g. :langmap=Make\:.mak.mk([Mm]akefile):)

Changed:
o gozilla: Changed the default browser from 'mozilla' to 'firefox'.
o gtags.conf.in: Updated to adapt to the latest ctags(s).
  Removed: common-ctags-maps
  Updated: exuberant-ctags, universal-ctags

[INCOMPATIBLE CHANGES]
o universal-ctags.la: The --extra option in Exuberant-ctags is renamed
  to --extras (plural) in Universal-ctags for making consistent with
  --kinds-<LANG> and --fields.

[FIXED BUGS]
o gtags: (parser error) picked up a typedef name as both of definition
  and reference. Now it works.
	Input:
	[a.h]
	typedef struct a A;

	$ global -x A
	A                   1 a.h              typedef struct a A;
	$ global -x A -r
	(global-6.5.7)
	A                   1 a.h              typedef struct a A;
	(global-6.6)
	no output

o global: the -i option does not work correctly in some conditions.
  Now it works.
o global: didn't accept pattern as a string literal with the --from-here
  option, even if the --literal option was specified. Now, global(1)
  accepts pattern as a string literal with the --literal option.
o libdb: there was 4 Gbyte limitation on the system where `off_t' is 64 bits
  and `long' is 32 bits. Now it is eliminated.
o libparser: php parser was not reset state for each source file.
  So, it was producing unintelligible results. Now it is fixed.
o gozilla: with wrong argument caused segmentation violation.
	$ gozilla -d
	Segmentation fault: 11
  Now it displays usage.
2018-01-10 09:51:57 +00:00

99 lines
2.7 KiB
Text

@comment $NetBSD: PLIST,v 1.26 2018/01/10 09:51:57 wiz Exp $
bin/global
bin/globash
bin/gozilla
bin/gtags
bin/gtags-cscope
bin/htags
bin/htags-server
info/global.info
lib/gtags/exuberant-ctags.la
lib/gtags/pygments-parser.la
lib/gtags/universal-ctags.la
lib/gtags/user-custom.la
man/man1/global.1
man/man1/globash.1
man/man1/gozilla.1
man/man1/gtags-cscope.1
man/man1/gtags.1
man/man1/htags-server.1
man/man1/htags.1
man/man5/gtags.conf.5
share/gtags/AUTHORS
share/gtags/BUILD_TOOLS
share/gtags/COPYING
share/gtags/COPYING.LIB
share/gtags/ChangeLog
share/gtags/DONORS
share/gtags/FAQ
share/gtags/INSTALL
share/gtags/LICENSE
share/gtags/NEWS
share/gtags/PLUGIN_HOWTO
share/gtags/PLUGIN_HOWTO.pygments
share/gtags/README
share/gtags/README.PATCHES
share/gtags/SERVERSIDE_HOWTO
share/gtags/THANKS
share/gtags/completion.cgi
share/gtags/dot_htaccess
share/gtags/elvis-2.2_0.patch
share/gtags/elvis.rc
share/gtags/geco.rc
share/gtags/global.cgi
share/gtags/globash.rc
share/gtags/gtags-cscope.vim
share/gtags/gtags.conf
share/gtags/gtags.el
share/gtags/gtags.pl
share/gtags/gtags.vim
share/gtags/icons/back.png
share/gtags/icons/bottom.png
share/gtags/icons/c.png
share/gtags/icons/dir.png
share/gtags/icons/first.png
share/gtags/icons/help.png
share/gtags/icons/index.png
share/gtags/icons/last.png
share/gtags/icons/left.png
share/gtags/icons/n_bottom.png
share/gtags/icons/n_first.png
share/gtags/icons/n_last.png
share/gtags/icons/n_left.png
share/gtags/icons/n_right.png
share/gtags/icons/n_top.png
share/gtags/icons/pglobe.png
share/gtags/icons/right.png
share/gtags/icons/text.png
share/gtags/icons/top.png
share/gtags/jquery/images/file.png
share/gtags/jquery/images/folder-closed.png
share/gtags/jquery/images/folder.png
share/gtags/jquery/images/minus.png
share/gtags/jquery/images/plus.png
share/gtags/jquery/images/treeview-black-line.png
share/gtags/jquery/images/treeview-black.png
share/gtags/jquery/images/treeview-default-line.png
share/gtags/jquery/images/treeview-default.png
share/gtags/jquery/images/treeview-famfamfam-line.png
share/gtags/jquery/images/treeview-famfamfam.png
share/gtags/jquery/images/treeview-gray-line.png
share/gtags/jquery/images/treeview-gray.png
share/gtags/jquery/images/treeview-red-line.png
share/gtags/jquery/images/treeview-red.png
share/gtags/jquery/jquery.js
share/gtags/jquery/jquery.suggest.css
share/gtags/jquery/jquery.suggest.js
share/gtags/jquery/jquery.treeview.css
share/gtags/jquery/jquery.treeview.js
share/gtags/jscode_suggest
share/gtags/jscode_treeview
share/gtags/script/elvis-global
share/gtags/script/global-client
share/gtags/script/gtags-client
share/gtags/script/htags-client
share/gtags/script/less-global
share/gtags/script/maps2conf.pl
share/gtags/script/pygments_parser.py
share/gtags/style.css
share/gtags/vim74-gtags-cscope.patch