summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2017-05-31Do not always execute ${RUBYGEM}.taca1-1/+4
Thanks for wiz@ who noted via private e-mail.
2017-05-30Remove use of USE_RAKE.taca1-5/+1
2017-05-30* Move descriptive comments to one place.taca1-34/+31
* Remove USE_RAKE support since RAKE is always defined and pass to MAKE_ENV.
2017-05-30* Add description for RAKE.taca1-13/+5
* Remove RUBY_VERSION_FULL. * Remove patchlevel information.
2017-05-30Replace more remaining RUBY_VERSION_FULL to RUBY_VERSION.taca3-18/+18
2017-05-30* Replace RUBY_VERSION_FULL with RUBY_VERSION since there is notaca1-8/+3
RUBY_VERSION_FULL contains Ruby's patchlevel. * Remove ruby18 specific code.
2017-05-30Replace RUBY_VERSION_FULL with RUBY_VERSION since there is notaca7-14/+14
RUBY_VERSION_FULL contains Ruby's patchlevel.
2017-05-30* Always define RAKE since all ruby2*-base package have it.taca1-2/+4
* Pass RAKE to MAKE_ENV.
2017-05-30On macOS, do not generate debugging symbols; they use lots of disk space, ↵adam4-3/+35
and most of them get stripped off during installation.
2017-05-30Remove obsolete conditional; now each ruby2*-base has rubygems 2.2.2taca1-4/+1
and later.
2017-05-30* Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value.taca1-3/+1
2017-05-30python36: bump PKGREVISION for socketcan support on netbsdmaya1-2/+2
2017-05-30Add support for NetBSD's socketcan implementation.bouyer10-26/+258
Tested with the example from http://www.bencz.com/hacks/2016/07/10/python-and-socketcan/ Needs <netcan/can.h> rev 1.3 or newer.
2017-05-30Remove unnecessary chunk.wiz2-12/+3
2017-05-30Add support for NetBSD's socketcan implementation.bouyer5-17/+142
Tested with the example from http://www.bencz.com/hacks/2016/07/10/python-and-socketcan/ Needs <netcan/can.h> rev 1.3 or newer.
2017-05-29Fix a build issue observed on NetBSD/macppc, in that alloca() is lefthe3-4/+16
as an unresolved undefined symbol, causing the install to fail due to PLIST issues. Change from -std=c99 to -std=gnu99 to work around this problem, based on hint from joerg@. Bump PKGREVISION.
2017-05-29Update LuaJIT2 to 2.0.5.alnsn4-41/+16
LuaJIT 2.0.5 -- 2017-05-01 * Add workaround for MSVC 2015 stdio changes. * Limit mcode alloc probing, depending on the available pool size. * Fix overly restrictive range calculation in mcode allocation. * Fix out-of-scope goto handling in parser. * Remove internal __mode = "K" and replace with safe check. * Add "proto" field to jit.util.funcinfo(). * Fix GC step size calculation. * Initialize uv->immutable for upvalues of loaded chunks. * Fix for cdata vs. non-cdata arithmetics/comparisons. * Drop leftover regs in 'for' iterator assignment, too. * Fix PHI remarking in SINK pass. * Don't try to record outermost pcall() return to lower frame. * Add guard for obscure aliasing between open upvalues and SSA slots. * Remove assumption that lj_math_random_step() doesn't clobber FPRs. * Fix handling of non-numeric strings in arithmetic coercions. * Fix recording of select(n, ...) with off-trace varargs * Fix install for cross-builds. * Don't allocate unused 2nd result register in JIT compiler backend. * Drop marks from replayed instructions when sinking. * Fix unsinking check. * Properly handle OOM in trace_save(). * Limit number of arguments given to io.lines() and fp:lines(). * Fix narrowing of TOBIT. * OSX: Fix build with recent XCode. * x86/x64: Don't spill an explicit REF_BASE in the IR. * x86/x64: Fix instruction length decoder. * x86/x64: Search for exit jumps with instruction length decoder. * ARM: Fix BLX encoding for Thumb interworking calls. * MIPS: Don't use RID_GP as a scratch register. * MIPS: Fix emitted code for U32 to float conversion. * MIPS: Backport workaround for compact unwind tables. * MIPS: Fix cross-endian jit.bcsave. * MIPS: Fix BC_ISNEXT fallback path. * MIPS: Fix use of ffgccheck delay slots in interpreter. * FFI: Fix FOLD rules for int64_t comparisons. * FFI: Fix SPLIT pass for CONV i64.u64. * FFI: Fix ipairs() recording. * FFI: Don't propagate qualifiers into subtypes of complex.
2017-05-29Recursive bump for lang/valawiz1-4/+4
2017-05-29Updated vala to 0.36.0.wiz3-324/+343
Vala 0.36.0 =========== * Highlights - Update manual using DocBook from wiki.gnome.org as source [#779090] - Add support for array-parameters with rank > 1 in signals [#778632] - Use GTask instead of GSimpleAsyncResult with GLib 2.36/2.44 target [#763345] - Deny access to protected constructors [#760031] - Support [DBus (signature = ...)] for properties [#744595] - Add [CCode ("finish_instance = ...")] attribute [#710103] - Support [HasEmitter] for vala sources [#681356] - Add support for the \v escape charactor [#664689] - Add explicit copy method for arrays [#650663] - Allow underscores in type parameter names [#644938] - Support [FormatArg] attribute for parameters - Ignore --thread commandline option and drop gthread-2.0 references - Check inferred generic-types of MemberAccess [#775466] - Check generic-types count of DelegateType [#772204] - Fix type checking when using generics in combination with subtype [#615830] - Fix type parameter check for overriding generic methods - Use g_signal_emit where possible [#641828] - Only emit notify of properties if value actually changed [#631267] [#779955] - Mark chained relational expressions as stable [#677022] - Perform more thorough compatibility check of inherited properties [#779038] - Handle nullable ValueTypes in signals delegates properly [#758816] * New bindings: - gtk+-4.0, gtk+-unix-print-{2,3,4}.0, libgrss * Removed bindings: - clutter-json-1.0 * Updated bindings. Some fixes may need to be wrapped in your Vala code with the preparser directive #if VALA_0_36 - cairo: Add bindings for cairo_*_user_data() - clutter-1.0: Fix constructors which weren't detected as such - clutter-gst-2.0: Skip VideoTexture.get_audio_streams/get_subtitle_tracks - clutter-gst-3.0: Three commits - gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key - gdk-3.0: Three commits - gdk-pixbuf-2.0: Three commits - gobject-introspection-1.0: Prettify and fix the whole thing - gsl.vapi: Fix attribute typos - gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned", Mark *.make_writable with "ReturnsModifiedPointer", Fix Gst.Base.Adapter.map/take bindings - gtk+-3.0: Various updates - gtk+-X.0: Mark "iter" param of ListStore.remove() as ref - libarchive: Add ReadDisk - libxml-2.0: Adding missing API and nullable parameters - linux: add non-posix fcntl constants - polkit-gobject-1: Fix constructors which weren't detected as such - poppler-glib: Update to 0.52.0 - rest-0.7: Fix some ownership problems - sdl: Make Palette and PixelFormat a struct - webkit2gtk-4.0: Update to 2.16 - webkit2gtk: URI*.get_http_headers returns unowned Soup.MessageHeaders * Updated GLib core bindings: - gio-2.0: + Fix async constructors of DBusConnection,DBusObjectManagerClient... + Fix binding of Resolver.lookup_service*() + Keep GLib.Socket API compatible with gio < 2.48 + Update SettingsBackend related bindings + Add/"Unlock" missing GTask symbols - gio-unix-2.0: + Add "g_unix_mounts_for" and fix "g_unix_mount_at" - glib-2.0: + Add GPOINTER_TO_* as from_pointer() + Add G_CHECKSUM_SHA384 + Add "g_utf8_make_valid" + Add more Error bindings + Add simple fast-path to string.replace() + Add UCS-4 and UTF-16 related bindings + Add uuid_string_* + Fix g_bookmark_file_load_from_*/to_file bindings + Mark delegates in Test.add_data_func/add_func() as scope=async + Mark va_list.arg() with simple-generics to allow int64 or double + Update Unicode symbols - gobject-2.0: + Add a bunch of missing symbols + Add some missing "array_length_type" annotations * GIR parser and writer: - Add [GIR ("fullname = ...")] attribute, set fullname of GType [#775591] - More complete parsing of field information [#772902] - Use the correct tag- and element-name for an annotation [#769597] - Use type_id information from gir if not already overridden - No support for fixed-size array as return-value - Let alias inherit more information from base_type - Improve function to method conversion - Avoid fatal handling of nameless unions - Allow to specify the base_type of an alias - Add metadata-support for "returns_modified_pointer" [#759255] * D-Bus code generation: - Check there is a return error location before using it [#779652] - Fix memory-leak using g_task_propagate_pointer [#778993] - Initialize intermediate variables [#778540] - Handle errors when extracting FDs from dbus messages [#778540] - Ensure extracted data from the GVariant is freed on error [#778540] * C code hardening and reproducibility: - Fix build with -Werror=enum-compare -Werror=switch - Build testsuite with -Werror=format-nonliteral -Werror=format-security -Werror=int-conversion -Werror=redundant-decls - Add G_GNUC_FORMAT attribute for FormatArg functions [#774060] - Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functions [#710862] - gtkmodule: Order required-gtype-classes for reproducibility [debian#802528] * Reduce incompatible-pointer-type C code warnings: - Cast vfunc pointer assigns of abstract overrides [#777958] - Fix vfunc cast for async method implementation/override - Default to void-return for vfunc cast of *_async methods - Cast *_destroy_func of generic-types calls to GDestroyNotify - Cast destroy_data for g_cclosure_new to GClosureNotify - Pass pointer of matching type to property-getter - memberaccess: Don't resolve base_method/property twice * Genie: - Allow comma-separated identifiers in definition of enums [#776833] - Add empty file check to read_token() [#633083] * Various bug fixes: - codegen: Don't create duplicated complete-async code [#778302] - codegen: Don't return void for non-nullable simple-type structs [#778224] - vala: Non-null initializers not allowed for owned namespace fields [#777697] - codegen: Support casting arbitary value-types to arrays [#777194] - codegen: Reference struct fields with their actual cname [#775761] - codegen: Add function-prototypes for all register-type calls [#775446] - vala: check a property has an accessor and/or a mutator [#773956] - codegen: Don't declare CreationMethod for compact-classes twice [#772661] - method: Print encountered type if return types mismatch [#769501] - codegen: Fix memory-leak with object initializer for properties [#766739] - codegen: Fix array length of array returned by lambda [#761360] - codegen: Fix emission of constant array length [#756376] - codegen: Support deprecating properties and their accessors [#732449] - codegen: Don't add static modifier to abstract property setters [#673389] - codegen: Fix instance parameter property setter in SimpleType structs [#657346] - codegen: Fix base-access from within overriding struct-property-accessor [#764481] - vala: Check accessibility of default arguments [#648030] - vala: Disallow private accessors in overridable properties [#603491] - methodcall: Don't try to remove N_/NC_ while properly handled in C [#642350] - vala: Check type arguments in DataType.equals [#641418] - parser: Allow cast pointer expressions without enclosing parens [#590641] - Don't initialize local variable if not requested - codegen: Don't implicitly initialize local variables with initializer - Check printf arguments of object creation expressions - ccodefunction: Only add G_GNUC_DEPRECATED to declarations - codegen: Avoid criticals while unconditionaly trying to chain-up to non-existing property-accessors - signalmodule: Add signal-emitter declaration if needed [#779609] - signalmodule: Fix deprecation of signals - codegen: Properly null-out source on ownership-transfer of delegates - vala: Fix MemberAccess.is_non_null() for EnumValue constants [#780050] * Contributors: Abderrahim Kitouni, Alistair Thomas, Andrea Del Signore, Carlos Garnacho, Daniel Espinosa, Daniel Pfeifer, Dr. Michael Lauer, Evan Nemerson, Florian Brosch, Francisco Serna, George Barrett, Jens Georg, Jordan Yelloz, Jürg Billeter, Luca Bruno, Marvin W, Matthias Berndt, Michael James Gratton, mrmacete, Nikolay Orlyuk, Niko Tyni, Ole André Vadla Ravnås, Philip Withnall, Richard Wiedenhöft, Rico Tzschichholz, Sam Thursfield, Severin Heiniger, Simon Werbeck, Timm Bäder, Vladislav, Yu Feng Vala 0.34.0 =========== * Bug fixes and binding updates. Vala 0.33.1 =========== * Bug fixes and binding updates.
2017-05-29Recursive revision bump for archivers/libarchive.jperkin1-2/+2
2017-05-28Update pear to 1.10.4.taca3-1119/+9
pkgsrc change: instead of using old PEAR.php, use PEAR.php included in a distfile. PEAR 1.10.4 2017-04-26 14:39 UTC Changelog: * Bug #18102: pear install does not fail on error * PR #67: fix warning during pecl list-all
2017-05-28gcc49-lib: bump PKGREVISION above gcc49maya1-2/+2
2017-05-28gcc49: on netbsd, always link against libgcc. from Krister Walfridssonmaya3-7/+15
bump PKGREVISION
2017-05-28gcc5-libs: bump pkgrevision above gcc5maya1-2/+2
2017-05-28gcc5: remove wip package leftover. fix typo in patch.maya4-9/+19
from Kai-Uwe Eckhardt on netbsd, always link against libgcc. bump PKGREVISION.
2017-05-28gcc6-libs: bump PKGREVISION above gcc6maya1-2/+2
2017-05-28gcc6: remove wip package reference. correct typo.maya4-9/+20
from Kai-Uwe Eckhardt (libcilkrts) on netbsd, always link against libgcc, from Krister Walfridsson bump PKGREVISION.
2017-05-28gcc6: add patch that helps netbsd/arm builds continuemaya2-1/+22
those builds are still broken, but it will help if someone addresses it.
2017-05-28gcc48-libs: bump pkgrevision to be above gcc48maya1-2/+2
2017-05-28gcc48: always link libgcc on netbsd (GCC r248037,maya4-4/+50
applied to GCC 8 and above - thanks Krister Walfridsson) libstdc++: if it thinks vswprintf is broken, don't block the entire definition of to_string, just that of to_wstring. backport of GCC r223830 already applied to GCC 4.9. this applies to netbsd-6-0. Doesn't fix any build I wanted to fix, but it does get the build of LLVM4.x further on netbsd-6-0. maybe there's an odd package that could benefit from it. bump PKGREVISION.
2017-05-25Update Go to 1.8.3, a non-security release.bsiegert3-8/+13
This release includes fixes to the compiler, runtime, documentation, and the database/sql package. https://golang.org/doc/devel/release.html#go1.8.minor It also includes the security fix to the crypto/elliptic package from Go 1.8.2.
2017-05-25SECURITY: Update Go to 1.8.2, fixing CVE-2017-8932,bsiegert3-9/+8
carry bug in x86-64 P-256. A security-related issue was recently reported in Go's crypto/elliptic package. To address this issue, we have just released Go 1.7.6 and Go 1.8.2. The Go team would like to thank Vlad Krasnov and Filippo Valsorda at Cloudflare for reporting the issue and providing a fix. The issue affects Go's P-256 implementation on the 64-bit x86 architecture. This is CVE-2017-8932 and was addressed by this change: https://golang.org/cl/41070, tracked in this issue: https://golang.org/issue/20040
2017-05-24Pointer fix, found by GCC 7.1.jperkin2-1/+17
2017-05-23Add support for the dtrace option.jperkin5-9/+50
2017-05-22Fix SunOS build with GCC 7.1 which defaults to C11.jperkin2-1/+17
2017-05-19Align previous patch with upstream trunk. Functionally, fix remains the same.fhajny2-11/+21
2017-05-19Expand terminfo handling to depending packages. Fixes lang/clang.joerg1-1/+7
2017-05-17Fix packaging under FreeBSD/amd64 10.2 and 11.0ryoon1-2/+1
At least under 10.2, 10.3-RC3 and 11.0, GUILE_LIBNAME is so.22.8.1 like other platforms.
2017-05-17Use TEST_ENV in test target.wiz1-2/+2
2017-05-16Update to 8.0.131ryoon3-32/+32
Changelog: Bugfixes: 1 JDK-7155957 client‑libs java.awt closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8 2 JDK-8035568 client‑libs java.awt [macosx] Cursor management unification 3 JDK-8079595 client‑libs java.awt Resizing dialog which is JWindow parent makes JVM crash 4 JDK-8169589 client‑libs java.awt [macosx] Activating a JDialog puts to back another dialog 5 JDK-8147842 client‑libs javax.swing IME Composition Window is displayed at incorrect location 6 JDK-7167293 core‑libs java.net FtpURLConnection connection leak on FileNotFoundException 7 JDK-8169465 core‑libs javax.naming Deadlock in com.sun.jndi.ldap.pool.Connections 8 JDK-8133045 deploy deployment_toolkit java.lang.SecurityException: Failed to extract baseline.versions error 9 JDK-8028538 deploy webstart Fedora Linux issue with jnlp‑servlet.jar demo source code license 10 JDK-8170646 deploy webstart JNLP fails to get loaded with old javaws when multiple jres (jre9 and jre8u111) installed 11 JDK-8075196 docs guides CosNaming's implementation doesn't comply with the specification 12 JDK-8161147 hotspot compiler jvm crashes when ‑XX:+UseCountedLoopSafepoints is enabled 13 JDK-8161993 hotspot gc G1 crashes if active_processor_count changes during startup 14 JDK-8147910 hotspot runtime Cache initial active_processor_count 15 JDK-8150490 hotspot runtime Update OS detection code to recognize Windows Server 2016 16 JDK-8170888 hotspot runtime [linux] Experimental support for cgroup memory limits in container (ie Docker) environments 17 JDK-8166208 hotspot svc FlightRecorderOptions settings for defaultrecording ignored. 18 JDK-8161945 install install REGRESSION: 8u91 update of 32 bit JRE removes preferences of the 64 bit JRE 19 JDK-8172932 install install JRE installation fails with 1603 on Windows 10 with enabled Deviceguard 20 JDK-8089915 javafx web Input of type file doesn't honor "accept" attribute. 21 JDK-8090216 javafx web HTMLEditor: font bold doesn't work when an indent is set 22 JDK-8144263 javafx web [WebView, OS X] Webkit rendering artifacts with inertia scrolling 23 JDK-8150982 javafx web Crash when calling WebEngine.print on background thread 24 JDK-8164314 javafx web [WebView] Debug build is no longer working after JDK‑8089681 25 JDK-8165098 javafx web WebEngine.print will attempt to print even if the printer job is complete or has an error 26 JDK-8165173 javafx web canvas/philip/tests/2d.path.clip.empty.html fails with 8u112 27 JDK-8165508 javafx web Incorrect Bug ID in comment for JDK-8164076 28 JDK-8166231 javafx web use @Native annotation in web classes 29 JDK-8166677 javafx web HTMLEditor freezes after restoring previously maximized window 30 JDK-8166775 javafx web Audio slider works incorrectly for short files 31 JDK-8166999 javafx web Update to newer version of WebKit 32 JDK-8167098 javafx web Backport of JDK‑8158926 to JDK 8u mistakenly used preliminary patch 33 JDK-8167100 javafx web Minor source diffs introduced in backports of JDK-8160837 and JDK-8163582 34 JDK-8167675 javafx web Animated gifs are not working 35 JDK-8169204 javafx web Need to document JSObject Call and setSlot APIs to use weak references 36 JDK-8170585 javafx web Fix PlatformContextJava type leaking to GraphicsContext 37 JDK-8170938 javafx web Memory leak in JavaFX WebView 38 JDK-8173783 security‑libs javax.net.ssl IllegalArgumentException: jdk.tls.namedGroups 39 JDK-6474807 security‑libs javax.smartcardio (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException 40 JDK-8168774 tools javac Polymorhic signature method check crashes javac 41 JDK-8167485 tools visualvm Integrate new version of Java VisualVM based on VisualVM 1.3.9 into JDK 42 JDK-8167179 xml jaxp Make XSL generated namespace prefixes local to transformation process
2017-05-14gcc7: correct typo in patch, from Kai-Uwe Eckhardtmaya4-10/+14
Reportedly fixes a bunch of tests. make our cpuinfo patch possibly less harmful to glibc by using the same macro as the symver logic bump pkgrevision
2017-05-12Only node.js 7.x builds with icu>=0.59. Go back to use limited/embedded icu ↵fhajny2-4/+5
for lang/nodejs4 and lang/nodejs6.
2017-05-12Restrict patch to specific circumstances on SunOS.jperkin2-12/+14
2017-05-12Update php71 to 7.1.5.taca2-7/+7
11 May 2017, PHP 7.1.5 - Core: . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence) . Fixed bug #74353 (Segfault when killing within bash script trap code). (Laruence) . Fixed bug #74340 (Magic function __get has different behavior in php 7.1.x). (Nikita) . Fixed bug #74188 (Null coalescing operator fails for undeclared static class properties). (tpunt) . Fixed bug #74444 (multiple catch freezes in some cases). (David Matějka) . Fixed bug #74410 (stream_select() is broken on Windows Nanoserver). (Matt Ficken) . Fixed bug #74337 (php-cgi.exe crash on facebook callback). (Anton Serbulov) - Date: . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions). (krakjoe) . Fixed bug #74080 (add constant for RFC7231 format datetime). (duncan3dc) - DOM: . Fixed bug #74416 (Wrong reflection on DOMNode::cloneNode). (Remi, Fabien Villepinte) - Fileinfo: . Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c). (Laruence) - GD: . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library). (krakjoe) - MySQLnd: . Fixed bug #74376 (Invalid free of persistent results on error/connection loss). (Yussuf Khalil) - Intl: . Fixed bug #65683 (Intl does not support DateTimeImmutable). (Ben Scholzen) . Fixed bug #74298 (IntlDateFormatter->format() doesn't return microseconds/fractions). (Andrew Nester) . Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa) . Fixed bug #74439 (wrong reflection for Locale methods). (villfa) - Opcache: . Fixed bug #74456 (Segmentation error while running a script in CLI mode). (Laruence) . Fixed bug #74431 (foreach infinite loop). (Nikita) . Fixed bug #74442 (Opcached version produces a nested array). (Nikita) - OpenSSL: . Fixed bug #73833 (null character not allowed in openssl_pkey_get_private). (Jakub Zelenka) . Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key). (Jakub Zelenka) . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds). (Moritz Fain) - phar: . Fixed bug #74383 (phar method parameters reflection correction). (mhagstrand) - Readline: . Fixed bug #74489 (readline() immediately returns false in interactive console mode). (Anatol) - Standard: . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan) . Fixed bug #74361 (Compaction in array_rand() violates COW). (Nikita) - Streams: . Fixed bug #74429 (Remote socket URI with unique persistence identifier broken). (Sara)
2017-05-12Update php70 to 7.0.19.taca2-8/+7
11 May 2017 PHP 7.0.19 - Core: . Fixed bug #74188 (Null coalescing operator fails for undeclared static class properties). (tpunt) . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence) . Fixed bug #74410 (stream_select() is broken on Windows Nanoserver). (Matt Ficken) . Fixed bug #74337 (php-cgi.exe crash on facebook callback). (Anton Serbulov) . Patch for bug #74216 was reverted. (Anatol) - Date: . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions). (krakjoe) . Fixed bug #74080 (add constant for RFC7231 format datetime). (duncan3dc) - DOM: . Fixed bug #74416 (Wrong reflection on DOMNode::cloneNode). (Remi, Fabien Villepinte) - Fileinfo: . Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c). (Laruence) - GD: . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library). (krakjoe) - intl: . Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa) . Fixed bug #74439 (wrong reflection for Locale methods). (villfa) - MySQLi: . Fixed bug #74432 (mysqli_connect adding ":3306" to $host if $port parameter not given). (Anatol) - MySQLnd: . Added support for MySQL 8.0 types. (Johannes) . Fixed bug #74376 (Invalid free of persistent results on error/connection loss). (Yussuf Khalil) - OpenSSL: . Fixed bug #73833 (null character not allowed in openssl_pkey_get_private). (Jakub Zelenka) . Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key). (Jakub Zelenka) . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds). (Moritz Fain) . Added OpenSSL 1.1.0 support. (Jakub Zelenka) - phar: . Fixed bug #74383 (phar method parameters reflection correction). (mhagstrand) - Standard: . Fixed bug #74409 (Reflection information for ini_get_all() is incomplete). (Sebastian Bergmann) . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan) - Streams: . Fixed bug #74429 (Remote socket URI with unique persistence identifier broken). (Sara) - SQLite3: . Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions). (krakjoe)
2017-05-10Remove leftovers from the gcc-java option which were bringing in morejperkin2-9/+3
dependencies than required and causing the build to fail due to being unable to find zlib. Bump PKGREVISION.
2017-05-10Ensure we can find std::aligned_alloc if using it.jperkin2-1/+17
2017-05-10Fix build with converters/libiconv and update distinfo for previousryoon5-12/+62
2017-05-10Ignore alsa on FreeBSD tooryoon1-2/+2
2017-05-09Ensure we use the correct rpath to zlib.jperkin1-2/+2