Commit graph

200126 commits

Author SHA1 Message Date
prlw1
26af6de62b Avoid compilation error caused by use of deprecated GStaticMutex API 2013-04-19 20:02:22 +00:00
rodent
c855e5fe2b +arphic-public +ofl-v1.0 +ofl-v1.1 -open-font-license 2013-04-19 17:22:23 +00:00
adam
75fc6b85d4 Renaming GCC_DIST_VERSION to GCC48_DIST_VERSION 2013-04-19 16:34:46 +00:00
hiramatsu
70ed5a0281 Updated archivers/p5-Compress-Bzip2 to 2.15. 2013-04-19 16:31:23 +00:00
hiramatsu
d78f74d97a Update p5-Compress-Bzip2 to 2.15.
Changes from previous:
----------------------
2.10 2013-03-25 rurban
   - updated bzlib-src from 1.0.2 to 1.0.6
   - [cpan #82308] make breaks on 5.17.7 by schubiger
   - [cpan #21961] update ppport.h
   - [cpan #25002] memBzip() ignores level
     keep using default 6, but honor optional level argument
   - use -std=c89 on gcc compat compilers
   - fix -Wimplicit-int warning for show_bzversion main()
   - fix a couple if dangling else corner cases
     format string errors, and unused variables.
   - [cpan #82576] fix pod formatting errors
   - [cpan #48128] support memBunzip BZh header w/o extra size prefix
     and grow dest buf dynamically. Tests in t/040-memory.t
   - [cpan #40741] fix bzreadline blocked on the broken bz2 files
   - [cpan #84223] fix ignored bzinflateInit args
   - [cpan #48124] Multiple issues with bzinflate
     support PV ref as bzinflate() buffer arg as documented.
     support status checks in chunked bzinflate() calls. t/060-inflate.t
   - [cpan #49618] fix for win32 nmake + gcc
   - fix t/041-error.t bzopen does not work with filehandles with 5.6,
     global destruction of IO::Handle mixed up with a socket
   - [cpan #36246] compress 0-byte srcfiles correctly. by Jeffrey Ratcliffe.
     fixes debian bug 464205
   - [cpan #28366] added testcase for double free or corruption on 32 bit, threaded
     but could not repro it.

2.11 2013-04-01 rurban
   - [cpan #84239] Updated FSF address
   - [cpan #68572] Workaround EUMM bug #84345 missing -R

2.12 2013-04-01 rurban
   - Fixed META.yml, added META records and SIGN, LICENSE, repository to Makefile.PL,
     META.yml is now autogenerated
   - added META and POD tests

2.13 2013-04-01 rurban
   - Fixed POD coverage

2.14 2013-04-05 rurban
   - Fixed solaris gcc issue [cpan #84432] by removing -std=c89

2.15 2013-04-05 rurban
   - Silence show_bzversion warnings with make test in t/lib.pl when -lbz2 is unusable.
     ParseConfig is duplicated and not needed in t/lib.pl, but I'll leave it there.
2013-04-19 16:30:46 +00:00
drochner
2ed35c70e8 update to 20120222
changes: newer ucode for cpuid 0x306a9
2013-04-19 15:34:30 +00:00
prlw1
8eba1343cf Avoid compilation error caused by use of GStaticRecMutex which was
deprecated in GLib 2.32 - needed for a successful compile with
GLib 2.36.
2013-04-19 14:56:20 +00:00
prlw1
a72f11a786 Avoid compilation error caused by use of deprecated g_thread API
thrown by glib 2.36. The API was deprecated in glib 2.32 - we only
see the error with 2.36 because 2.36 fixed:

 688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
2013-04-19 14:28:54 +00:00
bouyer
b5dd00ae2f Updated sysutils/xenkernel41 to 4.1.4nb2
Updated sysutils/xentools41 to 4.1.4nb4
2013-04-19 14:06:04 +00:00
bouyer
57b0d7af39 Add patch from Xen security advisory:
http://lists.xen.org/archives/html/xen-announce/2013-02/msg00005.html
2013-04-19 14:03:51 +00:00
bouyer
515421134c Add patches from Xen security advisory:
http://lists.xen.org/archives/html/xen-announce/2013-04/msg00000.html
http://lists.xen.org/archives/html/xen-announce/2013-04/msg00005.html
http://lists.xen.org/archives/html/xen-announce/2013-04/msg00006.html

bump PKGREVISION
2013-04-19 14:02:45 +00:00
obache
b8ca84de55 reorder condition of the previous change, to be bit faster. 2013-04-19 13:42:37 +00:00
prlw1
26cd16ecd0 Avoid compilation error caused by use of GStaticMutex which was
deprecated in GLib 2.32 - needed for a successful compile with
GLib 2.36.
2013-04-19 13:26:47 +00:00
obache
8f84ac8472 assume builtin MesaLib on Cygwin is not usind dri. 2013-04-19 11:56:23 +00:00
rodent
def72fb4e8 LICENSE=arphic-public 2013-04-19 11:26:47 +00:00
rodent
0171cdf921 DEFAULT_ACCEPTABLE+=arphic-public; See:
http://www.gnu.org/licenses/license-list.html#Arphic
2013-04-19 11:25:26 +00:00
rodent
2b60789269 Adding the Arphic Public License as arphic-public (default acceptable per:
http://www.gnu.org/licenses/license-list.html#Arphic).
2013-04-19 11:24:20 +00:00
drochner
fa4aba1df7 add CVE reference 2013-04-19 09:47:43 +00:00
hiramatsu
903354feee Updated security/p5-IO-Socket-SSL to 1.86. 2013-04-19 09:13:47 +00:00
hiramatsu
45ec9adaaa Update p5-IO-Socket-SSL to 1.86.
Changes from previous:
----------------------
v1.86 2013.04.17
- RT#84686 - don't complain about SSL_verify_mode is SSL_reuse_ctx,
  thanks to CLEACH
v1.85 2013.04.14
- probe for available modules with local __DIE__ and __WARN__handlers.
  fixes RT#84574, thanks to FRAZER
- fix warning, when IO::Socket::IP is installed and inet6 support gets explictly
  requested. RT#84619, thanks to Prashant[DOT]Tekriwal[AT]netapp[DOT]com
v1.84 2013.02.15
- disabled client side SNI for openssl version < 1.0.0 because of RT#83289
- added functions can_client_sni, can_server_sni, can_npn to check avaibility
  of SNI and NPN features. Added more documentation for SNI and NPN.
v1.83_1 2013.02.14
- seperated documention of non-blocking I/O from error handling
- changed and documented behavior of readline to return the read
  data on EAGAIN/EWOULDBLOCK in case of non-blocking socket.
  See https://github.com/noxxi/p5-io-socket-ssl/issues/1, thanks to
  mytram
v1.83 2013.02.03
- Server Name Indication (SNI) support on the server side, inspired by
  patch provided by karel[DOT]miko[AT]gmail[DOT]com.
  https://rt.cpan.org/Ticket/Display.html?id=82761
- reworked part of the documentation, like providing better examples.
v1.82 2013.01.28
- sub error sets $SSL_ERROR etc only if there really is an error,
  otherwise it will keep the latest error. This causes
  IO::Socket::SSL->new.. to report the correct problem, even if
  the problem is deeper in the code (like in connect)
- correct spelling, rt#8270. Thanks to ETHER
v1.81 2012.12.06
- deprecated set_ctx_defaults, new name ist set_defaults (but old name
  still available)
- changed handling of default path for SSL_(ca|cert|key)* keys: either
  if one of these keys is user defined don't add defaults for the
  others, e.g.  don't mix user settings and defaults
- cleaner handling of module defaults vs. global settings vs. socket
  specific settings. Global and socket specific settings are both
  provided by the user, while module defaults not.
- make IO::Socket::INET6 and IO::Socket::IP specific tests run both,
  even if both modules are installed by faking a failed load of the
  other module.
v1.80 2012.11.30
- removed some warnings in test (missing SSL_verify_mode => 0) which
  caused tests to hang on Windows.
  https://rt.cpan.org/Ticket/Display.html?id=81493
v1.79 2012.11.25
- prepare transition to a more secure default for SSL_verify_mode.
  The use of the current default SSL_VERIFY_NONE will cause a big warning
  for clients, unless SSL_verify_mode was explicitly set inside the
  application to this insecure value.
  In the near future the default will be SSL_VERIFY_PEER, and thus
  causing verification failures in unchanged applications.
v1.78 2012.11.25
- use getnameinfo instead of unpack_sockaddr_in6 to get PeerAddr and
  PeerPort from sockaddr in _update_peer, because this provides scope
  too. Thanks to bluhm[AT]genua[DOT]de.
- work around systems which don't defined AF_INET6
  https://rt.cpan.org/Ticket/Display.html?id=81216
  Thanks to GAAS for reporting
2013-04-19 09:12:50 +00:00
hiramatsu
d1d5664c68 Updated devel/p5-FileHandle-Fmode to 0.13. 2013-04-19 08:06:15 +00:00
hiramatsu
7940ea19bd Update p5-FileHandle-Fmode to 0.13.
Changes from previous:
----------------------
0.13 - Apply patch from Xavier Guimard. (Ticket 80607)

0.12 - Apply patch from Diab Jerius. (Ticket #79983)
2013-04-19 08:05:44 +00:00
wiz
a29fd46c19 Added sysutils/entr version 1.9 2013-04-19 07:57:34 +00:00
wiz
7b27500ab8 + entr. 2013-04-19 07:57:23 +00:00
wiz
ebf6867862 Import entr-1.9 as sysutils/entr.
The Event Notify Test Runner is a general-purpose UNIX utility
intended to make rapid feedback and automated testing natural and
completely ordinary.
2013-04-19 07:57:12 +00:00
imil
04eefd810c Updated www/nginx-devel to 1.3.16nb1 2013-04-19 07:26:43 +00:00
imil
f714e25340 Added SPDY option, only affects nginx-devel 2013-04-19 07:26:24 +00:00
imil
ee5e3c01cb Added SPDY option to options.mk 2013-04-19 07:25:18 +00:00
hiramatsu
6e9f13eab0 Updated security/p5-Net-SSLeay to 1.54. 2013-04-19 07:24:00 +00:00
hiramatsu
36decb26ce Update Net-SSLeay to 1.54.
Changes from previous:
----------------------
1.54 2013-03-23
     t/data/testcert_cdp.crt.pem_dump and t/data/testcert_cdp.crt.pem were
     missing from MANIFEST.
     Added MANIFEST to svn
     Improvement to test 07_sslecho.t so that if set_cert_and_key fails we
     can tell why.

1.53 2013-03-22
     Added support for SSL_export_keying_material where present (ie in OpenSSL
     1.0.1 and later).
     Changed t/handle/external/50_external.t to use www.airspayce.com instead of
     perldition.org, who no longer have an https server.
     Patch to fix a crash: P_X509_get_crl_distribution_points on an
     X509 certificate with values in the CDP extension which do not have an
     ia5 string will cause a segmentation fault when accessed. Patch from
     Robert Duncan.
     Change in t/local/32_x509_get_cert_info.t to not use
     Net::SSLeay::ASN1_INTEGER_get, since it works differntly on 32 and 64 bit platforms.
     Updated author and distribution location details to airspayce.com

1.52 2013-01-09
     Rebuild package with gnu format tar, to prevent problems with unpacking
     on other systems such as old Solaris,

1.51 2012-12-14
     Fixed a problem where SSL_set_SSL_CTX is not available with
     OpenSSL < 0.9.8f. Reported by Paul.

1.50 2012-12-13
     Fixed a problem where t/handle/external/50_external.t would crash if any
     of the test sites were not contactable.
     Now builds on VMS. Patch kindly supplied by Craig A. Berry.
     Fixed a few compiler warnings in SSLeay.xs.  Most of them
     are just signed/unsigned pointer mismatches but there is one that actually
     fixes returning what would be an arbitrary value off the stack from
     get_my_thread_id if it happened to be called in a non-threaded build.
     Patch kindly supplied by Craig A. Berry.
     Added README.VMS, contributed by Craig A. Berry.
     Added SSL_set_tlsext_host_name, SSL_get_servername,
     SSL_get_servername_type, SSL_CTX_set_tlsext_servername_callback for
     server side Server Name Indication (SNI) support. Patched by kmx.
     Further mods for VMS building supplied by Craig A. Berry.
     Fixed a problem with C++ comments preventing builds on AIX and
     HPUX. Patched by Gisle Aas.
     perdition.org not available for tests, changed to www.airspayce.com
     Added SSL_FIPS_mode_set
     Improvements to test suite so it succeeds with and without FIPS mode
     enabled. Patch supplied by Petr Pisar.
     Added documentation, warning not to pass UTF-8 data in the content
     argument to post_https. Reported by Jason Terry.
2013-04-19 07:21:48 +00:00
sborrill
fd2f356668 Removeing -> Removing 2013-04-19 07:17:46 +00:00
taca
6bce85aea4 + mysql-5.1.69, mysql-5.5.31, mysql-5.6.11, php-concrete5-5.6.1.2,
php-owncloud-5.0.4, php-sugarcrm-6.5.12, php-tiki6-6.10, sudo-1.8.6p8.
2013-04-19 03:35:53 +00:00
rodent
02b944bb42 speling 2013-04-19 00:52:40 +00:00
jnemeth
1ff828b38a Updated comms/asterisk18 to 1.8.21.0 2013-04-18 16:55:35 +00:00
jnemeth
1322688799 Update to Asterisk 1.8.21.0: this is a bug fix update
The Asterisk Development Team has announced the release of Asterisk 1.8.21.0.

The release of Asterisk 1.8.21.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix issue where chan_mobile fails to bind to first available port

* --- Fix station ringback; trunk hangup issues in SLA

* --- Fix Queue Log Reporting Every Call COMPLETECALLER With "h"
      Extension Present

* --- Fix Record-Route parsing for large headers.

* --- Fix AMI redirect action with two channels failing to redirect
      both channels.

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.21.0

Thank you for your continued support of Asterisk!
2013-04-18 16:55:22 +00:00
wen
f87b452a12 Updated www/mediawiki to 1.20.4 2013-04-18 15:27:50 +00:00
wen
d759d58c98 Update to 1.20.4
Changes since 1.20.3
(bug 47251) SECURITY: Disable external entities in Import
(bug 46859) SECURITY: Disable external entities in XMLReader
(bug 46084) SECURITY: Sanitize $limitReport before outputting
2013-04-18 15:26:48 +00:00
obache
53e4f4af49 also try to detect *.pc files in share/pkgconfig. 2013-04-18 13:22:06 +00:00
obache
19245f7aee Updated pkgtools/x11-links to 0.74 2013-04-18 13:20:03 +00:00
obache
ca5af78e09 Update to 0.74.
pick up some *.pc files in share/pkgconfig (for Cygwin).
2013-04-18 13:19:35 +00:00
drochner
f9d6eb50c0 add patch from upstream to fix Multiple Use-After-Free Vulnerabilities
(no CVE# assigned yet)
bump PKGREV
2013-04-18 10:17:42 +00:00
hiramatsu
d2e377712b Updated www/p5-Net-HTTP to 6.06. 2013-04-18 08:55:14 +00:00
hiramatsu
e5471755ee Update p5-Net-HTTP to 6.06.
Changes from previous:
_______________________________________________________________________________
2013-03-10 Net-HTTP 6.06

Jesse Luehrs (1):
      IO::Socket::SSL doesn't play well with select() [RT#81237]
_______________________________________________________________________________
2012-11-10 Net-HTTP 6.05

Gisle Aas (1):
      Convert to Test::More style and disable test on Windows [RT#81090]

Marinos Yannikos (1):
      SSL broken for some servers [RT#81073]
_______________________________________________________________________________
2012-11-08 Net-HTTP 6.04

Gisle Aas (3):
      Simpler handling of double chunked [RT#77240]
      Check for timeouts before reading [RT#72676]
      Fake can_read

Dagfinn Ilmari Mannsåker (1):
      Fix chunked decoding on temporary read error [RT#74431]

Eric Wong (1):
      NB: set http_bytes if read_entity_body hits EAGAIN on first read

Jay Hannah (1):
      chunked,chunked is invalid, but happens. :( Ignore all but the first. [RT#77240]
2013-04-18 08:54:37 +00:00
sbd
d78d7e09d8 Rename GCC_DIST_VERSION to GCC47_DIST_VERSION in lang/gcc47 and lang/gcc47-libs. 2013-04-18 07:58:33 +00:00
sbd
a5d5c575fb Pickup maintainership 2013-04-18 07:47:33 +00:00
wiz
24b3765bef Updated devel/reposurgeon to 2.34 2013-04-18 07:39:27 +00:00
wiz
80c1f0ab85 Update to 2.34; simplify package. patch sent upstream.
2.34: 2013-04-15
     More performance improvents. Larghe deletion are much faster now.
     Path matches with [] now have a regexp variant

2.33: 2013-04-14
     "from COMMIT remove OP" for removing botched renames etc.
     Event-Mark can be be used as a commit identifier in mailbox format.
     Line continuation with \ works in scripts.
     There is nopw a regular expression matching syntax for paths.

2.32: 2013-04-03
     Fix bug introduced in expunges when blobfile path generation changed.

2.31: 2013-04-03
     New 'filter' command supports content filtering with a batch command.
     Yet more speed tuning - now 17K commits/min under cpython, 22K under pypy.

2.30: 2013-03-28
     Fossil map dumps are pruned appropriately after an expunge.
     More speed tuning.
     An AUTHORS file now credits some significant collaborators

2.29: 2013-03-24
     Extreme speed tuning in SVN analysis - measured at over 11K commits/sec.
     canonicalize option changes CR-LF to LF in commit comments.

2.28: 2013-03-22
     There is now a 'reset' command like the tag command.
     Fix for buggy debranch command.
     More speed tuning.

2.27: 2013-03-18
     More speed tuning.
     Simplify the baton display in SVN processing, its overhead was high.
2013-04-18 07:39:18 +00:00
wiz
91e5341caf Remove patches, moved to patch-foo.bar during recent changes 2013-04-18 07:19:54 +00:00
wiz
126960c0d1 Remove patch-aa, removed from distinfo during recent update. 2013-04-18 07:18:35 +00:00
wiz
5b9eb4760a Remove patch-ai, removed from distinfo during recent updated. 2013-04-18 07:18:00 +00:00