Commit graph

212640 commits

Author SHA1 Message Date
wen
6b5c3ee9ed Update to 0.200005
Upstream changes:
0.200005  2013-12-11 08:03:08 America/New_York
        - open DATA handles both :raw and :bytes to avoid content munging on
          Win32 (thanks, Kenichi Ishigaki!)
        - This is not yet a perfect solution for Win32.

0.200004  2013-12-01 21:31:02 America/New_York
        - avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi
          Ishigaki!)

0.200003  2013-11-02 07:57:52 America/New_York
          [THIS MIGHT BREAK STUFF]
        - stable release of 0.200002, no functional changes

0.200002  2013-10-19 22:11:32 America/New_York (TRIAL RELEASE)
          [THIS MIGHT BREAK STUFF]
        - add an "encoding" parameter to set encoding of data section contents;
          this defaults to UTF-8 (thanks, David Golden!)

0.101622  2013-06-19 21:48:02 America/New_York
          add a link to an Advent article about Data-Section

          update bugtracker, repo, etc.
2014-02-09 14:41:04 +00:00
drochner
7c98d92bcc adopt the socket.recvfrom_into() security fix from Python-2.7
bump PKGREV
2014-02-09 13:47:10 +00:00
obache
5f78f574dd COMMENT should not include package name, PR pkg/48197 2014-02-09 12:23:35 +00:00
obache
7b276b819d fixes MASTER_SITES and HOMEPAGE.
noticed by wiz@.
2014-02-09 11:57:46 +00:00
obache
46bad4f8e2 Add frink-license, used by devel/frink. 2014-02-09 09:26:33 +00:00
obache
9a1e8fc5b1 + frink 2014-02-09 09:25:51 +00:00
obache
cc98d74c30 Added devel/frink version 2.2.2p4 2014-02-09 09:25:13 +00:00
obache
764baa6437 Import frink-2.2.2p4 as devel/frink.
Based on packaged in pkgsrc-wip and reqested via PR pkg/48197 by Edgar Fuss.

Frink is a tcl formatting and static check program. It can prettify your
program, minimise, obfuscate or just sanity check it. It can also do some
rewriting.
2014-02-09 09:24:22 +00:00
tron
c5520c3039 Add fix for security vulnerability reported in SA56624.
Patch taken from Python Mercurial repository.
2014-02-09 09:02:50 +00:00
adam
2c7c3a7820 Updated graphics/pngcrush to 1.7.71; www/py-django to 1.6.2; www/py-django-south to 0.8.3; www/py-django-reversion to 1.8.0 2014-02-09 08:21:59 +00:00
adam
e21a075c4c Changes 1.8.0:
- Django 1.6 compatibility
- Using bulk_create to speed up revision creation.
- Including docs in source distribution
- Spanish translation
- Fixing edge-case bugs in revision middleware
2014-02-09 08:20:00 +00:00
adam
75d1f82db9 Changes 0.8.3:
* A couple of issues with Django 1.6 have been fixed (including bad error handling and a loaddata incompatability)
* Migrations now import datetime from a special South module which provides the correct tz-aware or tz-naive version.
* A couple of issues fixed, including double-indexing errors, and correct persistence of non-unique indexes across ALTERs.
* The new localflavor fields are automatically accepted by the introspector.
2014-02-09 08:16:34 +00:00
adam
461d5ee333 Changes 1.6.2:
Prevented the base geometry object of a prepared geometry to be garbage collected, which could lead to crash Django.
Fixed a crash when executing the changepassword command when the user object representation contained non-ASCII characters.
The collectstatic command will raise an error rather than default to using the current working directory if STATIC_ROOT is not set. Combined with the --clear option, the previous behavior could wipe anything below the current working directory.
Fixed mail encoding on Python 3.3.3+.
Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False, the connection wasn’t in autocommit mode but Django pretended it was.
Fixed a regression in multiple-table inheritance exclude() queries.
Added missing items to django.utils.timezone.__all__.
Fixed a field misalignment issue with select_related() and model inheritance.
Fixed join promotion for negated AND conditions.
Oracle database introspection now works with boolean and float fields.
Fixed an issue where lazy objects weren’t actually marked as safe when passed through mark_safe() and could end up being double-escaped
2014-02-09 08:09:04 +00:00
adam
4a9a5b538b Changes 1.7.71:
* Built the Windows binaries using -DTOO_FAR=32767; neglected to do this
  in versions 1.7.42 through 1.7.70, which caused the Windows binaries
  to produce different (usually a few bytes larger) results than Linux.
