Commit graph

230135 commits

Author SHA1 Message Date
taca
4739d2e34d Update PLIST.
It looks like some of files which are loaded during build.

Bump PKGREVISION.
2015-03-08 16:03:50 +00:00
taca
ad22771d7b Bump PKGREVISION refelcts PLIST update. 2015-03-08 16:01:26 +00:00
taca
23cf8940e3 Reset PKGREVISION just now since PKGBASE hase changed. 2015-03-08 15:52:51 +00:00
taca
9a85477492 Use lang/ruby/gem-extract.mk which replaces this package's own fetch and
extract routine.

No functional change.
2015-03-08 15:49:35 +00:00
taca
dbd0f26786 Add ALTERNATIVES file which should be commited with previous update. 2015-03-08 15:44:56 +00:00
taca
8182bd702b Note update of www/ruby-unicorn package to 4.8.3. 2015-03-08 15:36:15 +00:00
taca
1ea20eba82 Update ruby-unicorn to 4.8.3.
pkgsrc change:

* Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.

=== unicorn 4.8.3 - the end of an era / 2014-05-07 07:50 UTC

  This release updates documentation to reflect the migration of the
  mailing list to a new public-inbox[1] instance.  This is necessary
  due to the impending RubyForge shutdown on May 15, 2014.

  The public-inbox address is: unicorn-public@bogomips.org
      (no subscription required, plain text only)
  ssoma[2] git archives: git://bogomips.org/unicorn-public
  browser-friendly archives: http://bogomips.org/unicorn-public/

  Using, getting help for, and contributing to unicorn will never
  require any of the following:

  1) non-Free software (including SaaS)
  2) registration or sign-in of any kind
  3) a real identity (we accept mail from Mixmaster)
  4) a graphical user interface

  Nowadays, plain-text email is the only ubiquitous platform which
  meets all our requirements for communication.

  There is also one small bugfix to handle premature grandparent death
  upon initial startup.  Most users are unaffected.

  [1] policy: http://public-inbox.org/ - git://80x24.org/public-inbox
      an "archives first" approach to mailing lists
  [2] mechanism: http://ssoma.public-inbox.org/ - git://80x24.org/ssoma
      some sort of mail archiver (using git)

=== unicorn 4.8.2 - avoid race condition during worker startup / 2014-02-05 18:24 UTC

  We close SELF_PIPE in the worker immediately, but signal handlers
  do not get setup immediately.  So prevent workers from erroring out
  due to invalid SELF_PIPE.

=== unicorn 4.8.1 / 2014-01-29 08:48 UTC

  fix races/error handling in worker SIGQUIT handler

  This protects us from two problems:

  1) we (or our app) somehow called IO#close on one of the sockets
     we listen on without removing it from the readers array.
     We'll ignore IOErrors from IO#close and assume we wanted to
     close it.

  2) our SIGQUIT handler is interrupted by itself.  This can happen as
     a fake signal from the master could be handled and a real signal
     from an outside user is sent to us (e.g. from unicorn-worker-killer)
     or if a user uses the killall(1) command.

=== unicorn 4.8.0 - big internal changes, but compatible / 2014-01-11 07:34 UTC

  This release contains fairly major internal workings of master-to-worker
  notifications.  The master process no longer sends signals to workers
  for most tasks.  This works around some compatibility issues with some
  versions of the "pg" gem (and potentially any other code which may not
  handle EINTR properly).  One extra benefit is it also helps stray
  workers notice a rare, unexpected master death more easily.  Workers
  continue to (and will always) accept existing signals for compatibility
  with tools/scripts which may signal workers.

  PID file are always written early (even on upgrade) again to avoid
  breaking strange monitoring setups which use PID files.  Keep in mind we
  have always discouraged monitoring based on PID files as they are
  fragile.

  We now avoid bubbling IOError to the Rack app on premature client
  disconnects when streaming the input body.  This is usually not a
  problem with nginx, but may be on some LAN setups without nginx).

  Thanks to Sam Saffron, Jimmy Soho, Rodrigo Rosenfeld Rosas,
  Michael Fischer, and Andrew Hobson for their help with this release.

  Note: the unicorn mailing list will be moved/changed soon due to the
  RubyForge shutdown.  unicorn will always rely only on Free Software.
  There will never be any sign-up requirements nor terms-of-service to
  agree to when communicating with us.

