Commit graph

192299 commits

Author SHA1 Message Date
drochner
a2de1d49b1 update to 0.13.1
new major release, many fixes and improvements
2012-10-10 11:41:12 +00:00
jaapb
1af094d3dd Added new ocaml-expat package to Makefile. 2012-10-10 11:26:43 +00:00
jaapb
b622fe77c1 Added textproc/ocaml-expat version 0.9.1 2012-10-10 11:26:13 +00:00
jaapb
777947c580 Initial commit of ocaml-expat package, version 0.9.1.
OCaml-expat is an OCaml binding for the expat XML library.
2012-10-10 11:25:57 +00:00
jaapb
1c1c3bfd13 Added new ocaml-http package. 2012-10-10 11:24:33 +00:00
jaapb
9d74cde0f7 Added www/ocaml-http version 0.1.5 2012-10-10 11:24:07 +00:00
jaapb
db1ba95260 Initial commit of www/ocaml-http, version 0.1.5.
OCaml HTTP is a simple OCaml library for creating HTTP daemons. It is largely
inspired by Perl's HTTP:: modules family.
2012-10-10 11:23:32 +00:00
drochner
b7d9db7112 ffmpeg update 2012-10-10 10:24:32 +00:00
drochner
a04e5691c8 update to 0.10.5
changes: bugfixes
2012-10-10 10:23:44 +00:00
drochner
4ea2e315db add patch from upstream to fix crash (NULL dereference) by strange
email contents (CVE-2012-4507)
bump PKGREV
2012-10-10 09:48:45 +00:00
sno
c61c4f8065 Added databases/p5-DBIx-Class-Candy version 0.002101 2012-10-10 09:31:39 +00:00
sno
ecab936a3c Adding new package for CPAN module DBIx::Class::Candy version 0.002101
into databases/p5-DBIx-Class-Candy.

Simplify the common case stuff for DBIx::Class
2012-10-10 09:31:23 +00:00
sno
eca3a757ee adding BUILD_PARAMS analogue to MAKE_PARAMS for Module::Build Perl5 modules 2012-10-10 09:27:12 +00:00
dholland
0dd816e18b tcsh 2012-10-10 06:08:28 +00:00
dholland
9e7027bf1e Add patch from Christos to silence libc diagnostic asserion in -current.
PKGREVISION -> 3.
2012-10-10 06:07:44 +00:00
mef
ab84da851f Updated ham/fldigi to 3.21.56 2012-10-10 05:42:59 +00:00
mef
10681d7046 Bump version to 3.21.56
* Maintenance release

    ARQ rx/tx
      * Added tx code to correct transfers of 8 bit ARQ data.
        Needed to circumvent recent UTF-8 char support when
        transferring data files.
      * Added status bar notification when AMP extraction is
        is being processed.
      * Removed timeout on "Extracting FLAMP" and "Extracting FLMSG"
        status messages.
2012-10-10 05:39:44 +00:00
taca
966f668bbc Note update of BIND pacakges:
net/bind96	9.6.3.1.ESV.7pl4
	net/bind97	9.7.7
	net/bind98	9.8.4
	net/bind99	9.9.2
2012-10-10 03:08:29 +00:00
taca
80a7319601 Update bind99 to 9.9.2 (BIND 9.9.2).
Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind99 package.