2014-02-09 07:42:47 +00:00
wen
ef3eeff765 Updated devel/p5-Moose to 2.1204 2014-02-09 06:24:32 +00:00
wen
02e355613a Update to 2.1204
Update DEPENDS

Upstream changes:
2.1204   2014-02-06

  [BUG FIXES]

  - bump minimum prereq needed for optional test using MooseX::NonMoose (which
    broke with new Module::Runtime, see 2.1203), so users can install Moose
    and pass tests before updating MooseX::NonMoose.

2.1203   2014-02-06

  [BUG FIXES]

  - bump prereq on Module::Runtime to properly detect when a module fails to
    load, and fix how we call these subs (Zefram, RT#92770, RT#86394, RT#92791)
2014-02-09 06:23:00 +00:00
taca
d7ee074a2f * Use defined version in rubyversion.mk.
* Remove use of "both" value in RUBY_JSON_TYPE since it isn't used in any
  where.
2014-02-09 06:08:18 +00:00
taca
444c6752e2 Note update of mail/postfix package to 2.11.0. 2014-02-09 05:34:42 +00:00
taca
c620670450 Update postfix to 2.11.0. Quote from release announce:
The main changes in no particular order are:

  * Support for PKI-less TLS server certificate verification with
    DANE (DNS-based Authentication of Named Entities) where the CA
    public key or the server certificate is identified via DNSSEC
    lookup. This requires a DNS resolver that validates DNSSEC
    replies. The problem with conventional PKI is that there are
    literally hundreds of organizations world-wide that can provide
    a certificate in anyone's name. DANE limits trust to the people
    who control the target DNS zone and its parent zones.

  * Support for LMDB databases. Originally developed as part of
    OpenLDAP, LMDB is the first persistent Postfix database that
    can be shared among multiple writers such as postscreen daemons
    (Postfix already supported shared non-persistent memcached
    caches). Postfix currently requires LMDB version 0.9.11 or
    later. See LMDB_README for details and limitations.

  * A new postscreen_dnsbl_whitelist_threshold feature to allow
    clients to skip postscreen tests based on their DNSBL score.
    This can eliminate email delays due to "after 220 greeting"
    protocol tests, which otherwise require that a client reconnects
    before it can deliver mail. Some providers such as Google don't
    retry from the same IP address, and that can result in large
    email delivery delays.

  * The recipient_delimiter feature now supports different delimiters,
    for example both "+" and "-". As before, this implementation
    recognizes exactly one delimiter character per email address,
    and exactly one address extension per email address.

  * Advanced master.cf query/update support to access service
    attributes as "name = value" pairs. For example to turn off
    chroot on all services use "postconf -F '*/*/chroot = n'", and
    to change/add a "-o name=value" setting use "postconf -P
    smtp/inet/name = value". This was developed primarily to allow
    automated tools to manage Postfix systems without having to
    parse Postfix configuration files.
2014-02-09 05:34:13 +00:00
taca
6391a469b1 Note update of databases/ruby-cassandra package to 0.23.0. 2014-02-09 05:32:03 +00:00
taca
de8ff280a1 Update ruby-cassandra to 0.23.0.
v0.23.0
- Update simple_uuid dependency (issue #197, courtesy @tsenart)
- Changed to new github url: github.com/cassandra-rb/cassandra
2014-02-09 05:31:26 +00:00
taca
5db753378b Note update of databases/ruby-arel package to 3.0.3. 2014-02-09 05:29:51 +00:00
taca
824f68df30 Update ruby-arel to 3.0.3.
== 3.0.3 / 2013-11-12

* Enhancements

  * Support ANSI 2003 window functions

* Bug Fixes

  * Fix joins in Informix
2014-02-09 05:29:26 +00:00
taca
5c5c6eaf6f Note update of devel/ruby-rake package to 10.0.4nb1. 2014-02-09 05:22:03 +00:00
taca
8a3ce79dba * Preserve modified time of saveing rake command file.
* Improve handling of gemspec file when the version of bundlerd dosen't
  match with ruby-rake's version.  Should be fix PR pkg/48485.
2014-02-09 05:21:19 +00:00
taca
f125724616 Use versions in rubyversion.mk. 2014-02-09 05:15:21 +00:00
taca
0f35cdf6db * Define versions of gems, rdoc rake and json which bundled
with Ruby's distribution.
* Define some variable for Ruby 2.1.0.
2014-02-09 05:14:39 +00:00
taca
475ee7e851 Note update of ISC DHCP related pacakges:
net/isc-dhcp4		4.3.0
	net/isc-dhclient4	4.3.0
	net/isc-dhcpd4		4.3.0
	net/isc-dhcrelay4	4.3.0
2014-02-09 04:36:15 +00:00
taca
34cb048b8d Update ISC DHCP related pacakges to 4.2.0.
Changes since 4.2.0 (new features)

- If a client renews before 'dhcp-cache-threshold' percent of its lease
  has elapsed (default 25%), the server will reuse the allocated lease
  (provide a lease within the currently allocated lease-time) rather
  than extend or renew the lease.  This absolves the server of needing
  to perform an fsync() operation on the lease database before reply,
  which improves performance. [ISC-Bugs #22228]
  Updated this patch to support asynchronous DDNS.  If the server is
  attempting to do DDNS on a lease it should be udpated and written to
  disk even if that wouldn't be necessary due to the thresholding.
  [ISC-Bugs #26311]

- The 'no available billing' log line now also logs the name of the last
  matching billing class tried before failing to provide a billing.
  [ISC-Bugs #21759]

- A problem with missing get_hw_addr function when --enable-use-sockets
  was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note
  that use-sockets feature was not tested on those systems. Client and
  server code no longer use MAX_PATH constant that is not defined on
  GNU/Hurd systems. [ISC-Bugs #25979]

- Add a perl script in the contrib directory, dhcp-lease-list.pl, which
  can parse v4 lease files and output the lease information in a more
  human friendly manner.  This was written by Christian Hammers with
  some updates by vom and ISC.  This is contributed code and is not
  supported by ISC; however it may be useful to some users.
  [ISC-Bugs #20680]

- Add support in v6 for on-commit, on-expire and on-release.
  [ISC-Bugs #27912]

- Add support for using classes with v6.
  [ISC-Bugs #26510]

- Update the DDNS code to current standards and allow for sharing
  of DDNS entries between v4 and v6 clients.  The new code is used
  if the ddns-update-style is set to "standard", the older code is
  still available if ddns-update-style is set to "interim".  The
  oldest DDNS code "ad-hoc" has been removed.  Thanks to Thomas Pegeot
  who submitted a patch for this issue.  This patch is based on
  that work with some modifications.
  [ISC-Bugs #21139]

- Add a configuration option to the server to suppress using fsync().
  Enabling this option will mean that fsync() is never called.  This
  may provide better performance but there is also a risk that a lease
  will not be properly written to the disk after it has been issued
  to a client and before the server stops.  Using this option is
  not recommended.
  [ISC-Bugs #34810]

- Add some logging statements to indicate when the server is ready
  to serve.  One statement is emitted after the server has finished
  reading its files and is about to enter the dispatch loop.
  This is "Server starting service.".
  The second is emitted when a server determines that both it and
  its failover peer are in the normal state.
  This is "failover peer <name>: Both servers normal."
  [ISC-Bugs #33208]

- Add support for accessing options from v6 relays.  The v6relay
  statement allows the administrator to choose which relay to
  use when searching for an option, see the dhcp-options man page
  for a description.  The host-identifier option has also been
  updated to support the use of relay options, see the dhcpd.conf
  man page for a description.
  [ISC-Bugs #19598]

- When doing DDNS if there isn't an appropriate zone statement attempt
  to find a reasonable nameserver via a DNS resolver.  This restores
  some functionality that was lost in the transition to asynchronous
  DDNS.  Due to the lack of security and increase in fragility of the
  system when using this feature we strongly recommend the use of
  appropriate zone statements rather than using this functionality.
  [ISC-Bugs #30461]

- Add support for specifying the address from which to send
  DDNS updates on the DHCP server.  There are two new options
  "ddns-local-address4" and "ddns-local-address6" that each take
  one instance of their respective address types.
  [ISC-Bugs #34779]

- Add ignore-client-uids option in the server.  This option causes
  the server to not record a client's uid in its lease.  This
  violates the specification but may also be useful when a client
  can dual boot using different client ids but the same mac address.
  Thank you to Brian De Wolf at Cal Poly Pomona for the patch.
  [ISC-Bugs #32427]
  [ISC-Bugs #35066]

- Extend the DHCPINFORM processing to honor the subnet selection option
  and take host declarations into account.
  Thanks to Christof Chen for testing and submitting the patch.
  [ISC-Bugs #35015]

- Extend the hardware expression to look into the lease structure
  for a hardware address if there is no packet.  This allows the
  server to find the hardware address during on-expiry processing.
  [ISC-Bugs #24584]

- Add definitions for some options that have been specified by the IETF.
  [ISC-Bugs #29268]
  [ISC-Bugs #35198]

			Changes since 4.3.0b1

- Tidy up receive packet processing.
  Thanks to Brad Plank of GTA for reporting the issue and suggesting
  a possible patch.
  [ISC-Bugs #34447]

			Changes since 4.3.0a1

- Modify the message displayed when a process hits a fatal error.
  The new message is much shorter and simply points to the README
  and our website for directions on bug submissions.
  [ISC-Bugs #24789]

- Handle an absent resolv.conf file better.
  [ISC-Bugs #35194]
2014-02-09 04:34:31 +00:00
wen
54e16a5590 Updated devel/p5-Module-Runtime to 0.014 2014-02-09 04:31:38 +00:00
wen
dc8763ee89 Update to 0.014
Upstream changes:
version 0.014; 2014-02-06

  * bugfix: suppress any CORE::GLOBAL::require override, where possible,
    to avoid use_package_optimistically() being misled into treating
    missing modules as broken

  * bugfix: in use_module() and use_package_optimistically(), pass a
    supplied VERSION parameter through for the version check even if it
    is undef

  * tighten use_package_optimistically()'s recognition of can't-locate
    errors (the same way that base.pm has recently been tightened),
    so that, when a module fails to load because a module that it uses
    isn't available, the outer module will be perceived as broken rather
    than missing

  * update documentation notes about the state of Unicode handling for
    module names

  * in META.{yml,json}, point to public git repository
2014-02-09 04:30:09 +00:00
jnemeth
f8bcc2bdd2 Updated mail/sendmail-cidrexpand to 8.14.8 2014-02-09 02:24:30 +00:00
jnemeth
371bd72207 reset PKGREVISION for sendmail update 2014-02-09 02:24:18 +00:00
jnemeth
5d301c481f Updated mail/sendmail-qtool to 8.14.8 2014-02-09 02:17:10 +00:00
jnemeth
93d0756d11 reset PKGREVISION for sendmail update 2014-02-09 02:16:57 +00:00
jnemeth
9311fd9f61 Updated mail/sendmail to 8.14.8 2014-02-09 02:03:44 +00:00
jnemeth
bed7a26643 Update to sendmail 8.14.8: this release contains some bug fixes plus some
minor feature additions.

8.14.8/8.14.8	2014/01/26
	Properly initialize all OpenSSL algorithms for versions before
		OpenSSL 0.9.8o. Without this SHA2 algorithms may not
		work properly, causing for example failures for certs
		that use sha256WithRSAEncryption as signature algorithm.
	When looking up hostnames, ensure only to return those records
		for the requested family (AF_INET or AF_INET6).
		On system that have NEEDSGETIPNODE and NETINET6
		this may have failed and cause delivery problems.
		Problem noted by Kees Cook.
	A new mailer flag '!' is available to suppress an MH hack
		that drops an explicit From: header if it is the
		same as what sendmail would generate.
	Add an FFR (for future release) to use uncompressed IPv6 addresses,
		i.e., they will not contain "::".  For example, instead
		of ::1 it will be 0:0:0:0:0:0:0:1.  This means that
		configuration data (including maps, files, classes,
		custom ruleset, etc) have to use the same format.
		This will be turned on in 8.15.  It can be enabled in 8.14
		by compiling with:
		APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_IPV6_FULL')
		in your devtools/Site/site.config.m4 file.
	Add an additional case for the WorkAroundBrokenAAAA check when
		dealing with broken nameservers by ignoring SERVFAIL
		errors returned on T_AAAA (IPv6) lookups at delivery time.
		Problem noted by Pavel Timofeev of OCS.
	If available, pass LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to
		setusercontext() on deliveries as a different user.
		Patch from Edward Tomasz Napierala from FreeBSD.
	Avoid compiler warnings from a change in Cyrus-SASL 2.1.25.
		Patch from Hajimu UMEMOTO from FreeBSD.
	Add support for DHParameters 2048-bit primes.
	CONFIG: Accept IPv6 literals when evaluating the HELO/EHLO argument
		in FEATURE(`block_bad_helo').  Suggested by Andrey Chernov.
	LIBSMDB: Add a missing check for malloc() in libsmdb/smndbm.c.
		Patch from Bill Parker.
	LIBSMDB: Fix minor memory leaks in libsmdb/ if allocations
		fail.  Patch from John Beck of Oracle.
	Portability:
		Add support for Darwin 12.x and 13.x (Mac OS X 10.8 and 10.9).
		On Linux use socklen_t as the type for the 3rd argument
		for getsockname/getpeername if the glibc version is at
		least 2.1.
	Added Files:
		devtools/OS/Darwin.12.x
		devtools/OS/Darwin.13.x
2014-02-09 02:02:46 +00:00
wiedi
dad61911b1 Add -lm on SunOS 2014-02-09 00:51:23 +00:00
wiedi
ef7e73cd27 Add network libs on SunOS 2014-02-09 00:44:36 +00:00
wiedi
115d93595f Add missing lib for SunOS 2014-02-09 00:26:50 +00:00
wiedi
c214db45f9 Add libs on SunOS 2014-02-09 00:22:11 +00:00
wiedi
504dd9445e Add missing int types on SunOS 2014-02-08 23:54:35 +00:00
wiedi
1e21cbd774 fix build on SunOS 2014-02-08 23:50:08 +00:00
wiedi
c9f6cab1dd Add network libs on SunOS 2014-02-08 23:39:55 +00:00
wiedi
d066e01f2e fix build on SunOS 2014-02-08 23:34:05 +00:00
wiedi
e7e87dcb80 Add network libs on SunOS 2014-02-08 23:21:48 +00:00
wiedi
877a59de59 add missing libs on SunOS 2014-02-08 22:54:45 +00:00
rumko
4593197372 Updated editors/lyx to 2.0.7 2014-02-08 18:50:52 +00:00
rumko
c01aa6cf9c editors/lyx: update to 2.0.7 and add missing boost dep
Changes from upstream (snipped, full changelog at http://www.lyx.org/announce/2_0_7.txt):
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix garbage in document export (and maybe other places) by making encoding
  conversions thread-safe (bug 8854).
- Fix output of ulem commands (underline etc.) which was broken as of
  LyX 2.0.6 (bug 8733).
- Fix problem with unbalanced braces in XeTeX output (bug 8765).
- Fix problems with unbalanced braces with a secondary CJK language
  (bug 8215).
- Fix state of certain language packages (polyglossia, japanese) in
  child documents (bug 8770).
- Fix compilation of documents containing chemical equations and math
  integrals (bug 8731).
- Fix compilation with nested ("sub") custom floats.
- Fix import of CSV-files.

* LYXHTML
- Fix random character inserted as year modifier in author-year citations.

* BUILD/INSTALLATION
- Add support for automake 1.13.
- Fix compilation with clang LLVM compiler.
- Fix Qt tools search when a Qt directory has been specified.
2014-02-08 18:49:05 +00:00
wiedi
95002fc6a6 Add missing network libs on SunOS 2014-02-08 17:45:29 +00:00