Commit graph

200383 commits

Author SHA1 Message Date
sbd
dc1fcade77 For all packages include ghostscript.buildlink3.mk:
s/ghostscript.buildlink3.mk/buildlink3.mk/

Bump PKGREVISIONs
2013-04-25 03:53:11 +00:00
jnemeth
85bdb84ffc sort 2013-04-25 03:50:20 +00:00
sbd
2e5917e407 Add print/ghostscript/buildlink3.mk 2013-04-25 03:46:06 +00:00
tron
fad26cd9fa Note update of the "phpmyadmin" package to version 3.5.8.1. 2013-04-24 20:06:35 +00:00
tron
d3bf19e15a Update "phpmyadmin" package to version 3.5.8.1. Changes since 3.5.8:
- [security] Remote code execution (preg_replace), reported by Janek Vind
  (see PMASA-2013-2)
- [security] Locally Saved SQL Dump File Multiple File Extension Remote Code
  Execution, reported by Janek Vind (see PMASA-2013-3)
2013-04-24 20:06:02 +00:00
adam
25868c3c0b Updated lang/gcc47 to 4.7.3 2013-04-24 20:01:21 +00:00
hiramatsu
56a35bf4dc Updated devel/p5-XSLoader to 0.16. 2013-04-24 16:38:06 +00:00
hiramatsu
85be6a05e3 Update p5-XSLoader to 0.16.
Changes from previous:
----------------------
0.16 - 2012.09.03 - SAPER
    - [CODE] Synced from bleadperl.
    - [DOC] CPAN-RT #77294: Fixed some spelling and grammer errors.
    - [TESTS] CPAN-RT #77557: Tests started to fail with Perl 5.15.5
    - [DIST] Perl-RT #114050: Added meta-information in Makefile.PL to
      reflect that the module is maintained by P5P.
2013-04-24 16:37:29 +00:00
wen
69f482b375 Updated textproc/p5-Text-Xslate to 2.0001 2013-04-24 15:01:32 +00:00
wen
6c9731ec07 Update to 2.0001
Adjust DEPENDS

Upstream changes:
2.0001 2013-04-24 16:24:22
    [FEATURES]
    - Support PUREPERL_ONLY build
      See the Lancaster Consensu:
      219db464af/lancaster-consensus.md (specifying-pure-perl-builds)

2.0000 2013-02-20 09:21:08
    - No code change from 1.9999_01

1.9999_01 2013-02-16 15:44:31
    [CHANGES]
    - Migrate from Any::Moose to Mouse because Any::Moose is deprecated

1.6002 2012-12-19 22:54:55
    [BUG FIXES]
    - Fix a bug where TTerse created no variable scopes (thanks to Yappo)
2013-04-24 15:00:32 +00:00
wen
1fe103f4a5 Updated devel/p5-Mouse to 1.08 2013-04-24 14:49:03 +00:00
wen
87749577bd Update to 1.08
Upstream changes:
1.08 2013-04-24 16:20:53
    [FEATURES]
    - Support PUREPERL_ONLY
      See the Lancaster Consensus:
      219db464af/lancaster-consensus.md (specifying-pure-perl-builds)

