Commit graph

195592 commits

Author SHA1 Message Date
taca
9c058eca3c Update ruby-activesupport31 to 3.1.10.
## Rails 3.1.10 (Jan 8, 2012) ##

*   Hash.from_xml raises when it encounters type="symbol" or type="yaml".
    Use Hash.from_trusted_xml to parse this XML.

    CVE-2013-0156

    *Jeremy Kemper*
2013-01-09 12:34:08 +00:00
taca
6e3b19eaee Start update of Ruby on Rails 3.1.10. 2013-01-09 12:33:28 +00:00
taca
8e434ffaf7 Note update of Ruby on Rails 3.0.19.
devel/ruby-activesupport3	3.0.19
	devel/ruby-activemodel		3.0.19
	www/ruby-activeresource3	3.0.19
	www/ruby-actionpack3		3.0.19
	databases/ruby-activerecord3	3.0.19
	mail/ruby-actionmailer3		3.0.19
	devel/ruby-railties		3.0.19
	www/ruby-rails3			3.0.19
2013-01-09 12:32:09 +00:00
taca
e91803d907 Update ruby-rails3 to 3.0.19.
Only version has updated.
2013-01-09 12:30:06 +00:00
taca
4f16891085 Update ruby-railties to 3.0.19.
Only version has updated.
2013-01-09 12:29:40 +00:00
taca
e63a4b80d9 Update ruby-actionmailer3 to 3.0.19.
Only version has updated.
2013-01-09 12:29:19 +00:00
taca
0c98cf9295 Update ruby-activerecord3 to 3.0.19.
## Rails 3.0.19

*   Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
2013-01-09 12:28:50 +00:00
taca
ed7258a731 Update ruby-actionpack3 to 3.0.19.
## Rails 3.0.19

* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
2013-01-09 12:28:04 +00:00
obache
01d9a1cbfb Updated multimedia/adobe-flash-plugin10.1 to 10.3.183.50 2013-01-09 12:27:32 +00:00
obache
21b4484904 Update adobe-flash-plugin10.1 to 10.3.183.50 for APSB13-01 2013-01-09 12:27:20 +00:00
taca
cedf3b3872 Update ruby-activeresource3 to 3.0.19.
Only version has updated.
2013-01-09 12:27:13 +00:00
obache
620f564ee4 Updated multimedia/adobe-flash-plugin11 to 11.2.202.261 2013-01-09 12:26:43 +00:00
obache
46ae3968ca Update adobe-flash-plugin11 to 11.2.202.261 for APSB13-01 2013-01-09 12:26:24 +00:00
taca
1b37dd3181 Update ruby-activemodel to 3.0.19.
Only version has updated.
2013-01-09 12:26:20 +00:00
taca
0be3c247fb Update ruby-activesupport3 to 3.0.19.
## Rails 3.0.19 (Jan 8, 2012) ##

*   Hash.from_xml raises when it encounters type="symbol" or type="yaml".
    Use Hash.from_trusted_xml to parse this XML.

    CVE-2013-0156

    *Jeremy Kemper*
2013-01-09 12:25:17 +00:00
taca
097379a13c Start update of Ruby on Rails 3.0.19. 2013-01-09 12:24:26 +00:00
taca
052d48bd04 Note update of www/ruby-rack package to 1.4.3. 2013-01-09 11:25:07 +00:00
taca
387583d752 Update ruby-rack to 1.4.3.
* January 7th, 2013: Thirty first public release 1.4.3
  * Security: Prevent unbounded reads in large multipart boundaries
2013-01-09 11:24:37 +00:00
martin
8d44cc2397 Note revision bump of xulrunner192 2013-01-09 10:36:12 +00:00
martin
efcdf5c1f5 Prevent configure to pick up non thread safe code that uses _res on NetBSD. 2013-01-09 10:34:03 +00:00
adam
c39c9f9bca Fix buidling on Darwin 2013-01-09 07:24:23 +00:00
taca
7c130d12db Note update of www/contao30 package to 3.0.3nb1. 2013-01-09 03:23:36 +00:00
taca
1d43703bfd Add missing update of www/ruby-rails32 package to 3.2.10. 2013-01-09 03:22:57 +00:00
taca
925dba2012 Distfile was updated due to mistake of version displayed on Contao backend.
Enable DIST_SUBDIR and bump PKGREVISION.
2013-01-09 03:21:48 +00:00
jym
cb56a51eca stunnel updated to 4.54. 2013-01-08 23:47:20 +00:00
jym
0ead76b387 Update to 4.54. Changelog:
New Win32 features
        FIPS module updated to version 2.0.
        OpenSSL DLLs updated to version 1.0.1c.
        zlib DLL updated to version 1.2.7.
        Engine DLLs added: 4758cca, aep, atalla, capi, chil, cswift, gmp, gost, nuron, padlock, sureware, ubsec.

