Commit graph

197910 commits

Author SHA1 Message Date
joerg
040169047b png.h no longer includes string.h. 2013-03-04 14:44:25 +00:00
fhajny
7cdf383014 Update couchdb to 1.2.1.
Changes in 1.2.1:
* Fixed CVE-2012-5641: Apache CouchDB Information disclosure via unescaped
  backslashes in URLs on Windows
* Fixed CVE-2012-5649: Apache CouchDB JSONP arbitrary code execution with Adobe
  Flash
* Fixed CVE-2012-5650: Apache CouchDB DOM based Cross-Site Scripting via Futon
  UI
* Fix various bugs in the URL rewriter when recursion is involved.
* Fix couchdb start script.
* Futon: Disable buttons that aren't available for the logged-in user.
* Fix potential replication timeouts.
* Change use of signals to avoid broken view groups.
2013-03-04 14:12:40 +00:00
wen
b5c9d9c5a1 Updated devel/p5-Git-Repository to 1.302 2013-03-04 13:01:31 +00:00
wen
7b17cbbcdb Update to 1.302
Upstream changes:
1.302 Fri Mar 1 2013
        [ENHANCEMENTS]
        - Git::Repository::Plugin::Log is now able to parse commits
          with completely empty log messages
        - Git::Repository::Plugin::Log is now able to parse commits
          containing multiline headers (like gpgsig and mergetag)

1.301 Mon Jan 21 2013
        [DEPRECATION]
        - the following Git::Repository methods are obsolete,
          and will die when called: create, wc_path, repo_path
        - the following parameters to Git::Repository->new are obsolete,
          and will cause the constructor to die: repository, working_copy
        [PACKAGING]
        - switch to Dist::Zilla for maintaining the distribution