1.07 2013-04-24 08:47:17
    [BUG FIXES]
    - Make trigger pass in the old value for Moose compatibility
      (PR#6 by schwern)

    [TEST FIXES]
    - Get perlcritic tests working for PC 1.118 (PR#6 by schwern)

1.06 2013-04-09 23:40:02
    [TEST FIXES]
    - Resolve RT#84518 caused by hash randomization

1.05 2013-02-08 00:32:33
    [BUG FIXES]
    - Fix a memory leak introduced by v1.04 (creaktive & aiyumi, pull-req #4)
2013-04-24 14:47:10 +00:00
adam
8deed38c45 Changes 4.7.3:
http://gcc.gnu.org/gcc-4.7/changes.html
2013-04-24 14:31:50 +00:00
obache
92edd0577f + py-polib 2013-04-24 13:35:26 +00:00
obache
2dc5756176 Added devel/py-polib version 1.0.3 2013-04-24 13:34:42 +00:00
obache
9309be14f7 Import py27-polib-1.0.3 as devel/py-polib.
Based on PR pkg/47459 by Richard PALO.

polib is a library to manipulate, create, modify gettext files (pot, po and mo
files). You can load existing files, iterate through its entries, add, modify
entries, comments or metadata, etc. or create new po files from scratch.

polib supports out of the box any version of python ranging from 2.4 to latest
3.X version.

polib is pretty stable now and is used by many opensource projects.

polib is completely free and opensource, the license used is the MIT license.
It was developed back in 2006 by David Jean Louis and it is still actively
maintained.
2013-04-24 13:34:28 +00:00
jperkin
cd179cb6bb Updated databases/couchdb to 1.3.0 2013-04-24 12:23:13 +00:00
jperkin
0dc98c3aa5 Update databases/couchdb to 1.3.0. Changes since 1.2.1:
Version 1.3.0
-------------

HTTP Interface:

 * No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the
   rewriter.
 * Limit recursion depth in the URL rewriter. Defaults to a maximum of 100
   invocations but is configurable.
 * Fix _session for IE7.
 * Added Server-Sent Events protocol to db changes API. See
   http://www.w3.org/TR/eventsource/ for details.
 * Make password hashing synchronous when using the /_config/admins API.
 * Include user name in show/list ETags.
 * Experimental support for Cross-Origin Resource Sharing (CORS). See
   http://www.w3.org/TR/cors/ for details.

Replicator:

 * The replicator will use a new server-wide UUID in checkpoint IDs to
   improve the chances of an efficient resume.

Storage System:

 * Fixed unnecessary conflict when deleting and creating a
   document in the same batch.

View Server:

 * Additional response headers may be varied prior to send().
 * GetRow() is now side-effect free.

Futon:

 * Disabled the link to the Futon test suite. These tests were causing problems
   when run from a browser, and are now available via the CLI instead.
 * Added view request duration to Futon.
 * Disable buttons for actions that the user doesn't have permissions to.

Security:

 * Passwords are now hashed using the PBKDF2 algorithm with a configurable work
   factor.

Test Suite:

 * Moved the JS test suite to the CLI.
 * Improved tracebacks printed by the JS CLI tests.
 * Improved the reliability of a number of tests.

UUID Algorithms:

 * Added the utc_id algorithm.

URL Rewriter & Vhosts:

 * Database name is encoded during rewriting (allowing embedded /'s, etc).
 * Reset rewrite counter on new request, avoiding unnecessary request failures
   due to bogus rewrite limit reports.

Build System:

 * C/C++ compiler detection has been improved.
 * Autoconf v2.63 is now required if building from Git checkout directly. See
   DEVELOPERS file for more details.
 * Fixed issue in couchdb script where stopped status returns before process
   exits.

Version 1.2.2
-------------

HTTP Interface:

 * Reset rewrite counter on new request, avoiding unnecessary request failures
   due to bogus rewrite limit reports.

Build System:

 * Fixed issue in couchdb script where stopped status returns before process
   exits.
2013-04-24 12:22:37 +00:00
rodent
eecf9d7691 +ispell-gl 2013-04-24 11:45:41 +00:00
rodent
648e3dd914 Added textproc/ispell-gl version 0.5 2013-04-24 11:45:15 +00:00
rodent
c453ea34ca Import ispell-gl-0.5 as textproc/ispell-gl.
This an ispell dictionary for Galician, using the "Minimos" standard. It's
freely available under the terms of the GNU GPL, version 2. You can freely
redistribute and/or use it for spell checking with the program ispell.
2013-04-24 11:45:00 +00:00
rodent
dae7d381fb Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages.
Fixed PLIST for ispell-en_GB.
2013-04-24 11:15:41 +00:00
rodent
4c38578055 Moved -> Renamed for the ispell changes. 2013-04-24 10:47:17 +00:00
sbd
93ac42bae1 Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run
Bump PKGREVISION
2013-04-24 10:10:13 +00:00
sbd
dfef16ab5a Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
sbd
0cc98fdd57 Use the ghostscript meta-package instead of ghostscript-gpl or
ghostscript-agpl.

Reverts revisions 1.255 and 1.254

   ----------------------------
   revision 1.255
   date: 2013/03/16 23:03:33;  author: dholland;  state: Exp;  lines: +3 -3
   print/ghostscript -> print/ghostscript-agpl
   ----------------------------
   revision 1.254
   date: 2013/03/16 21:47:14;  author: dholland;  state: Exp;  lines: +13 -3
   Choose ghostscript package for ghostscript tools based on whether
   gnu-agpl-* is in ACCEPTABLE_LICENSES.

   This is mostly the same as the old ghostscript type logic that was
   removed in version 1.223.
2013-04-24 09:55:03 +00:00
sbd
99e8cfbea2 Re-add ghostscript 2013-04-24 09:53:45 +00:00
sbd
84f8fccfc6 Updated print/ghostscript to 9.05nb4 2013-04-24 09:52:54 +00:00
sbd
d631ff8266 Add print/ghostscript meta-package to allow selection of the prefered
ghostscript. i.e: ghostscript-gpl or ghostscript-agpl
2013-04-24 09:52:38 +00:00
wiz
1aea1ada61 Updated sysutils/cdrtools to 3.01alpha14 2013-04-24 09:40:48 +00:00
wiz
ba4d68ed4f Update to 3.01a14:
All:

-	Fixed a typo in include/schily/stat.h related to nanosecond
	handling for NetBSD and OpenBSD

-	New autoconf tests for sys/capability.h and cap_*() functions
	from Linux -lcap

	WARNING: If you do not see this:

		checking for cap_get_proc in -lcap... yes
		checking for cap_get_proc... yes
		checking for cap_set_proc... yes
		checking for cap_set_flag... yes
		checking for cap_clear_flag... yes

	your Linux installation is insecure in case you ever use the
	command "setcap" to set up file capabilities for executable commands.

	Note that cdrtools (as any other command) need to be capabylity aware
	in order to avoid security leaks with enhanced privileges. In most
	cases, privileges are only needed for a very limited set of operations.
	If cdrtools (cdrecord, cdda2wav, readcd) are installed suid-root, the
	functions to control privileges are in the basic set of supported
	functions and thus there is no problem for any program to control it's
	privileges - if they have been obtained via suid root, you are on a
	secure system.

	If you are however on an incomplete installation, that supports to
	raise privileges via fcaps but that does not include developer support
	for caps, the programs get the privileges without being able to know
	about the additional privileges and thus keep them because they cannot
	control them.

	WARNING: If you are on a Linux system that includes support for
	fcaps (this is seems to be true for all newer systems with
	Linux >= 2.6.24) and there is no development support for capabilities
	in the base system, you are on an inherently insecure system that allows
	to compile and set up programs with enhanced privileges that cannot
	control them.

	In such a case, try to educate the security manager for the related
	Linux distribution. Note that you may turn your private installation
	into a secure installation by installing development support for libcap.


-	The autofconf tests for broken Linux kernel headers now avoid to
	warn for /usr/src/linux/include if this directory is missing.

-	include/schily/priv.h now includes sys/capabilitiy.h if available.

Libscg:

-	Trying to support suid-root-less installation of librscg users on Linux.
	librscg now understands that a non-root program may be able to
	create sockets for a privileged port.

Cdrecord:

-	Trying to support suid-root-less installation of cdrecord on Linux.
	NOTE: You need "file caps" support built into your Linux installation.

	Call:

		setcap cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep /opt/schily/bin/cdrecord
	To set up the capabilities on Linux.

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Trying to support suid-root-less installation of cdda2wav on Linux.
	NOTE: You need "file caps" support built into your Linux installation.

	Call:

		setcap cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep /opt/schily/bin/cdda2wav
	To set up the capabilities on Linux.

Readcd:

-	Trying to support suid-root-less installation of readcd on Linux.
	NOTE: You need "file caps" support built into your Linux installation.

	Call:

		setcap cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep /opt/schily/bin/readcd
	To set up the capabilities on Linux.

Scgcheck:

-	Link now against $(LIB_CAP) also as librscg needs it on Linux

Scgskeleton:

-	Link now against $(LIB_CAP) also as librscg needs it on Linux

Btcflash:

-	Link now against $(LIB_CAP) also as librscg needs it on Linux

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	-new-dir-mode now just superseeds the effect of -dir-mode on
	directories that have been "invented" by mkisofs.
	This is a more intuitive behavior.

-	Link now against $(LIB_CAP) also as librscg needs it on Linux
2013-04-24 09:40:38 +00:00
wiz
a6e8192238 Updated lang/gcc-aux to 4.7.3 [marino 2013-04-12] 2013-04-24 08:44:43 +00:00
sbd
ded4be4416 CUPS_SERVERBIN is always "$exec_prefix/libexec/cups" 2013-04-24 06:45:32 +00:00
kim
dc6bd39e6a Revive MASTER_SITES 2013-04-24 05:35:42 +00:00
sbd
ce671a5c01 Add PLIST.Linux
Bump PKGREVISION
2013-04-24 04:43:44 +00:00
sbd
56f952470e If you change the buildlink3.mk's included in the Makefile you need to
have the packages buildlink3.mk match.
2013-04-24 04:32:34 +00:00
rodent
8c024ed9d6 +ispell-ku 2013-04-24 03:33:32 +00:00
rodent
e00191c10c Added textproc/ispell-ku version 0.20 2013-04-24 03:32:55 +00:00
rodent
bd9c130e81 Import ispell-ku-0.20 as textproc/ispell-ku.
Ispell dictionary for Kurdish.

The original word list used for this package was augmented using Scannell's web
crawling software and then hand-checked.
2013-04-24 03:32:37 +00:00
rodent
b37244a11e +ispell-lt 2013-04-24 03:06:18 +00:00
rodent
c5e3dc4542 Added textproc/ispell-lt version 1.3 2013-04-24 03:05:48 +00:00
rodent
f47d7c2628 Import ispell-lt-1.3 as textproc/ispell-lt, originally imported to
pkgsrc-wip in 2004 by Chris Pinnock (cjep@users.sourceforge.net) References
PR pkg/25023

This package provides the dictionaries and affix files for spellchecking
of Lithuanian texts.

The latest version of the affix tables and dictionaries can be found
at ftp://ftp.akl.lt/ispell-lt/ .  The mailing list of the project is
available at https://lists.akl.lt/mailman/listinfo/ispell-lt .  A
browsable web interface to the project CVS repository is available at
http://sraige.mif.vu.lt/cvs/ispell-lt/

The software is available under the provisions of a BSD-style license.
The full text of the license is available in the COPYING file.

The project has been sponsored by the Information Society Development
Committee of the Government of Republic of Lithuania.
2013-04-24 03:05:33 +00:00
rodent
7a11050efd Updated textproc/hunspell-de to 20120607nb2
Moved textproc/ispell-base to textproc/ispell
Moved textproc/ispell-british to ispell-en_GB
Moved textproc/ispell-catalan to textproc/ispell-ca
Updated textproc/ispell-emacs to 3.6nb4
Moved textproc/ispell-francais to ispell-fr
Moved textproc/ispell-gaeilge to ispell-ga
Moved textproc/ispell-german to ispell-de
Moved textproc/ispell-polski to ispell-pl
Moved textproc/ispell-romanian to ispell-ro
Moved textproc/ispell-russian to ispell-ru
Moved textproc/ispell-russian-io to ispell-ru-io
Moved textproc/ispell-slovak to ispell-sk
Moved textproc/ispell-spanish to ispell-es
Moved textproc/ispell-svenska to ispell-sv
2013-04-24 02:38:52 +00:00
rodent
dcfc93316e Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*,
lang-* PKG_OPTIONS;
3) Simplify modifications to PKGNAME in some Makefiles;
4) Accordance with international language naming standards;

and rename the ispell-base package to ispell, to be consistent with aspell
and hunspell. Bump PKGREVISION where necessary.
2013-04-24 02:20:36 +00:00
markd
183ca5f953 Correct the EXEC and ICON names written in the desktop file.
Bump PKGREVISION
2013-04-23 22:14:46 +00:00
tez
f7b7036f82 Fix mit-krb5 for CVE-2013-1416 from:
http://krbdev.mit.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=7600
2013-04-23 22:12:03 +00:00
tez
8d5d864e20 Fix for CVE-2013-1416 from:
http://krbdev.mit.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=7600
2013-04-23 22:09:44 +00:00
bsiegert
7046b0b9f9 Do not use -Werror=overloaded-virtual on MirBSD too, fix build 2013-04-23 19:05:14 +00:00
shattered
facbc98dcb Updated x11/xvidtune to 1.0.3 2013-04-23 18:45:39 +00:00
shattered
f5575608f2 Update to 1.0.3. Only autoconf/automake-related changes. 2013-04-23 18:45:15 +00:00