Other new features
        "session" option renamed to more readable "sessionCacheTimeout". The old name remains accepted for backward compatibility.
        New service-level "sessionCacheSize" option to control session cache size.
        New service-level option "reset" to control whether TCP RST flag is used to indicate errors. The default value is "reset = yes".
        New service-level option "renegotiation" to disable SSL renegotiation. This feature is based on a public-domain patch by Janusz Dziemidowicz.
        New FreeBSD socket options: IP_FREEBIND, IP_BINDANY, IPV6_BINDANY (thx to Janusz Dziemidowicz).
        New parameters to configure TLS v1.1/v1.2 with OpenSSL version 1.0.1 or higher (thx to Henrik Riomar).

Bugfixes
        Fixed "Application Failed to Initialize Properly (0xc0150002)" error.
        Fixed missing SSL state debug log entries.
        Fixed a race condition in libwrap code resulting in random stalls (thx to Andrew Skalski).
        Session cache purged at configuration file reload to reduce memory leak. Remaining leak of a few kilobytes per section is yet to be fixed.
        Fixed regression bug in "transparent = destination" functionality (thx to Stefan Lauterbach). This bug was introduced in stunnel 4.51.
        "transparent = destination" is now a valid endpoint in inetd mode.
        "delay = yes" fixed to work even if specified *after* "connect" option.
        Multiple "connect" targets fixed to also work with delayed resolver.
        The number of resolver retries of EAI_AGAIN error has been limited to 3 in order to prevent infinite loops.

Fix some directory owner/group rights and take over maintainership as I
use it almost daily.
2013-01-08 23:45:39 +00:00
jym
fd3641d8e6 roundcube defines its default configuration in .htaccess files and this
will take precedence over any parameter specified in the <Directory>
section.

So remove the php blocks and add a comment to explain this.
2013-01-08 23:27:55 +00:00
mef
8fe9bed8c1 Update audacity. 2013-01-08 23:19:13 +00:00
pettai
a1f050d60e back out unnecessary rev bump. 2013-01-08 22:51:39 +00:00
darcy
f910c8b008 Bug fix release of PyGreSQL to 4.1.1 2013-01-08 20:50:08 +00:00
kleink
3a449df059 Added www/py-flask-rest version 1.1. 2013-01-08 19:28:59 +00:00
kleink
11219c884f + py-flask-rest 2013-01-08 19:28:30 +00:00
kleink
4c2ff2e792 Import Flask-REST-1.1 as www/py-flask-rest.
This library is a tiny REST toolkit intending to simplify your life
when you want to create a REST API for your flask apps.
2013-01-08 19:28:12 +00:00
kleink
60ba105da4 Added www/py-flask-frozen version 0.9. 2013-01-08 19:10:03 +00:00
kleink
6de6125540 + py-flask-frozen 2013-01-08 19:09:24 +00:00
kleink
6b6a6e7250 Import Frozen-Flask-0.9 as www/py-flask-frozen.
Frozen-Flask freezes a Flask application into a set of static files.
The result can be hosted without any server-side software other
than a traditional web server.
2013-01-08 19:09:03 +00:00
kleink
cf2d05b4b4 Added www/py-flask-flatpages version 0.3. 2013-01-08 18:56:41 +00:00
kleink
7d93d6710d + py-flask-flatpages 2013-01-08 18:56:10 +00:00
kleink
afd7c0ba4f Import Flask-FlatPages-0.3 as www/py-flask-flatpages.
Flask-FlatPages provides a collections of pages to your Flask
application. Pages are built from "flat" text files as opposed to
a relational database.
2013-01-08 18:55:54 +00:00
kleink
481e55d2ff Added www/py-flask-uploads version 0.1.3. 2013-01-08 18:07:42 +00:00
kleink
36785ce433 + py-flask-uploads 2013-01-08 18:06:52 +00:00
kleink
ff58fb9c30 Import Flask-Uploads-0.1.3 as www/py-flask-uploads.
Flask-Uploads provides flexible upload handling for Flask applications.
It lets you divide your uploads into sets that the application user
can publish separately.
2013-01-08 18:06:29 +00:00
wiz
ea4fb219cc Remove expatobjc-license -- same as mit.
Found by gdt.
2013-01-08 16:53:48 +00:00
cheusov
2f8a06bfbf Remove MANDIR= from MAKE_ENV which is already there (mk-c.mk) 2013-01-08 16:36:53 +00:00
gdt
0b00256963 LICENSE=mit 2013-01-08 16:21:49 +00:00
tron
6a60da5df7 Note update of the "milter-greylist" package to version 4.4.2. 2013-01-08 15:55:23 +00:00
tron
c006b6cf4e Update "milter-greylist" to version 4.4.2. This version fixes build
problems under Solaris which previously required patches.
2013-01-08 15:54:54 +00:00
wiz
8360e4f994 Comment out dead HOMEPAGE and MASTER_SITES. 2013-01-08 15:26:09 +00:00
darcy
8377bd2124 Upgrade to version 4.1.1
Mainly a bug fix.  Also adds a preplacement for the functionality of
databases/py-pgnotify which no longer works with new versions of
PyGreSQL and PostgreSQL.
2013-01-08 15:09:59 +00:00
kleink
b7729ddfc3 Allow Python 3. 2013-01-08 14:20:15 +00:00