Please refer https://kb.isc.org/article/AA-00798 for list of full bug fixes.


Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes.  [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]
* ISC_QUEUE handling for recursive clients was updated to address a race
  condition that could cause a memory leak. This rarely occurred with UDP
  clients, but could be a significant problem for a server handling a steady
  rate of TCP queries. [CVE-2012-3868] [RT #29539 & #30233]


New Features

* Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are
  now supported per RFC 6605. [RT #21918]
* Introduces a new tool "dnssec-checkds" command that checks a zone to
  determine which DS records should be published in the parent zone, or which
  DLV records should be published in a DLV zone, and queries the DNS to ensure
  that it exists. (Note: This tool depends on python; it will not be built or
  installed on systems that do not have a python interpreter.)  [RT #28099]
* Introduces a new tool "dnssec-verify" that validates a signed zone, checking
  for the correctness of signatures and NSEC/NSEC3 chains.  [RT #23673]
* Adds configuration option "max-rsa-exponent-size <value>;" that can be used
  to specify the maximum rsa exponent size that will be accepted when
  validating [RT #29228]


Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]
2012-10-10 03:07:12 +00:00
taca
1dd5322937 Update bind98 package to 9.8.4.
Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind98 package.

Please refer https://kb.isc.org/article/AA-00797 for list of full bug fixes.


Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]


New Features

* Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are
  now supported per RFC 6605. [RT #21918]


Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]
2012-10-10 03:06:37 +00:00
taca
362238475f Update bind97 to 9.7.7 (BIND 9.7.7).
Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind97 package.

Please refer https://kb.isc.org/article/AA-00796 for list of full bug fixes.


Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]


New Features

  None

Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]
2012-10-10 03:05:52 +00:00
taca
09ef878f5e Update bind96 to 9.6.3.1.ESV.7pl4 (BIND 9.6-ESV-R7-P4).
Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind96 package.

Please refer https://kb.isc.org/article/AA-00795 for list of full bug fixes.


Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]


New Features

  None


Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]
2012-10-10 03:04:57 +00:00
mef
8f9a570afa To fix PR
pkg/47045
    pkg/47047
    pkg/47049

Following change pulled up from wip/ghostscript (9.06)
(3) patch-freetype_include_freetype_internal_t1types_h
    Delete due to (1) patch will take care.
2012-10-10 02:24:45 +00:00
mef
9b247b0e99 To fix PR
pkg/47045
    pkg/47047
    pkg/47049

Following change pulled up from wip/ghostscript (9.06)
(1) patch-ah (configure)
    Add CPPFLAG to refer ghostscript-included freetype
    (regardless of X11_TYPE=native or modular).

(2) patch-af (base/unix-dll.mk)
    Adjust to build on Mac OS X.

(3) patch-freetype_include_freetype_internal_t1types_h
    Delete due to (1) patch will take care.
2012-10-10 02:18:25 +00:00
marino
3ff6bcc21c geography/geoclue: Remove -Werror instead
Rather than passing -Wno-unused-but-set-variable flag to satisfy -Werror,
just remove the -Werror directive.  This protects older compilers that
might break on an unrecognized future flag.
2012-10-09 21:01:13 +00:00
marino
f81dada872 editors/abiword: Fix linker flag bug
GCC 4.6+ does not tolerate flags starting with "--" like older versions
of GCC do.  These flags were meant to fall to the linker but starting
with GCC 4.6, they must be explicitly prefixed with "-Wl,"

Fixes the gcc 4.7.2 breakage on "--no-undefined".
2012-10-09 19:57:02 +00:00
minskim
9a5e353a89 Note update of tex-amsfonts{,-doc}. 2012-10-09 19:49:39 +00:00
minskim
b6740df512 Update tex-amsfonts{,-doc} to 3.03.
Changes:
The Type 1 Euler fonts have been upgraded so that some inconsistencies
with the character widths in the corresponding TFM files have been
fixed, and minor optimizations were carried out on some of the
character outlines.  The changes affect only the PFB, AFM, and PFM
files.
2012-10-09 19:47:08 +00:00
jmmv
fffebb7526 Explicitly disable the creation of manpages so that the presence of
xsltproc and Docbook packages do not enable this unexpectedly.  Fixes
the build whenever manpages get enabled for some reason, as the PLIST
does not account for them.
2012-10-09 18:57:54 +00:00
marino
028a2dec80 multimedia/gpac: Fix linker flag bug
GCC 4.6+ does not tolerate flags starting with "--" like older versions
do.  These flags were meant to fall to the linker, but starting with
GCC 4.6, they have to be explicitly prefixed with "-Wl,".

