Commit graph

239806 commits

Author SHA1 Message Date
adam
cc0f3d6029 Changes 1.3.22:
Special Issues:
* Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug. Please lobby the GCC project to fix this embarrassing performance bug.
* Magick++: Any libraries or applications using Magick++ should be rebuilt in order to use this new release. Libraries and applications will be able to continue to use prior versions of Magick++ without being re-built, while benefiting from updated C libraries, provided that the system supports library versioning.

Security Fixes:
* General Coverity fixes. Some might have security consequences.
* Ghostscript options concatenation is more secure against buffer overflow.
* Windows: Built-in random number generator is now salted using CryptGenRandom(). This improves the robustness of the temporary file allocator.

Bug fixes:
* ...
2015-10-06 16:50:31 +00:00
khorben
9708503c2e Packaged DeforaOS configure 0.2.2
This release brings:
- internal code refactoring
- partial unification of the Makefiles generated
- support for installing pkg-config files and documentation from
  sub-directories
- fix for a crash on Linux
- further portability fixes
2015-10-06 16:50:03 +00:00
fhajny
876eb5b2fc Updated devel/libgit2 to 0.23.3 2015-10-06 14:56:26 +00:00
fhajny
dec55c1aaa Update devel/libgit2 to 0.23.3.
Simplify Github distfile handling.
Backport a futimes fix from upstream master, fixes build on SunOS.

Changes since 0.23.2:
- blame: guard xdiff calls for large files
- diff: don't feed large files to xdiff
- merge_file: treat large files as binary
- xdiff: convert size variables to size_t
- GITERR_CHECK_ALLOC_ADDn: multi-arg adders
2015-10-06 14:56:12 +00:00
fhajny
bfb349d18f Look for libs at the right place, fixes installation 2015-10-06 13:03:20 +00:00
tnn
67473d92af modular-xorg-server & drivers are not for Darwin 2015-10-06 11:29:55 +00:00
fhajny
db76344611 Updated lang/nodejs to 4.1.2 2015-10-06 08:00:49 +00:00
fhajny
996558c622 Update lang/nodejs to 4.1.2.
This release includes a fix for CVE-2015-7384, a Denial of Service
(DoS) bug. All users of Node.js v4.x should upgrade to v4.1.2.

http:
- Fix out-of-order 'finish' event bug in pipelining that can abort
  execution, fixes DoS vulnerability CVE-2015-7384
- Account for pending response data instead of just the data on
  the current request to decide whether pause the socket or not

libuv:
- Upgraded from v1.7.4 to v1.7.5, see release notes for details
- A better rwlock implementation for all Windows versions
- Improved AIX support

v8:
- Upgraded from v4.5.103.33 to v4.5.103.35
- Backported f782159 from v8's upstream to help speed up Promise
  introspection
- Backported c281c15 from v8's upstream to add JSTypedArray length
  in post-mortem metadata
2015-10-06 08:00:34 +00:00
taca
c86eca7164 Remove update to misc/ruby-ohai to 8.6.0. 2015-10-05 23:56:21 +00:00
taca
bfa0132938 Revert ruby-ohay package to 8.4.0 since 8.6.0 was not ready to commit. 2015-10-05 23:54:58 +00:00
khorben
6f60a24cda Updated sysutils/deforaos-browser to 0.4.14 2015-10-05 23:45:02 +00:00
khorben
1cbc38ad69 Package DeforaOS Browser 0.4.14
This first release in almost two years brings:
- more complete VFS abstraction
- new plug-in to manage Gtk+ bookmarks
- improved CVS, Git, Make, Preview, SVN, and Volumes plug-ins
- new plug-in to track the current selection
- new experimental plug-in for the XDG trash
- improvements to the view(1) helper binary
- re-usable library, libBrowser
- Spanish translation
- support for building outside of the source tree
- further improvements to the build system
- portability fixes (SunOS)
- support for drawing the desktop as a window
- improved support for Gtk+ 3
- introduction of a test suite
- additional bugfixes and improvements (UI, performance...)
2015-10-05 23:43:55 +00:00
sevan
88e1d92728 Mark as broken due to missing dependency: ruby-chef-config
Unbreak scan stage on bulkbuilds

Reviewed by: wiz@
2015-10-05 21:45:36 +00:00
jperkin
348b937c46 Re-order the way _OPSYS_INCLUDE_DIRS is calculated, and only perform checks for
the SDK path if we need to.