=== unicorn 4.8.0pre1 / 2013-12-09 09:51 UTC

  Eric Wong (6):
        tests: fix SO_REUSEPORT tests for old Linux and non-Linux
        stream_input: avoid IO#close on client disconnect
        t0300: kill off stray processes in test
        always write PID file early for compatibility
        doc: clarify SIGNALS and reference init example
        rework master-to-worker signaling to use a pipe

=== unicorn 4.7.0 - minor updates, license tweak / 2013-11-04 06:59 UTC

  * support SO_REUSEPORT on new listeners (:reuseport)

  This allows users to start an independent instance of unicorn on
  a the same port as a running unicorn (as long as both instances
  use :reuseport).

  ref: https://lwn.net/Articles/542629/

  * unicorn is now GPLv2-or-later and Ruby 1.8-licensed
  (instead of GPLv2-only, GPLv3-only, and Ruby 1.8-licensed)

  This changes nothing at the moment.  Once the FSF publishes the next
  version of the GPL, users may choose the newer GPL version without the
  unicorn BDFL approving it.  Two years ago when I got permission to add
  GPLv3 to the license options, I also got permission from all past
  contributors to approve future versions of the GPL.  So now I'm
  approving all future versions of the GPL for use with unicorn.

  Reasoning below:

  In case the GPLv4 arrives and I am not alive to approve/review it,
  the lesser of evils is have give blanket approval of all future GPL
  versions (as published by the FSF).  The worse evil is to be stuck
  with a license which cannot guarantee the Free-ness of this project
  in the future.

  This unfortunately means the FSF can theoretically come out with
  license terms I do not agree with, but the GPLv2 and GPLv3 will
  always be an option to all users.

  Note: we currently prefer GPLv3

  Two improvements thanks to Ernest W. Durbin III:

  * USR2 redirects fixed for Ruby 1.8.6 (broken since 4.1.0)
  * unicorn(1) and unicorn_rails(1) enforces valid integer for -p/--port

  A few more odd, minor tweaks and fixes:

  * attempt to rename PID file when possible (on USR2)
  * workaround reopen atomicity issues for stdio vs non-stdio
  * improve handling of client-triggerable socket errors
2015-03-08 15:35:47 +00:00
taca
fed0f4bbc3 Note update of www/ruby-puma package to 2.11.1. 2015-03-08 15:33:35 +00:00
taca
c20afb5e35 Update ruby-puma to 2.11.1.
pkgsrc changes:

* Add pkg_alternatives support.
* Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.

=== 2.11.1 / 2015-02-11

* 2 bug fixes:
  * Avoid crash in strange restart conditions
  * Inject the GEM_HOME that bundler into puma-wild's env. Fixes #653

* 2 PRs merged:
  * Merge pull request #644 from bpaquet/master
  * Merge pull request #646 from mkonecny/master
2015-03-08 15:33:01 +00:00
taca
0226253f6d Note update of textproc/ruby-redcarpet package to 3.2.2. 2015-03-08 15:31:11 +00:00
taca
e21d2ab140 Update ruby-redcarpet to 3.2.2.
pkgsrc change:

* Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.


Version 3.2.2

* Consider script as a block-level element so it doesn't get included inside a
  paragraph.

Version 3.2.1

* Load RedcarpetCompat when requiring Redcarpet for the sake of backward
  compatibility.

  Loren Segal

Version 3.2.0

* Add a Safe renderer to deal with users' input. The escape_html and
  safe_links_only options are turned on by default.

  Moreover, the block_code callback removes the tag's class since the user can
  basically set anything with the vanilla one.

  Robin Dupret

* HTML5 block-level tags are now recognized

  silverhammermba

* The StripDown render object now displays the URL of links along with the
  text.

  Robin Dupret

* The RedCloth API compatibility layer is now deprecated.

  Robin Dupret

* A hyphen and an equal should not be converted to heading.

  namusyaka

* Fix emphasis character escape sequence detection while mid-emphasis.

  jcheatham

* Add = to the whitelist of escaped chars so it can be used inside highlighted
  snippets.

  jcheatham

* Convert trailing single quotes to curly quotes. For example, Road Trippin'
  now converts to Road Trippin¡Ç.

  Kevin Chen

