Commit graph

214408 commits

Author SHA1 Message Date
jperkin
eeedc7cc4a Move bzip2 and zlib buildlink3 out of the png PKG_OPTION check, they are
unconditional dependencies.
2014-03-19 10:16:33 +00:00
wiz
a50bad585c Updated textproc/mdoclint to 1.28 2014-03-19 07:34:20 +00:00
wiz
9a7931e1c9 As of yesterday, OpenBSD stopped supported hp300, mvme68k, and mvme88k.
Update patterns.

From jmc@OpenBSD.

Bump version.
2014-03-19 07:34:10 +00:00
gdt
2d9555fa36 Add stronger accomodation for broken modes in distfile.
On OS X 10.9, the find command to repair directory modes fails,
apparently because the directory is 600, without even the owner x bit.
Add an extra chmod to fix that before the find.  (No PKGREVISION++,
because the binary package will be unchanged if it built before.)
2014-03-18 23:28:20 +00:00
adam
ef378f8fea Updated devel/SDL2 to 2.0.3; www/apache24 to 2.4.9 2014-03-18 20:11:10 +00:00
adam
2fc3e62fce Changes 2.0.3:
Mac OS X:
* Fixed creating an OpenGL context by default on Mac OS X 10.6
2014-03-18 20:09:36 +00:00
adam
a61ae379a8 Changes 2.4.9:
*) mod_ssl: Work around a bug in some older versions of OpenSSL that
   would cause a crash in SSL_get_certificate for servers where the
   certificate hadn't been sent.
*) mod_lua: Add a fixups hook that checks if the original request is intended
   for LuaMapHandler. This fixes a bug where FallbackResource invalidates the
   LuaMapHandler directive in certain cases by changing the URI before the map
   handler code executes

Changes 2.4.8:
*) SECURITY: CVE-2014-0098 (cve.mitre.org)
   Clean up cookie logging with fewer redundant string parsing passes.
   Log only cookies with a value assignment. Prevents segfaults when
   logging truncated cookies.
*) SECURITY: CVE-2013-6438 (cve.mitre.org)
   mod_dav: Keep track of length of cdata properly when removing
   leading spaces. Eliminates a potential denial of service from
   specifically crafted DAV WRITE requests
*) core: Support named groups and backreferences within the LocationMatch,
   DirectoryMatch, FilesMatch and ProxyMatch directives. (Requires
   non-ancient PCRE library)
*) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
   TE/CL conflicts.
*) mod_dir: Add DirectoryCheckHandler to allow a 2.2-like behavior, skipping
   execution when a handler is already set.
*) mod_ssl: Do not perform SNI / Host header comparison in case of a
   forward proxy request.
*) mod_ssl: Remove the hardcoded algorithm-type dependency for the
   SSLCertificateFile and SSLCertificateKeyFile directives, to enable
   future algorithm agility, and deprecate the SSLCertificateChainFile
   directive (obsoleted by SSLCertificateFile).
*) mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore,
   and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
   to child scopes without explicitly configuring each child scope.
*) prefork: Fix long delays when doing a graceful restart.
*) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
   5+ instead of just for FreeBSD 5.
*) mod_proxy_wstunnel: Avoid busy loop on client errors, drop message
   IDs 02445, 02446, and 02448 to TRACE1 from DEBUG.
*) mod_remoteip: Correct the trusted proxy match test.
*) mod_proxy_fcgi: Fix error message when an unexpected protocol version
   number is received from the application.
*) mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
*) mod_lua: Update r:setcookie() to accept a table of options and add domain,
   path and httponly to the list of options available to set.
*) mod_lua: Fix r:setcookie() to add, rather than replace,
   the Set-Cookie header.
*) mod_lua: Allow for database results to be returned as a hash with
   row-name/value pairs instead of just row-number/value.
*) mod_rewrite: Add %{CONN_REMOTE_ADDR} as the non-useragent counterpart to
   %{REMOTE_ADDR}.
*) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
   save the socket for reuse by the next worker as if it were an
   APR_SO_DISCONNECTED socket. Restores 2.2 behavior.
*) mod_dir: Don't search for a DirectoryIndex or DirectorySlash on a URL
   that was just rewritten by mod_rewrite.
*) mod_session: When we have a session we were unable to decode,
   behave as if there was no session at all.
*) mod_session: Fix problems interpreting the SessionInclude and
   SessionExclude configuration.
*) mod_authn_core: Allow <AuthnProviderAlias>'es to be seen from auth
   stanzas under virtual hosts.
*) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
   30 seconds timeout.
*) mod_proxy: Added support for unix domain sockets as the
   backend server endpoint
*) build: only search for modules (config*.m4) in known subdirectories, see
   build/config-stubs.
*) mod_cache_disk: Fix potential hangs on Windows when using mod_cache_disk.
*) mod_ssl: Add support for OpenSSL configuration commands by introducing
   the SSLOpenSSLConfCmd directive.
*) mod_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
   is equivalent to <ProxyMatch wildcard-url>.
*) mod_authz_user, mod_authz_host, mod_authz_groupfile, mod_authz_dbm,
   mod_authz_dbd, mod_authnz_ldap: Support the expression parser within the
   require directives.
*) mod_proxy_http: Core dumped under high load.
*) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
   previously limited to 64MB.
*) mod_lua: Use binary copy when dealing with uploads through r:parsebody()
   to prevent truncating files.
2014-03-18 20:09:08 +00:00
bsiegert
9609b2e824 Add a workaround for the lack of strto{i,u}max on MirBSD, fix build. 2014-03-18 18:11:26 +00:00
ryoon
ce28b23bac Fix checksum
From Greg Oster, thank you.
2014-03-18 15:55:35 +00:00
mef
dab7dd7c54 The option jxf of tar is necessary to read *.bz2 on some systems, for example, Linux:
http://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el6/trunk/x86_64/20140314.1310/nios2-binutils-2.23/configure.log
NetBSD 6.1.3, 5.2, 5.1 also accepts jxf.
2014-03-18 15:39:01 +00:00
mef
2cc035ba8d The option jxf of tar is necessary to read *.bz2 on some systems, for example, Linux:
http://us-east.manta.joyent.com/pkgsrc/public/reports/Linux/el6/trunk/x86_64/20140314.1310/nios2-binutils-2.23/configure.log
NetBSD 6.1.3, 5.2 and 5.1 also accept jxf.
2014-03-18 15:34:04 +00:00
wiz
5a2384ea22 Add European Union Public Licence and add it to default allowed licenses,
since it's OSI-approved:
http://opensource.org/licenses/EUPL-1.1

ok@ gdt
2014-03-18 15:11:38 +00:00
taca
ba5cca6615 Restore dependency to devel/ruby-tins. 2014-03-18 14:45:25 +00:00
taca
98dd5f6dce Restore dependency to devel/ruby-docile. 2014-03-18 14:44:54 +00:00
taca
219a5aecc1 Restore dependency to textproc/ruby-tilt. 2014-03-18 14:43:10 +00:00
gdt
415590efbb Undo change of ABI_DEPENDS for fribidi.
This commit restores the ABI_DEPENDS line that was there until
yesterday, 0.10.4nb1.  It's unclear what the right answer is for
fribidi and ABI_DEPENDS, and if revbumping is needed - so for now
avoid the issue.
2014-03-18 14:41:27 +00:00
taca
d99943ee9a Note addition of devel/ruby-tins package version 1.0.0. 2014-03-18 14:39:21 +00:00
taca
3dc85711a8 Add and enable ruby-tins. 2014-03-18 14:38:54 +00:00
taca
78466a9f17 Add ruby-tins package version 1.0.0. Approved by wiz@.
All the stuff that isn't good/big enough for a real library.
2014-03-18 14:37:58 +00:00
taca
6783b7d563 Note addition of devel/ruby-docile package version 1.1.1, approved by wiz@. 2014-03-18 14:36:33 +00:00
taca
e669dd8790 Add and enable ruby-docile. 2014-03-18 14:35:51 +00:00
taca
4aa59602ac Add ruby-docile package version 1.1.1.
Docile turns any Ruby object into a DSL. Especially useful with the Builder
pattern.
2014-03-18 14:34:46 +00:00
taca
278f874cfb Note update of textproc/ruby-tilt package to 1.4.1. 2014-03-18 14:32:54 +00:00
taca
6755cfcc3d Update ruby-tilt to 1.4.1. Approved by wiz@.
## 1.4.1 (2013-05-08)