1.300 Mon Jan  7 2013
        [ENHANCEMENTS]
        - fixed support for overloaded objects (e.g. Path::Class objects)
          in Git::Repository::Command (RT #82373)
        - fixed Git::Repository::Log::Iterator to work with older gits
          when disabling colored output (thanks to Dominic Humphries)
        - fixed some cases where Git::Repository::Command and Git::Repository
          new() methods ignored some of their parameters. They now die when
          passed ambiguous or unexpected parameters.
          (follow-up of RT #82373, thanks to Michael G. Schwern)

1.29 Tue Dec 4 2012
        [ENHANCEMENTS]
        - added support for callbacks in run()
        [DOCUMENTATION]
        - minor documentation improvements

1.28 Sun Nov  4 2012
        [ENHANCEMENTS]
        - disabled colored output from logs in Git::Repository::Log::Iterator
        - wc_path() and repo_path() accessors are deprecated and now warn
        - improved the inter-documentation links by liberal use of L<>
        [TESTS]
        - ignore commit hooks that may be included with templates (RT #80593)
        - test for quiet won't fail if no identity is defined (RT #80321)
2013-03-04 13:00:26 +00:00
obache
740a519dc6 note upstream RT ticket url. 2013-03-04 11:56:29 +00:00
wen
2dd0572dae Updated net/p5-Test-TCP to 0.21 2013-03-04 11:46:07 +00:00
wen
bac3d0b934 Update to 0.21
Upstream changes:
1.21 2013-03-03T12:33:49

    - Added Net::EmptyPort::wait_port()
      (tokuhirom)

1.20 2013-03-02T18:30:25

    - bump up version

1.19 2013-02-27T14:02:13

    - Split empty_port() function to Net::EmptyPort
      (Thomas Klausner)
2013-03-04 11:45:03 +00:00
roy
4ed2f14c65 Only pull in ncurses if the system curses doesn't supply wsyncup. 2013-03-04 10:01:13 +00:00
dbj
ecca26ee0d add Darwin to platforms that use PLIST.natdynlink 2013-03-04 08:52:53 +00:00
wiz
05b585747e Adapt license name. 2013-03-03 23:53:45 +00:00
wiz
fd04c343b4 Rename gnu-agpl-v3 to gnu-agpl-v3-license since it's not accepted by
pkgsrc by default (board@ ruling)
2013-03-03 23:53:30 +00:00
tron
5104e36980 Note update of the "apache22" package to version 2.2.24. 2013-03-03 20:05:24 +00:00
tron
4d1b7be5d4 Update "apache" package to version 2.2.24. Changes since 2.2.23:
- SECURITY: CVE-2012-3499 (cve.mitre.org)
  Various XSS flaws due to unescaped hostnames and URIs HTML output in
  mod_info, mod_status, mod_imagemap, mod_ldap, and mod_proxy_ftp.
  [Jim Jagielski, Stefan Fritsch, Niels Heinen <heinenn google com>]
- SECURITY: CVE-2012-4558 (cve.mitre.org)
  XSS in mod_proxy_balancer manager interface. [Jim Jagielski,
  Niels Heinen <heinenn google com>]
- mod_rewrite: Stop merging RewriteBase down to subdirectories
  unless new option 'RewriteOptions MergeBase' is configured.
  Merging RewriteBase was unconditionally turned on in 2.2.23.
  Bug Report 53963. [Eric Covener]
- mod_ssl: Send the error message for speaking http to an https port using
  HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
  using SNI. Bug Report 50823. [Stefan Fritsch]
- mod_ssl: log revoked certificates at level INFO
  instead of DEBUG. Bug Report 52162. [Stefan Fritsch]
- mod_proxy_ajp: Support unknown HTTP methods. Bug Report 54416.
  [Rainer Jung]
- mod_dir: Add support for the value 'disabled' in FallbackResource.
  [Vincent Deffontaines]
- mod_ldap: Fix regression in handling "server unavailable" errors on
  Windows.  Bug Report 54140.  [Eric Covener]
- mod_ssl: fix a regression with the string rendering of the "UID" RDN
  introduced in 2.2.15. Bug Report 54510. [Kaspar Brand]
- ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output
  to more accurately report the negotiated protocol. Bug Report 53916.
  [Nicolás Pernas Maradei <nico emutex com>, Kaspar Brand]
- mod_cache: Explicitly allow cache implementations to cache a 206 Partial
  Response if they so choose to do so. Previously an attempt to cache a 206
  was arbitrarily allowed if the response contained an Expires or
  Cache-Control header, and arbitrarily denied if both headers were missing.
  Currently the disk and memory cache providers do not cache 206 Partial
  Responses. [Graham Leggett]
- core: Remove unintentional APR dependency introduced with
  Apache 2.2.22. [Eric Covener]
- core: Use a TLS 1.0 close_notify alert for internal dummy connection if
  the chosen listener is configured for https. [Joe Orton]
- mod_ssl: Add new directive SSLCompression to disable TLS-level
  compression. Bug Report 53219. [Björn Jacke <bjoern j3e de>, Stefan Fritsch]
2013-03-03 20:05:03 +00:00
wiz
3a24233d00 Revert previous on joerg's request. 2013-03-03 18:59:26 +00:00
yyamano
0ef477b501 Updated devel/apache-maven to 3.0.5 2013-03-03 17:33:44 +00:00
yyamano
5cf299f401 Update apache maven to 3.0.5.
http://maven.apache.org/docs/3.0.5/release-notes.html

Apache Maven 3.0.5 is a maintenance release to fix a security
issue CVE-2013-0253 Apache Maven 3.0.4

http://maven.apache.org/security.html

CVE-2013-0253 Apache Maven 3.0.4

Apache Maven 3.0.4 (with Apache Maven Wagon 2.1) has
introduced a non-secure SSL mode by default. This mode
disables all SSL certificate checking, including: host
name verification , date validity, and certificate chain.
Not validating the certificate introduces the possibility
of a man-in-the-middle attack.

All users are recommended to upgrade to Apache Maven 3.0.5
and Apache Maven Wagon 2.4.
2013-03-03 16:53:42 +00:00
wiz
0f45905921 + botan-1.10.5, dbus-glib-0.100.2, digikam-3.0.0, fotoxx-13.03,
gnutls-3.1.9 [needs nettle-2.5], harfbuzz-0.9.13, libgpg-error-1.11,
  libvisio-0.0.25, mkvtoolnix-6.1.0, mono-3.0.6, protobuf-2.5.0,
  raptor2-2.0.9, wine-devel-1.5.25 [wait until NetBSD gains OSS 4
  [kern/46611] or bring OSS 3 support back], x264-devel-20130302.
2013-03-03 15:29:29 +00:00
wiz
de36aeb59e I've tried two builds with -j16 and one with -j8, successfully, so
remove MAKE_JOBS_SAFE=no line.
2013-03-03 15:18:51 +00:00
wiz
12bd68b7b6 Updated meta-pkgs/desktop-gnome to 0.5 2013-03-03 12:00:50 +00:00
wiz
e27b0d15ee Depend on transmission-gtk instead of (non-GUI) transmission.
Bump version.
2013-03-03 12:00:42 +00:00
obache
b5273fa5e2 .so in PLIST are handled by framework, no need to take care here anymore. 2013-03-03 11:55:12 +00:00
obache
a0ce78347e switch to based on shlib-dylib.awk 2013-03-03 11:53:58 +00:00
shattered
911e7caa6b Updated parallel/parallel to 20130122
Updated security/hackbot to 2.21
Updated sysutils/ddrescue to 1.16
2013-03-03 11:21:16 +00:00
shattered
2a8439da0f Update to 1.16. Changes:
* Added new option '-K, --skip-size'.
* Added new option '-T, --timeout'.
* Maximum skip size is now limited to 1% of infile size or 1 GiB.
* Set current_pos to end of block when reading backwards.
* The '-E, --max-error-rate' option now checks the rate of actually
  failed reads, not the growth of error size.
2013-03-03 11:19:56 +00:00
shattered
bd3ece5e1b Update to 2.21. Changes:
- Added google search for indexable directories
- Changed X scan debug output so it won't give output all the time
- Fixed major bug in googlescan
- Added sendmail < 8.12.9 check
2013-03-03 11:15:11 +00:00
shattered
7b37f8b70f Update to 20130122. Changes:
* --sshdelay Delay starting next ssh by secs seconds.
* Bug fixes and man page updates.
2013-03-03 11:11:51 +00:00
shattered
938ee64dec Updated graphics/qvplay to 0.95
Updated mail/ifile to 1.3.8
Updated misc/granulate to 0.2
2013-03-03 11:04:24 +00:00
shattered
bdbee46544 Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
obache
6e42559d9e fixes destdir installation on Cygwin. 2013-03-03 11:02:56 +00:00
shattered
369827c875 Update to 1.3.8. Changes:
Fix segv if no folders in DB or #folders less than 2 and -T is set.

Fix LOOCV query (as I got it): if folder's not already there, don't create it.
2013-03-03 10:59:08 +00:00
shattered
011b0c41ce Update to 0.95. No changelog. 2013-03-03 10:53:31 +00:00
shattered
c443494603 Updated devel/trio to 1.12
Updated graphics/photopc to 3.05
2013-03-03 10:40:47 +00:00
shattered
e93dc637d7 Update to 3.05. No changelog. 2013-03-03 10:40:12 +00:00
shattered
b0fb97de3d Update to 1.12. Changes:
* Fixed scanning of floats (reported by Bernd Ahlers).
* Fixed configure.in for GCC on Tru64 and MIPSpro on IRIX.
* Added support for LynxOS.
2013-03-03 10:35:07 +00:00
shattered
1111ef22f9 Updated audio/abcmidi to 2012-12-01
Updated chat/zircon to 1.18.256
2013-03-03 10:25:48 +00:00
shattered
13f93092dd Update to 1.18.256. Changes:
Microsoft exchange chat server doesn't recognise the -w flag for wallops,
added the "-nowallops" option.

Many other bugfixes.
2013-03-03 10:25:11 +00:00
shattered
65a2325088 Update to 20121201. Changes:
abc2midi, yaps, abc2abc: The time signature C| or c| is now
interpreted as 2/2 instead of 4/4.

Added Chinese character support in lyrics.

abc2midi extension: abc2midi treats Xn the same way as Zn

bug fix: abc2abc truncated the voice ids when it encounters the first
invalid character without giving any warning.

bug fix: abc2midi was unable to trill or roll tied notes.
2013-03-03 10:19:10 +00:00
joerg
6c98ed9e20 Catch up with transmission move. 2013-03-03 09:30:43 +00:00
obache
6ab1e08aaf Updated textproc/py-pygments to 1.6 2013-03-03 07:31:48 +00:00
obache
b5c8021256 Update Pygments to 1.6.
Version 1.6
-----------
(released Feb 3, 2013)

- Lexers added:

  * Dylan console (PR#149)
  * Logos (PR#150)
  * Shell sessions (PR#158)

- Fix guessed lexers not receiving lexer options (#838).

- Fix unquoted HTML attribute lexing in Opa (#841).

- Fixes to the Dart lexer (PR#160).


Version 1.6rc1
--------------
(released Jan 9, 2013)

- Lexers added:

  * AspectJ (PR#90)
  * AutoIt (PR#122)
  * BUGS-like languages (PR#89)
  * Ceylon (PR#86)
  * Croc (new name for MiniD)
  * CUDA (PR#75)
  * Dg (PR#116)
  * IDL (PR#115)
  * Jags (PR#89)
  * Julia (PR#61)
  * Kconfig (#711)
  * Lasso (PR#95, PR#113)
  * LiveScript (PR#84)
  * Monkey (PR#117)
  * Mscgen (PR#80)
  * NSIS scripts (PR#136)
  * OpenCOBOL (PR#72)
  * QML (PR#123)
  * Puppet (PR#133)
  * Racket (PR#94)
  * Rdoc (PR#99)
  * Robot Framework (PR#137)
  * RPM spec files (PR#124)
  * Rust (PR#67)
  * Smali (Dalvik assembly)
  * SourcePawn (PR#39)
  * Stan (PR#89)
  * Treetop (PR#125)
  * TypeScript (PR#114)
  * VGL (PR#12)
  * Visual FoxPro (#762)
  * Windows Registry (#819)
  * Xtend (PR#68)

- The HTML formatter now supports linking to tags using CTags files, when the
  python-ctags package is installed (PR#87).

- The HTML formatter now has a "linespans" option that wraps every line in a
  <span> tag with a specific id (PR#82).

- When deriving a lexer from another lexer with token definitions, definitions
  for states not in the child lexer are now inherited.  If you override a state
  in the child lexer, an "inherit" keyword has been added to insert the base
  state at that position (PR#141).

- The C family lexers now inherit token definitions from a common base class,
  removing code duplication (PR#141).

- Use "colorama" on Windows for console color output (PR#142).

- Fix Template Haskell highlighting (PR#63).

- Fix some S/R lexer errors (PR#91).

- Fix a bug in the Prolog lexer with names that start with 'is' (#810).

- Rewrite Dylan lexer, add Dylan LID lexer (PR#147).

- Add a Java quickstart document (PR#146).

- Add a "external/autopygmentize" file that can be used as .lessfilter (#802).
2013-03-03 07:31:30 +00:00
obache
2b459db4f5 Updated pidgin related packages to 2.10.7. 2013-03-03 07:22:07 +00:00
obache
d5021301bd Update pidgin to 2.10.7.
version 2.10.7 (02/13/2013):
	Alien hatchery:
	* No changes

	General:
	* The configure script will now exit with status 1 when specifying
	  invalid protocol plugins using the --with-static-prpls and
	  --with-dynamic-prpls arguments. (Michael Fiedler) (#15316)

	libpurple:
	* Fix a crash when receiving UPnP responses with abnormally long values.
	  (CVE-2013-0274)
	* Don't link directly to libgcrypt when building with GnuTLS support.
	  (Bartosz Brachaczek) (#15329)
	* Fix UPnP mappings on routers that return empty <URLBase/> elements
	  in their response. (Ferdinand Stehle) (#15373)
	* Tcl plugin uses saner, race-free plugin loading.
	* Fix the Tcl signals-test plugin for savedstatus-changed.
	  (Andrew Shadura) (#15443)

	Pidgin:
	* Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11
	  variant.

	Gadu-Gadu:
	* Fix a crash at startup with large contact list. Avatar support for
	  buddies will be disabled until 3.0.0. (#15226, #14305)

	IRC:
	* Support for SASL authentication. (Thijs Alkemade, Andy Spencer)
	  (#13270)
	* Print topic setter information at channel join. (#13317)

	MSN:
	* Fix SSL certificate issue when signing into MSN for some users.
	* Fix a crash when removing a user before its icon is loaded. (Mark
	  Barfield) (#15217)

	MXit:
	* Fix a bug where a remote MXit user could possibly specify a local
	  file path to be written to. (CVE-2013-0271)
	* Fix a bug where the MXit server or a man-in-the-middle could
	  potentially send specially crafted data that could overflow a buffer
	  and lead to a crash or remote code execution. (CVE-2013-0272)
	* Display farewell messages in a different colour to distinguish
	  them from normal messages.
	* Add support for typing notification.
	* Add support for the Relationship Status profile attribute.
	* Remove all reference to Hidden Number.
	* Ignore new invites to join a GroupChat if you're already joined, or
	  still have a pending invite.
	* The buddy's name was not centered vertically in the buddy-list if they
	  did not have a status-message or mood set.
	* Fix decoding of font-size changes in the markup of received messages.
	* Increase the maximum file size that can be transferred to 1 MB.
	* When setting an avatar image, no longer downscale it to 96x96.

	Sametime:
	* Fix a crash in Sametime when a malicious server sends us an abnormally
	  long user ID. (CVE-2013-0273)

	Yahoo!:
	* Fix a double-free in profile/picture loading code. (Mihai Serban)
	  (#15053)
	* Fix retrieving server-side buddy aliases. (Catalin Salgu) (#15381)

	Plugins:
	* The Voice/Video Settings plugin supports using the sndio GStreamer
	  backends. (Brad Smith) (#14414)
	* Fix a crash in the Contact Availability Detection plugin. (Mark)
	  (#15327)
	* Make the Message Notification plugin more friendly to non-X11 GTK+,
	  such as MacPorts' +no_x11 variant.
2013-03-03 07:17:20 +00:00
joerg
6468eacfa7 Use -std=c++0x only for C++ files. 2013-03-03 04:56:01 +00:00
joerg
1b3fd7407e mysql-workbench requires C++11 to build with Clang and in turn, should
be free of user-defined string literal syntax.
2013-03-03 04:54:25 +00:00
joerg
eb6e3d2401 NetBSD/current needs _KMEMUSER. 2013-03-03 04:53:00 +00:00
joerg
d8358dc2f6 Fix pthread test case. Nesting main doesn't make much sense. 2013-03-03 04:52:38 +00:00
joerg
1dd711538a Fix inconsistent return types. Use stdarg.h more. 2013-03-03 01:11:10 +00:00
joerg
32e238c3ec munich group must exist for install to work. 2013-03-03 01:10:15 +00:00
joerg
0c5c94d154 Requires _KMEMUSER on NetBSD/current. 2013-03-03 01:09:55 +00:00
joerg
992861375f Fix inline use. 2013-03-03 01:09:34 +00:00