* Allow in-page links (e.g. [headline](#headline)) when :safe_links_only is
  set.

  jomo

* Enable emphasis inside of sentences in multi-byte languages when
  :no_intra_emphasis is set.

  Chun-wei Kuo

* Avoid making :no_intra_emphasis only match spaces. This allows using
  emphasizes inside quotes when the option is enabled for instance.

  Jason Webb and BJ Homer

* The StripDown renderer handles image tags now.

Version 3.1.2

* Remove the yielding of anchors in the header callback. This was a breaking
  change between 3.0 and 3.1 as the method's arity changed.
2015-03-08 15:30:27 +00:00
taca
266bde6fb0 Note update of textproc/ruby-ferret package to 0.11.8.6. 2015-03-08 15:25:28 +00:00
taca
968d8994c1 Update ruby-ferret to 0.11.8.6.
* Compile fix for Ruby 2.2.
* And a few bug fixes.

pkgsrc change

* support pkg_alternatives.
* Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
2015-03-08 15:24:55 +00:00
taca
58d7093fbd Note update of math/ruby-gsl package to 1.16.0.4. 2015-03-08 15:19:50 +00:00
taca
2ffac1bf79 Update ruby-gsl to 1.16.0.4.
* Switch to rb-gsl gem.

Fri Dec 19 2014
  * Ruby/GSL 1.16.0.4
    * Optimize and extract multiplication and division operations on Fixnum
      and Float. Pull request #8 by Veselin Vasilev.
    * Fixed division in GSL::Oper for GSL::Vector::Col. Issue #9.

Tue Oct 21 2014
  * Ruby/GSL 1.16.0.3
    * Fixed RDoc issues. Issue #6 by @bigtunacan.
    * Fixed $LOAD_PATH problem. Pull request #7 by Takahiro SATOH.

Wed Jul  9 2014
  * Ruby/GSL 1.16.0.2
    * Fixed linking problem.

Thu Apr 24 2014
  * Ruby/GSL 1.16.0.1
    * Extensive cleanup.
    * Fixed linking problems.
    * Required Ruby version >= 1.8.7.

Fri Jan 24 2014
  * Ruby/GSL 1.16.0
    * GSL-1.16 support.
2015-03-08 15:19:13 +00:00
taca
17a1a339eb Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
wen
2d92222a84 Update version of cln, hdf, maradns, and add hdf5 2015-03-08 15:12:50 +00:00
taca
1a8845ac67 Note update of lang/ruby21-base package to 2.1.5nb2. 2015-03-08 15:09:05 +00:00
taca
83cfb25690 * Add patch ot fix rdoc bug; Get rid of infitite loop with '\r' only in text.
* Change "os" of Gem::Platform, now it change the case of "netbsd" only.

Bump PKGREVISION.
2015-03-08 15:08:33 +00:00
taca
065b1b3af2 Note update of ruby200 packages to 2.0.0p643.
lang/ruby200-base	2.0.0p643
	databases/ruby-gdbm	2.0.0p643
	devel/ruby-curses	2.0.0p643nb1
	devel/ruby-fiddle	2.0.0p643
	devel/ruby-readline	2.0.0p643nb1
	x11/ruby-tk		2.0.0p643nb4
	lang/ruby200		2.0.0p643

We can not reset PKG_REVISION for now.
2015-03-08 15:03:50 +00:00
taca
0542e1f45c Update ruby200-base to 2.0.0p643.
This is the last ordinal release of Ruby 2.0.0. Ruby 2.0.0 goes into the
state of the security maintenance phase, and will never be released unless
any critical regressions or security issues are found. This phase is planned
to be maintained for 1 year. Then, maintenance of Ruby 2.0.0 will be ended
at Feb. 24th, 2016. We recommend to start planning to migrate to newer
versions of Ruby, such as 2.1 or 2.2.

pkgsrc change:

* Change "os" of Gem::Platform, now it change the case of "netbsd" only.
* Reduce patches to builtin rubygems.
2015-03-08 14:59:12 +00:00
taca
70856e59f8 Note update of lang/ruby193-base package to 1.9.3p551nb1. 2015-03-08 14:54:16 +00:00
taca
f50e5292d1 * Add patch ot fix rdoc bug; Get rid of infitite loop with '\r' only in text.
* Change "os" of Gem::Platform, now it change the case of "netbsd" only.

Bump PKGREVISION.
2015-03-08 14:53:39 +00:00
wen
b3118bb401 Updated databases/p5-DBIx-Class-Helpers to 2.025001 2015-03-08 14:49:29 +00:00
wen
a63d746117 Update to 2.025001
Upstream changes:
2.025001  2015-02-28 09:53:36-06:00 America/Chicago
 - fix ::RS::Errors test on Windows

2.025000  2015-02-20 22:50:47-06:00 America/Chicago
 - Add ::Helper::ResultSet::Errors to help when calling Result methods on an RS
2015-03-08 14:47:48 +00:00
taca
c64bedeaf8 Note update of misc/rubygems package to 2.4.6. 2015-03-08 14:44:50 +00:00
taca
b752b2dc2f Update rubygems to 2.4.6.
* Simplify Gem::Specification definition.
* Remove some pkgsrc specific modifications.

=== 2.4.6 / 2014-02-05

Bug fixes:

* Fixed resolving gems with both upper and lower requirement boundaries.
  Issue #1141 by Jakub Jirutka.
* Moved extension directory after require_paths to fix missing constant bugs
  in some gems with C extensions.  Issue #784 by Andr«± Arko, pull request
  #1137 by Barry Allard.
* Use Gem::Dependency#requirement when adding a dependency to an existing
  dependency instance.  Pull request #1101 by Josh Cheek.
* Fixed warning of shadowed local variable in Gem::Specification.  Pull request
  #1109 by Rohit Arondekar
* Gem::Requirement should always sort requirements before coercion to Hash.
  Pull request #1139 by Eito Katagiri.
* The `gem open` command should change the current working directory before
  opening the editor.  Pull request #1142 by Alex Wood.
* Ensure quotes are stripped from the Windows launcher script used to install
  gems.  Pull request #1115 by Youngjun Song.
* Fixed errors when writing to NFS to to 0444 files.  Issue #1161 by Emmanuel
  Hadoux.
* Removed dead code in Gem::StreamUI.  Pull request #1117 by mediaslave24.
* Fixed typos.  Pull request #1096 by hakeda.
* Relaxed CMake dependency for RHEL 6 and CentOS 6.  Pull request #1124 by V«¿t
  Ondruch.
* Relaxed Psych dependency.  Pull request #1128 by V«¿t Ondruch.
2015-03-08 14:44:16 +00:00
taca
69529038c9 * Split gem-vars.mk and gem-extract.mk from gem.mk.
* Make GEM_EXTSDIR from output of gem command instead of derived from
  RUBY_ARCH related variables.
2015-03-08 14:41:12 +00:00
wen
2ea427ddb7 Updated databases/p5-DBIx-Class-Fixtures to 1.001028 2015-03-08 14:40:49 +00:00
wen
291edcde52 Update to 1.001028
Upstream changes:
1.001028  2015-01-05 00:40:41+00:00 Europe/London

- releasing as stable

1.001027_02 2014-12-30 19:50:50+00:00 Europe/London

- changed tests to use portable directory management

1.001027_01 2014-12-26 17:06:08+00:00 Europe/London

- Fix fixture filenames to be compatible with ntfs systems - mrf++
2015-03-08 14:39:05 +00:00
taca
50e538357f Change RUBY_VER_DIR from RUBY_VERSION to RUBY_API_VERSION on Ruby 2.1 and
2.2.  It affects ruby 2.1 only.

* Binary packages' file name start with "ruby21-" instead of "ruby215-".
* ${PREFIX}/include/ruby-2.1.5 are changed from ${PREFIX}/include/ruby-2.1.5
  to ${PREFIX}/include/ruby-2.1.0.
* ${PREFIX}/lib/ruby/2.1.5 and ${PREFIX}/lib/ruby/gem/2.1.5 are changed
  to ${PREFIX}/lib/ruby/2.1.0 and ${PREFIX}/lib/ruby/gem/2.1.0.
2015-03-08 14:35:33 +00:00
taca
b4255efa03 Remove "18" from RUBY_VERSION_SUPPORTED.
It cause support for ruby18 unless explictly specified by
RUBY_VERSION_SUPPORTED in packages' Makefile.
2015-03-08 14:21:45 +00:00
taca
cc01b3aaef Explicitly allow build with Ruby 1.8.7. 2015-03-08 14:10:21 +00:00
gdt
4296583c26 Updated graphics/gimp-ufraw to 0.21 2015-03-08 14:10:07 +00:00
gdt
1c932f212c Update to 0.21.
Upstream changes (release was 2015-02-10):

10/02/2015 - UFRaw-0.21 released, based on DCRaw v 9.23.

* Bug fix release.
2015-03-08 14:09:30 +00:00
taca
6d1c13f85b Restrict to Ruby 1.8.7 since this package use Ruby 1.8.7 depended code. 2015-03-08 14:07:43 +00:00
mef
fa9ddb2ccf Updated net/connect to 1.104 2015-03-08 13:00:23 +00:00
mef
ade60a6c48 (pkgsrc)
- convert just compile (by cc) into (almost) regular make packaging,
   with minor trick, say, renaming WRKSRC etc.
(upstream)
 - Update 1.96 to 1.104
   (from) https://bitbucket.org/gotoh/connect/commits/all
------------------------------------------------------
Added tag 1.104 for changeset fd6f352325d4 			  2014-09-24
new version number to 1.104 					  2014-09-24
allow to use '@' in user name part of host spec string (close #6) 2014-09-24
Clang support on Win32. 					  2012-09-19
Win32 support for GNU-like toolchains in Makefile		  2012-09-19
Fixed typos	  						  2012-09-19
Added return type to domain_match				  2012-09-11
Add Interix support						  2012-08-25
Fix to support some old Solaris environment. (close #4)		  2012-07-26
make Makefile as closs-platform (close #3)			  2012-07-26
need ifdef for using make_localnet_as_direct().			  2012-06-20

Added tag 1.103 for changeset c7321796112d			  2012-05-14
Use closesocket() on HTTP proxy.				  2012-05-14
redefine ECONNRESET only when it is lacked.			  2012-04-30
resolve hostname localy before determine direct.		  2012-04-21
add feature to make direct access for hosts on the local network. 2012-04-21
doc: fix notes format a little					  2012-04-21
Add document and support elisp code.				  2009-12-17

Added tag 1.101 for changeset cf9579815b7e			  2009-12-17
bump-up to version 1.101.					  2009-12-17
fix-up path separator of ssh askpass executable on win32 except cygwin.
								  2009-12-17
Define version number string explicitly to remove SCM dependency. 2009-12-17

Added tag 1.100 for changeset 7c036cbffb61			  2009-12-17
Import connect.c version 1.100.					  2009-12-17
2015-03-08 13:00:15 +00:00
mef
a6fcd379c1 Updated net/httptunnel to 3.3 2015-03-08 12:38:20 +00:00
mef
294801b840 (pkgsrc)
- Add LICENSE= gnu-gpl-v2
(upstream)
 - Update 3.05 to 3.3
 ------------------
 Following lines are from ChangeLog, but not really clear,
 the date is overwrapped from last (pkgsrc) update.
------------------
2001-02-25  lars brinkhoff  <lars@nocrew.org>
	From Sampo Niskanen <sampo.niskanen@iki.fi>:
	* common.c (handle_tunnel_input): write to stdout if fd = 0.
	* htc.c (struct Arguments): add use_std and use_daemon.
	(usage): add short option -z for --proxy-authorization-file.
	add -s, --stdin-stdout option.  add -w, --no-daemon option.
	(parse_arguments): recognize new options.
	(parse_arguments): write diagnostics to stderr instead of stdout.
	(main): likewise.
	* hts.c (struct Arguments): add use_std and use_daemon.
	(usage): add -s, --stdin-stdout option.  add -w, --no-daemon option.
	(parse_arguments): recognize new options.
	(main): write diagnostics to stderr instead of stdout.

2000-09-01  lars brinkhoff  <lars@nocrew.org>

	From Brian Somers <brian@Awfulhak.org>:

	* htc.c (main): correct typo in log message.
	* tunnel.c (tunnel_out_connect): use ntohl() to convert IP address.
	(tunnel_accept): likewise.
	* common.c (set_address): likewise.

2000-08-31  lars brinkhoff  <lars@nocrew.org>
	* configure.in: version 3.2
	* debian/changelog: sync with new version.

2000-07-25  lars brinkhoff  <lars@nocrew.org>
	From Brian Somers <brian@Awfulhak.org>:

	* tunnel.h: update tunnel_new_server prototype.

	* tunnel.c (tunnel_is_server): tunnel is server when
	server_socket != -1.
	(tunnel_out_connect): log the port number.
	(tunnel_in_connect): don't call http_destroy_response with
	NULL argument.
	(tunnel_accept): log client IP number and port.
	(tunnel_new_server): accept char *host argument, which is used
	to bind the server to a specific network interface.  initialize
	tunnel->bytes to 0.  pass struct in_addr to server_socket.
	(tunnel_new_client): initialize tunnel->bytes to 0.

	* hts.c (parse_arguments): host defaults to NULL.  recognize
	[HOST:]PORT syntax.
	(main): log host:port, if host was specified.  pass host to
	tunnel_new_server.

	* common.c (server_socket): take a sockaddr_in * argument; improve
	sockaddr_in initialization.
	(set_address): improve sockaddr_in initialization.

	* common.h: update server_socks prototype.

	* htc.c (main): pass a struct in_addr to server_socket.
2015-03-08 12:37:43 +00:00
alnsn
f97c2192fe Updated lang/lua52 to 5.2.4. 2015-03-08 11:22:01 +00:00
alnsn
f28c7ab5b5 Update lang/lua52 to version 5.2.4.
Lua 5.2.4 fixes all bugs listed in
http://www.lua.org/bugs.html#5.2.3 [*]
and is now the current release of Lua 5.2.

Like all minor releases, this is strictly a bug-fix release;
no new features or improvements have been added.

[*] http://www.lua.org/bugs.html#5.2.3
1. Compiler can optimize away overflow check in table.unpack.
2. Ephemeron table can wrongly collect entry with strong key.
3. Chunk with too many lines may crash Lua.
2015-03-08 10:55:19 +00:00
wen
ff06038267 Updated databases/p5-DBD-mysql to 4.031 2015-03-08 09:58:45 +00:00
wen
52d2dfe69f Update to 4.031
Remove unneeded DEPENDS

Upstream changes:
2015-03-05 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.031)
* Added LICENSE
* Reworked installation documentation in POD.
* Allow use of bracketed IPv6 addresses in connection string (RT70640),
   fix by Tim Mullin @ cPanel).
* Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY).
* Environment variable DBD_MYSQL_CONFIG actually works now.
* Makefile.PL now correcly handles MariaDB's mysql_config.
* Correct attribution to David Dick #86030: PATCH: adding statistics_info support
* Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY.
* Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github).
* Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions.
* Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test.


2015-03-02 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_02)
* Reworked installation documentation in POD.
* Allow use of bracketed IPv6 addresses in connection string (RT70640),
   fix by Tim Mullin @ cPanel).
* Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY).
* Environment variable DBD_MYSQL_CONFIG actually works now.
* Makefile.PL now correcly handles MariaDB's mysql_config.

2015-01-27 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_01)
* Correct attribution to David Dick #86030: PATCH: adding statistics_info support
* Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY.
* Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github).
* Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions.
* Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test.

2014-12-08 Patrick Galbraith (aka CaptTofu) and community (4.029)
* Added fix to tests to create test database if not exists (contstant failure on Travis) (CaptTofu)
* Support the fraction of (Oracle) MySQL Fabric that is supported by the most recent Connector/C (Steffen Mueller smueller<at>cpan<dot>org
* Statistics Info Milanrm <sorm<at>is4u<dot>cz> for work on statistics_info
* Fix for RT 97625, use after free(), Reini Urban rurban<at>cpan<dot>org

2014-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.028)
* Fixed bug in mysql.xs where dbh was being used as error code
* RT #97570: fix wrong salloc free in mysql_st_internal_execute - (Reini Urban, cPanel)
* Fix RT #97625 use-after-free in mysql_dr_error, and #86153 - (Reini Urban, cPanel)
* find mysql.h for MariaDB on Win32 (Graham Ollis)
* Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
2015-03-08 09:57:03 +00:00
adam
172a3a1a33 Updated multimedia/ffmpeg2 to 2.6; devel/git to 2.3.2; www/py-django-cms to 3.0.12 2015-03-08 08:24:15 +00:00
adam
3e24d7feae Changes 3.0.12:
Core support for multiple instances of the same apphook'ed application
The template tag `render_model_add` can now accept a model class as well as a  model instance
Fixes an issue with reverting to Live mode when moving plugins
Fixes a missing migration issue
Fixes an issue when using the PageField widget
Fixes an issue where duplicate page slugs is not prevented in some cases
Fixes an issue where copying a page didn't copy its extensions
Fixes an issue where translations where broken when operating on a page
Fixes an edge-case SQLite issue under Django 1.7
Fixes an issue where a confirmation dialog shows only some of the plugins to  be deleted when usingthe "Empty All" context-menu item
Fixes an issue where deprecated 'mimetype' was used instead of 'contenttype'
Fixes an issue where `cms check` erroneous displays warnings when a plugin  uses class inheritance
Documentation updates
2015-03-08 08:23:21 +00:00
adam
e797f69c10 Changes 2.3.1:
* "update-index --refresh" used to leak when an entry cannot be
  refreshed for whatever reason.