This avoids issues on Yosemite and Xcode 7, which drops support for the 10.10
SDK.  Trying to determine the SDK path fails, but the failure is not cached in
the xcrun database, so each call to a compiler tool is unecessarily delayed (by
around 3 seconds on my build hosts).

For users still on Yosemite who have upgraded to Xcode 7, the solution is to
install the Command Line Tools so that /usr/include is populated and used.
2015-10-05 17:06:22 +00:00
leot
8a4a157ef3 Updated www/webkit-gtk to 2.10.0nb1 2015-10-05 16:25:52 +00:00
leot
e2a5bd85bc Add a workaround and fixes PR pkg/50284 forcing building webkit-gtk with
-march=i586 in order to avoid on i386 the "-latomic" flag when linking
libwebkit2gtk-4.0.so.

Bump PKGREVISION.

Thanks joerg@, jperkin@ and tnn@ for various suggestions.
2015-10-05 16:25:30 +00:00
ryoon
123c802e54 Updated www/firefox to 41.0.1 2015-10-05 15:54:02 +00:00
ryoon
669c1208bb Update to 41.0.1
Changelog:
Fixed Fix a startup crash related to Yandex toolbar and Adblock Plus (1209124)
Fixed Fix potential hangs with Flash plugins (1185639)
Fixed Fix a regression in the bookmark creation (1206376)
Fixed Fix a startup crash with some Intel Media Accelerator 3150 graphic cards (1207665)
Fixed Fix a graphic crash, occurring occasionally on Facebook (1178601)
2015-10-05 15:53:23 +00:00
tnn
8b7595af22 Updated pkgtools/lintpkgsrc to 4.90 2015-10-05 14:39:35 +00:00
youri
8fe5d6f164 Updated time/globe to 20140814 2015-10-05 13:51:13 +00:00
youri
f071022205 Update globe to 20140814. Changes adapted from Benedek Gergely.
No changelog available.
2015-10-05 13:47:35 +00:00
tnn
b15ba42987 simplify previous; _ is included in \w 2015-10-05 13:16:44 +00:00
tnn
4a4e222dd6 fix regexps for patch names: '+' and '_' are allowed characters
Fixes false checksum mismatch errors from lintpkgsrc -m.
Bump version to lintpkgsrc-4.90.
2015-10-05 13:12:12 +00:00
tnn
f49f1f2042 Don't use master site with dynamically generated file. We have it on nbftp.
PR pkg/50297
2015-10-05 12:23:21 +00:00
richard
b87c45bab0 SunOS needs -lsocket and -lnsl in LIBS 2015-10-05 08:42:25 +00:00
dholland
566748979f Fix netbsd build by improving the gcc version extraction "logic". 2015-10-05 06:33:46 +00:00
richard
1f0ad05c00 patch to avoid error calling overloaded sqrt by using std::sqrt on SunOS 2015-10-05 05:09:05 +00:00
richard
a17e6aa9d2 include python tool to avoid inadvertently picking up native python 2015-10-05 05:06:52 +00:00
richard
0e248b82e5 conditionalise libusb for non-SunOS platforms for the time-being, as there is
not yet any working libusb-1.0 implementation for solaris.
No revbump needed since these didn't build on SunOS prior
2015-10-05 04:47:02 +00:00
richard
a77bfc6ab9 patches to undefine DS if sys/regset.h is pulled in on SunOS 2015-10-05 04:37:39 +00:00
richard
cb95ebc5e0 Specify 'elf' output format for NASM on SunOS to get over undefined symbols
Configure would like an nm using easy to parse format -p on SunOS
bump PKGREVISION
2015-10-05 03:56:17 +00:00
wen
133e5e02cb Added math/R-minqa version 1.2.4 2015-10-05 01:15:47 +00:00
wen
00fa5c8596 Add R-minqa 2015-10-05 01:14:06 +00:00
wen
211929c20f Import minqa-1.2.4 as math/R-minqa.
Derivative-free optimization by quadratic approximation based on
an interface to Fortran implementations by M. J. D. Powell.
2015-10-05 01:12:46 +00:00
taca
53503d6961 Note update of several mail/postfix-* packages to 3.0.2nb1:
mail/postfix-lmdb
	mail/postfix-mysql
	mail/postfix-pcre
	mail/postfix-pgsql
	mail/postfix-sqlite
