Sergey A. Osokin
67da2f9e1b
Update third-party rtmp module from 1.1.4 to 1.1.5.
...
Fix compilation issue (1).
Do not bump PORTREVISION.
Obtained from: dd5f2aa117
.patch (1)
2014-09-19 01:27:24 +00:00
Sergey A. Osokin
eb2420e15f
Security update from 1.7.4 to 1.7.5.
...
Temporary disable two third-party modules: supervisord and rtmp.
<ChangeLog>
*) Security: it was possible to reuse SSL sessions in unrelated contexts
if a shared SSL session cache or the same TLS session ticket key was
used for multiple "server" blocks (CVE-2014-3616).
Thanks to Antoine Delignat-Lavaud.
*) Change: now the "stub_status" directive does not require a parameter.
*) Feature: the "always" parameter of the "add_header" directive.
*) Feature: the "proxy_next_upstream_tries",
"proxy_next_upstream_timeout", "fastcgi_next_upstream_tries",
"fastcgi_next_upstream_timeout", "memcached_next_upstream_tries",
"memcached_next_upstream_timeout", "scgi_next_upstream_tries",
"scgi_next_upstream_timeout", "uwsgi_next_upstream_tries", and
"uwsgi_next_upstream_timeout" directives.
*) Bugfix: in the "if" parameter of the "access_log" directive.
*) Bugfix: in the ngx_http_perl_module.
Thanks to Piotr Sikora.
*) Bugfix: the "listen" directive of the mail proxy module did not allow
to specify more than two parameters.
*) Bugfix: the "sub_filter" directive did not work with a string to
replace consisting of a single character.
*) Bugfix: requests might hang if resolver was used and a timeout
occurred during a DNS request.
*) Bugfix: in the ngx_http_spdy_module when using with AIO.
*) Bugfix: a segmentation fault might occur in a worker process if the
"set" directive was used to change the "$http_...", "$sent_http_...",
or "$upstream_http_..." variables.
*) Bugfix: in memory allocation error handling.
Thanks to Markus Linnala and Feng Gu.
</ChangeLog>
2014-09-19 00:56:18 +00:00
Bryan Drewery
2e0063b2c3
- Fix minimum pkg version check when using pkg from git. Strip out everything
...
after '-' as it is a hash. It is not strictly newer than the implicit 0.
- Reword msg [1]
Submitted by: adamw [1]
With hat: portmgr
2014-09-19 00:50:37 +00:00
Mark Felder
b021067d57
Update to 2.0.17
...
Properly configure default data and log directories.
Enable OPENSSL as default open -- crypto should be possible
out of the box.
2014-09-18 22:16:11 +00:00
Guido Falsi
4408c743f8
Update to 11.12.1
...
Security: http://vuxml.freebsd.org/freebsd/e60d9e65-3f6b-11e4-ad16-001999f8d30b.html
2014-09-18 21:38:46 +00:00
Antoine Brodin
5603913412
- Allow staging as a regular user
...
- Bump portrevision as some files were not packaged with intended owner
2014-09-18 21:34:50 +00:00
Bryan Drewery
1c3c69804d
Remove dead pkg_install code
2014-09-18 21:21:34 +00:00
Antoine Brodin
9179c89fa1
Allow staging as a regular user
2014-09-18 21:21:29 +00:00
Antoine Brodin
a137d020fa
- Allow staging as a regular user
...
- Bump portrevision as files were not packaged with intended owner
2014-09-18 21:05:21 +00:00
Tijl Coosemans
de06e9e33c
- Remove old libtool patch from pre-configure
...
- Drop *.la files
- Add INSTALL_TARGET=install-strip
2014-09-18 21:00:30 +00:00
Tijl Coosemans
e3b8a9b49a
- Remove old libtool patch such that port uses the libtool script provided
...
by devel/apr1 again. Fixes build after r368357. [1]
- Remove USES=libtool
- Convert to USES=autoreconf
Reported by: antoine [1]
2014-09-18 20:56:09 +00:00
Tijl Coosemans
625870c75a
- Remove old libtool patch
...
- Touch config header in post-extract to avoid autotools
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
2014-09-18 20:46:34 +00:00
Antoine Brodin
3ce8d05a7d
Allow staging as a regular user
2014-09-18 20:44:32 +00:00
Tijl Coosemans
55fbed050d
Convert to USES=autoreconf and USES=python:build
2014-09-18 20:37:43 +00:00
Antoine Brodin
bc9dafbdca
- Allow staging as a regular user
...
- Create the _symon group
2014-09-18 20:35:42 +00:00
Tijl Coosemans
d5b16182ec
Convert to USES=autoreconf and add INSTALL_TARGET=install-strip
2014-09-18 20:32:47 +00:00
Tijl Coosemans
6620bb9bd5
Convert to USES=autoreconf and add INSTALL_TARGET=install-strip
2014-09-18 20:32:02 +00:00
Dmitry Marakasov
3c58c21574
- Update to 0.4.4
...
PR: 193746
Submitted by: kvedulv@kvedulv.de (maintainer)
2014-09-18 20:20:32 +00:00
Dmitry Marakasov
8776a38170
- Update to 0.6.5
...
PR: 193747
Submitted by: kvedulv@kvedulv.de (maintainer)
2014-09-18 20:19:39 +00:00
Dmitry Marakasov
ec843a657c
- Suppress ALSA detection which creates hidden dependency and doesn't work
...
PR: 193291
Submitted by: amdmi3
Approved by: maintainer timeout
2014-09-18 20:10:34 +00:00
Antoine Brodin
0f4afcc7a8
Allow staging as a regular user
2014-09-18 19:57:38 +00:00
Guido Falsi
2814daf170
Document new asterisk11 vulnerability.
...
MFH: 2014Q3
2014-09-18 19:53:09 +00:00
Antoine Brodin
4616437075
Allow staging as a regular user
2014-09-18 19:50:13 +00:00
Alex Dupre
543069c531
Fix build on 8.x and 9.x.
2014-09-18 19:49:26 +00:00
Brendan Fabeny
cf11410a15
Expose the reload command in the tor and tor-devel rc-scripts [1],
...
and update tor-devel to 0.2.5.7-rc
PR: 192553 [1]
Submitted by: C. Sturm [1]
2014-09-18 19:40:36 +00:00
Antoine Brodin
629bc98139
Allow staging as a regular user
2014-09-18 19:39:53 +00:00
Dmitry Marakasov
28ae0296cf
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-09-18 19:33:53 +00:00
Tijl Coosemans
9cb4444c9d
Remove old libtool patch and add INSTALL_TARGET=install-strip
2014-09-18 19:31:19 +00:00
Antoine Brodin
0a45121178
Allow staging as a regular user
2014-09-18 19:26:56 +00:00
Antoine Brodin
b53310fe03
Allow staging as a regular user
2014-09-18 19:10:36 +00:00
Andrey A. Chernov
4c09020c60
Fix recidive jail.
...
Add a patch for the recidive jail from upstream.
PR: 193751
Submitted by: theis@gmx.at (maintainer update)
2014-09-18 19:09:50 +00:00
Tijl Coosemans
83d728f96a
- Convert to USES=autoreconf and add INSTALL_TARGET=install-strip
...
- Use post-install instead of do-install
2014-09-18 17:52:54 +00:00
Tijl Coosemans
3a289d638d
Remove old libtool patch
2014-09-18 17:50:34 +00:00
Kurt Jaeger
a90f6622a9
textproc/ack: 2.12 -> 2.14
...
http://cpansearch.perl.org/src/PETDANCE/ack-2.14/Changes
Requested by: jungleboogie0@gmail.com
2014-09-18 17:48:24 +00:00
Bartek Rutkowski
c4329ed172
devel/py-cclib: update 1.1 -> 1.2
...
- Changed upstream location to GitHub
- Corrected LICENSE
Approved by: mentors (implicit)
2014-09-18 17:38:07 +00:00
Jung-uk Kim
e2b4afac6a
Fix build for 9.2 and older.
2014-09-18 17:21:41 +00:00
Dmitry Marakasov
b15b27c0dc
- Drop .la files, no dependees require them
...
Approved by: portmgr blanket
2014-09-18 16:41:33 +00:00
Sunpoet Po-Chuan Hsieh
314d027937
- Update to 0.003
...
Changes: http://search.cpan.org/dist/lexical-underscore/Changes
2014-09-18 16:40:22 +00:00
Sunpoet Po-Chuan Hsieh
af63373b4d
- Update to 0.012
...
Changes: http://search.cpan.org/dist/Type-Tiny-XS/Changes
2014-09-18 16:40:17 +00:00
Sunpoet Po-Chuan Hsieh
6177d23e7a
- Update to 0.009
...
Changes: http://search.cpan.org/dist/Type-Tie/Changes
2014-09-18 16:40:11 +00:00
Sunpoet Po-Chuan Hsieh
b7e6ca2bcc
- Update to 0.040
...
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes
2014-09-18 16:40:06 +00:00
Sunpoet Po-Chuan Hsieh
d6addc2519
- Update to 1.3.1
...
- Strip shared library
- Sort USES
Changes: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=blob;f=NEWS;hb=HEAD
2014-09-18 16:40:01 +00:00
Rusmir Dusko
3173253704
- Fix typo a --> an and name to Rescue! Max
2014-09-18 16:34:19 +00:00
Sunpoet Po-Chuan Hsieh
7e3a15fae8
- Reorder variables
2014-09-18 16:31:47 +00:00
Bryan Drewery
ff9d59c6dd
Fix typo.
...
Submitted by: sunpoet
With hat: portmgr
2014-09-18 16:09:56 +00:00
Tijl Coosemans
642f11f7c9
Switch to USES=libtool:build
2014-09-18 15:56:25 +00:00
Tijl Coosemans
93a1f89412
- Remove autoconf dependency and USES=libtool
...
- Remove -fPIC, left over from version 1.3
- Patch configure for modern versions of FreeBSD and DragonFly
2014-09-18 15:53:32 +00:00
Tijl Coosemans
2f449072d3
Drop .la file and remove old libtool patch
2014-09-18 15:29:11 +00:00
Tijl Coosemans
cd63f4d7bc
Convert to USES=autoreconf and INSTALL_TARGET=install-strip
2014-09-18 15:27:36 +00:00
Guido Falsi
38da09bb48
These ports does use GNU configure.
...
Reported by: bapt
2014-09-18 15:24:21 +00:00