* "git fast-import" used to crash when it could not close and
  conclude the resulting packfile cleanly.

* "git blame" died, trying to free an uninitialized piece of memory.

* "git merge-file" did not work correctly in a subdirectory.

* "git submodule add" failed to squash "path/to/././submodule" to
  "path/to/submodule".

* In v2.2.0, we broke "git prune" that runs in a repository that
  borrows from an alternate object store.

* Certain older vintages of cURL give irregular output from
  "curl-config --vernum", which confused our build system.

* An earlier workaround to squelch unhelpful deprecation warnings
  from the complier on Mac OSX unnecessarily set minimum required
  version of the OS, which the user might want to raise (or lower)
  for other reasons.

* Longstanding configuration variable naming rules has been added to
  the documentation.

* The credential helper for Windows (in contrib/) used to mishandle
  a user name with an at-sign in it.

* Older GnuPG implementations may not correctly import the keyring
  material we prepare for the tests to use.

* Clarify in the documentation that "remote.<nick>.pushURL" and
  "remote.<nick>.URL" are there to name the same repository accessed
  via different transports, not two separate repositories.

* The pack bitmap support did not build with older versions of GCC.

* Reading configuration from a blob object, when it ends with a lone
  CR, use to confuse the configuration parser.

* We didn't format an integer that wouldn't fit in "int" but in
  "uintmax_t" correctly.