Fix the gcc 4.7 breakage on "--warn-common".
2012-10-09 17:53:51 +00:00
marino
8e4e2b3329 cross/mingw-binutils: Alternative fix for gcc47
Although the claim that using the -Wno-unused-but-set-variable flag
breaks the build for older GCCs is unsubstantiated at this time, the
previous fix for gcc47 is removed in favor of deleting -Werror which
is exactly what the cross/binutils makefile does.
2012-10-09 17:32:33 +00:00
marino
d6b02c204e ham/gnuradio: Fix build on gcc 4.7.2
Add <unistd.h> to solve "close not declared in scope" error in gcc47
2012-10-09 17:25:16 +00:00
marino
1fbfc12240 chat/libmsn: Fix build on gcc 4.7.2
Add <unistd.h> to solve "unlink not declared in scope" error in gcc47.
2012-10-09 15:47:41 +00:00
marino
7d75fbfe9f geography/geoclue: Fix build for gcc4.6+
geoclue uses -Werror, but gcc4.6+ has a new warning,
unused-but-set-variable which will break the build.  Add a CFLAG to
inhibit the warning to fix build on gcc4.6+.
2012-10-09 15:26:45 +00:00
minskim
56a9d25f39 Note update of tex-dvips{,-doc}. 2012-10-09 14:21:08 +00:00
minskim
c7ce866fdc Update tex-dvips{,-doc} to 2012.
Changes:
- Regenerated font map files.
2012-10-09 14:15:33 +00:00
drochner
b426fb2fde remove now obsolete vala dependency 2012-10-09 14:07:23 +00:00
minskim
77f8e69b5b Restore entries erroneosly added/deleted in 1.3201. Noted by adam@. 2012-10-09 13:28:39 +00:00
drochner
7da013706e remove conflicting Xft2 bl3 inclusion 2012-10-09 12:16:31 +00:00
drochner
f272afda7d +vala018 2012-10-09 10:56:52 +00:00
drochner
be2a67cc26 add a pkg for the new 0.18 branch of "vala" which is needed
for recent versions of "shotwell"
2012-10-09 10:56:13 +00:00
jaapb
9e8e47abf4 Updated lang/camlp5 to 6.07 2012-10-09 10:24:55 +00:00
jaapb
12a69ba477 Updated camlp5 to 6.07, for compatibility with current ocaml version. Changes
include:

* [12 Sep 12] Added compatibility with OCaml 4.00.1.
* [06 Jun 12] Fixed bug: open record patterns {a=b;c=d;_} did not work.
2012-10-09 10:24:43 +00:00
marino
76ca9484e8 x11/nucleo: Fix build on gcc4.7
Include <unistd.h> to fix scope error.
2012-10-09 08:56:13 +00:00
marino
56f907a95f cross/mingw-binutils: Fix build on gcc4.7
mingw-binutils is built with -Werror which fails on the gcc4.6+ warning
"unused but set variable".  Disable that warning to fix gcc4.7 build.
2012-10-09 07:48:20 +00:00
marino
50de9b75be pkgtools/pkg_install: Fix build on gcc4.7
pkg_install uses source files from net/libfetch so it needs the same
no-strict-alias flag at libfetch when building on gcc 4.7
2012-10-09 07:36:08 +00:00
sbd
b47b4aad97 Updated net/libfetch to 2.34 2012-10-09 02:48:16 +00:00
sbd
301411fc5e libfetch-2.34:
On Linux libfetch needs to be built with '-fPIC' so that it can be used
  to build shared libraries.  (Fixes databases/openldap-client build.)
2012-10-09 02:48:04 +00:00
kristerw
386f48956c Correct BUILDLINK_ABI_DEPENDS.camlp5 to say 6.06 instead of 6.06nb1. 2012-10-09 01:41:59 +00:00
jnemeth
7440e7e10c Updated comms/asterisk10 to 10.9.0 2012-10-09 01:36:45 +00:00