2015-10-05 00:16:11 +00:00
taca
4f6a44878b Bump PKGREVISION. 2015-10-05 00:14:13 +00:00
taca
885312df55 Link with corect rpath. Fix PR pkg/50299. 2015-10-05 00:05:30 +00:00
taca
9505fe6819 Note update of meta-pkgs/bulk-medium package to 20151004. 2015-10-04 16:10:19 +00:00
taca
931e1621d5 Remove obsolete packages and add newer packages.
- lang/php54, lang/ruby193-base.
+ lang/php56, lang/ruby21-base, lang/ruby22-base

Bump version.
2015-10-04 16:09:34 +00:00
taca
af9cd04d37 Note update of www/thin package to 1.6.4. 2015-10-04 15:40:50 +00:00
taca
60588b57ac Update thin to 1.6.4.
== 1.6.4 Gob Bluth
 * Increase REQUEST_PATH to 2048 symbols [X2rdas]
 * Fix warning in logger [tenderlove]
 * Add :timeout option for Rack::Server.new [sugitak]
 * When restarting, exit on a next tick so we can send response back to a client [rsamoilov]
 * Check for empty PID files [z1dane]
 * Update Event Machine version to 1.0.4, Ruby 2.2.0 fix [freemanoid]
2015-10-04 15:40:20 +00:00
taca
3d3b690e41 Note update of www/ruby-puma package to 2.14.0. 2015-10-04 15:39:43 +00:00
taca
30b88d84ea Update to ruby-puma to 2.14.0.
=== 2.14.0 / 2015-09-18

* 1 minor feature:
  * Make building with SSL support optional

* 1 bug fix:
  * Use Rack::Builder if available. Fixes #735
2015-10-04 15:39:06 +00:00
taca
24885cc8c6 Note update of www/ruby-patron package to 0.5.0. 2015-10-04 15:38:28 +00:00
taca
22635e7f98 Update ruby-patron to 0.5.0.
Changes are not available.  Please refer:
	https://github.com/toland/patron/compare/v0.4.20...v0.5.0
2015-10-04 15:38:00 +00:00
tnn
e619433ab4 Updated net/tnftp to 20151004 2015-10-04 14:47:08 +00:00
tnn
7ddc1074af merge tnftp-20151004 from ftp.n.o/pub/NetBSD/misc/tnftp/tnftp-20151004.tar.gz
- Add -x xferbufsize to set xferbuf size.
- Add Server Name Indication (SNI) support for https.
- Increase buffer limit used for response handling.
2015-10-04 14:44:06 +00:00
taca
d83e347ada Note update of www/ruby-http package to 0.9.8. 2015-10-04 13:50:02 +00:00
taca
767f535419 Update ruby-http to 0.9.8.
## 0.9.8 (2015-09-29)

* [#260](https://github.com/httprb/http/pull/258):
  Fixed global timeout persisting time left across requests when reusing connections.
  ([@zanker][])

## 0.9.7 (2015-09-19)

* [#258](https://github.com/httprb/http/pull/258):
  Unified strategy for handling exception-based and exceptionless non-blocking
  I/O. Fixes SSL support on JRuby 9000. ([@tarcieri][])


## 0.9.6 (2015-09-06)

* [#254](https://github.com/httprb/http/pull/254):
  Removed use of an ActiveSupport specific method #present?
  ([@tarcieri][])


## 0.9.5 (2015-09-06)

* [#252](https://github.com/httprb/http/pull/252):
  Fixed infinite hang/timeout when a request contained more than ~16,363 bytes.
  ([@zanker][])


## 0.9.4 (2015-08-26)

* Fixes regression when body streaming was failing on some URIs.
  See #246. (@zanker)
* Fixes require timeout statements. See #243. (@ixti)


## 0.9.3 (2015-08-19)

* Fixed request URI normalization. See #246. (@ixti)
  - Avoids query component normalization
  - Omits fragment component in headline


## 0.9.2 (2015-08-18)

* Fixed exceptionless NIO EOF handling. (@zanker)


## 0.9.1 (2015-08-14)

* Fix params special-chars escaping. See #246. (@ixti)


## 0.9.0 (2015-07-23)

* Support for caching removed. See #240. (@tarcieri)
* JRuby 9000 compatibility
2015-10-04 13:49:30 +00:00
taca
e34f92d1ba Note update of www/ruby-css-parser package to 1.3.7. 2015-10-04 13:48:49 +00:00