* "git push --signed" gave an incorrectly worded error message when
  the other side did not support the capability.

* "git fetch" over a remote-helper that cannot respond to "list"
  command could not fetch from a symbolic reference e.g. HEAD.

* The insn sheet "git rebase -i" creates did not fully honor
  core.abbrev settings.

* The tests that wanted to see that file becomes unreadable after
  running "chmod a-r file", and the tests that wanted to make sure it
  is not run as root, we used "can we write into the / directory?" as
  a cheap substitute, but on some platforms that is not a good
  heuristics.  The tests and their prerequisites have been updated to
  check what they really require.

* The configuration variable 'mailinfo.scissors' was hard to
  discover in the documentation.

* Correct a breakage to git-svn around v2.2 era that triggers
  premature closing of FileHandle.

* Even though we officially haven't dropped Perl 5.8 support, the
  Getopt::Long package that came with it does not support "--no-"
  prefix to negate a boolean option; manually add support to help
  people with older Getopt::Long package.
2015-03-08 08:12:56 +00:00
adam
0cbffe573d Changes 2.6:
- nvenc encoder
- 10bit spp filter
- colorlevels filter
- RIFX format for *.wav files
- RTP/mpegts muxer
- non continuous cache protocol support
- tblend filter
- cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
- Camellia symmetric block cipher
- OpenH264 encoder wrapper
- VOC seeking support
- Closed caption Decoder
- fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
- showpalette filter
- Twofish symmetric block cipher
- Support DNx100 (960x720@8)
- eq2 filter ported from libmpcodecs as eq filter
- removed libmpcodecs
- Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
- ported softpulldown filter from libmpcodecs as repeatfields filter
- dcshift filter
- RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
- RTP depacketizer for AC3 payload format (RFC 4184)
- palettegen and paletteuse filters
- VP9 RTP payload format (draft 0) experimental depacketizer
- RTP depacketizer for DV (RFC 6469)
- DXVA2-accelerated HEVC decoding
- AAC ELD 480 decoding
- Intel QSV-accelerated H.264 decoding
- DSS SP decoder and DSS demuxer
- Fix stsd atom corruption in DNxHD QuickTimes
- Canopus HQX decoder
- RTP depacketization of T.140 text (RFC 4103)
- VP9 RTP payload format (draft 0) experimental depacketizer
- Port MIPS optimizations to 64-bit
2015-03-08 08:10:13 +00:00
mef
e7bc96af7d Remove duplicate entry, sorry. 2015-03-08 03:41:55 +00:00
mef
e3170a1694 Updated net/dnstracer to 1.10 2015-03-08 03:40:37 +00:00