* Support Arrays in pre/postambles (#193, jbwiv)

## 1.4.0 (2013-05-01)

* Better encoding support
2014-03-18 14:32:20 +00:00
wiz
063408d9fc Bump EMUL_REQD, per obache. 2014-03-18 12:50:13 +00:00
tron
0d4405324d Remove "us5.samba.org" URL which no longer works. 2014-03-18 12:42:04 +00:00
wiz
22ad90f469 Updated print/acroread9 to 9.5.5nb1 2014-03-18 11:55:59 +00:00
wiz
8e044adf7f acroread9 comes with host of libraries included.
In particular, it comes with a curl library, which needs libidn.
libidn is not provided though.
Since libidn is in suse121_base but a separate package in suse131
(suse131_libidn), depend on curl so that it is pulled in correctly.

Bump PKGREVISION.
2014-03-18 11:55:49 +00:00
adam
9022c1deff Don't strip binaries on Darwin, or some dynamic modules won't be loaded; pkglint cleanups. 2014-03-18 11:10:52 +00:00
adam
b0d609a538 Updated URL in MESSAGE 2014-03-18 10:00:51 +00:00
jperkin
35786843cf Comment out ruby-tilt dependency, there is no version which matches the
requirement.
2014-03-18 09:43:47 +00:00
obache
54ec0c76a0 Add workaround for NetBSD-5.x.
readlink is defined as a macro, it produce build failure reported in PR pkg/48622.
2014-03-18 09:03:26 +00:00
wiz
735894cf36 + fftw-3.3.4, gdl-3.10.0, global-6.2.11, gnome-commander-1.4.0,
libFS-1.0.6, opendkim-2.9.1, pngcrush-1.7.73, py-gstreamer0.10-1.2.0,
  py-psutil-2.0.0, py-pytz-2014.1, py-qt5-5.2.1, py-sip-4.15.5,
  py-sphinx-1.2.2, python-3.4.0, qt4-qscintilla-2.8.1.
2014-03-18 08:22:44 +00:00
obache
faa4aba1b0 + kakasi-2.3.6 2014-03-18 07:29:57 +00:00
obache
8565dc4d2b + imapsync-1.584 [CVE-2014-2014] 2014-03-18 04:38:01 +00:00
taca
e482ec1789 Add patch to build problem with newer readline. 2014-03-18 03:35:04 +00:00
gdt
aebfc1d012 Explain problems with sed.
Basically: 10.9's sed is broken, bootstrap works around this via nbsed
on 10.9, and therefore while a 10.6 boostrap's binaries will *run* on
10.9, one can't reliably build new packages.

(Thanks to jperkin@ for pointing this out.)
2014-03-18 01:28:26 +00:00
gdt
352ea5ea08 Update BUILDLINK_API_DEPENDS to 0.19.1.
Based on a report from Bob Bernstein, m17n-lib does not build with
0.10.9.  According to
  http://upstream-tracker.org/versions/fribidi.html
there was an API and ABI break at 0.19.1, and then it has been
essentially stable.
2014-03-18 01:02:28 +00:00
taca
5529ca419b + apache-2.4.9 [CVE-2014-0098, CVE-2013-6438], sudo-1.8.10p2. 2014-03-18 00:14:43 +00:00
asau
7a76e4c19a FreeBSD 10 is not FreeBSD 1. 2014-03-17 19:07:36 +00:00
gdt
eb5f81c36f Stop forcing pcsc-lite's library to be the libtool version.
opensc upstream has removed the use of ltdl.  Thus, it is not longer
reasonable to expect it to be able to dlopen a .la file.  So pass the
.so, not the .la, to configure, when using the pcsc-lite (default)
option.  Resolves a failure of pkcs15-init to load modules.
2014-03-17 18:21:42 +00:00
schnoebe
96a75d5460 Depend on ../../devel/scmcvs on systems where cvs is not in the "base". 2014-03-17 17:58:54 +00:00
gdt
3fffbf9aa9 Drop libusb1 from pcsc-lite's bl3.
sbin/pcscd is linked with libusb1, but the installed libraries and
headers do not reference libusb at all.  Not including libusb1 avoids
having pcsc-lite's bl3 pull in pthreads to depending packages.
2014-03-17 17:44:23 +00:00
gdt
cfd25cb301 Update pointer to bulk build message (to be a quarterly one). 2014-03-17 17:12:58 +00:00
richard
efde7e8a50 *libnice needs c99 for SunOS builds 2014-03-17 17:02:55 +00:00
taca
e43bb06e79 Add GEM_EXTSDIR support. 2014-03-17 14:41:15 +00:00
taca
b6a0638a80 Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
taca
93191b7d6a Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-17 14:29:28 +00:00
taca
136a08f12b ruby-net-ping drops Ruby 1.8.7 support from version 1.7. 2014-03-17 14:25:07 +00:00
taca
6e43d9ed75 Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-17 14:17:47 +00:00