summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-26Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.wiz1-4/+2
Adds support for building this with python-3.x.
2016-06-26Updated pkgtools/url2pkg to 2.27wiz1-1/+2
2016-06-26Fix typo in github handling.wiz2-4/+4
Bump version.
2016-06-26Suggest packaging tools for Tor/privacy from the list atwiz1-1/+5
https://torbsd.github.io/porting-pets.html
2016-06-26Updated net/nanomsg to 1.0.0nb1kamil1-1/+2
2016-06-26Add missing PKGCONFIG_OVERRIDE.kamil1-1/+4
It's still needed (but with a fixed path) Bump PKGREVISION. Pointed out by <wiz>.
2016-06-26Updated www/libproxy to 0.4.13kamil1-1/+2
2016-06-26Update libproxy to 0.4.13kamil3-26/+7
Upstream changes: - Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2). - Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF). - Fix compilation errors with CLang on MacOSX. - bindings: perl: Add an option to explicitly link against libperl.so Some distributions want to do it, other prefer not to, the library is anyway in context of perl. - config_kde: Add a basic cache and invalidation: performance improvement for the KDE module. Upgrade during freeze to fix upstream regression with Qt4 and Qt5 clashes. Requested by Ralf Nolden <nolden@kde.org> Approved by <pkgsrc-pmc>.
2016-06-26- duplicity-0.7.07, libtar-1.2.20, nginx-devel-1.9.12,wiz1-7/+2
php-libawl-0.54, ruby-stomp-1.3.5.
2016-06-26+ ImageMagick-7.0.2.1, afl-2.16b, desktop-file-utils-0.23, gmp-6.1.1,wiz1-3/+14
libsndfile-1.0.27, mdds-1.2.1, ocamlgraph-1.81, p5-Moo-2.002003, p5-XML-LibXML-2.0126, pari-2.7.6, py-cffi-1.7.0, py-setuptools-23.1.0, x264-devel-20160625.
2016-06-26Updated misc/cowsay to 3.04wiz1-1/+2
2016-06-26Updated cowsay to 3.04. Addresses PR 51273 by Tony.wiz3-11/+14
3.04 24 June 2016 - Licensing terms have changed to GPLv3. - Friendlier to being hosted on GitHub. - No functionality changes whatsoever.
2016-06-26Fix PKGNAME in distinfo. From kre@.wiz1-361/+361
2016-06-26+ calibre-2.60.0, dolphin-5.0, erlang-19.0, etckeeper-1.18.4,wiz1-6/+11
gtklevel9-5.1, nss-3.25, pulseaudio-9.0.
2016-06-26Clarify bit about default binary by referring to MESSAGE.dholland1-2/+2
(related to PR 51244)
2016-06-25Add plugin-container to list of not-mprotect-safe files, bump pkgrevision.pgoyette1-1/+3
2016-06-25Updated sdcc3 to 3.6.0bouyer1-1/+2
2016-06-25Update to 3.6.0, fixing boost-related build issue.bouyer5-33/+808
Changes since 3.5.0: - Merged upstream binutils 2.25 - New memory management with lower overhead - Changed default language dialect to --std-sdcc11 - Diagnostic for missing type specifier: No implicit int outside of C90 mode anymore - C11 generic selections - char type is now unsigned by default (old behaviour can be restored using --fsigned-char) - Character constants are now of type int instead of char. - ISO C95 and ISO C11 wide character constants - ISO C95 and ISO C11 wide string literals - Basic standard library support for wide characters: c16rtomb(), mbrtoc16(), mbsinit(), mbtowc(), mbrlen(), mbrtoc32, c32rtomb(), mbrtowc(), wcrtomb(), mblen(), wctomb() - Treat all ports the same in the manual (i.e. mcs51-specific stuff is now clearly described as such) - Reorganized interrupt handling for z80, z180, r2k, r3ka, tlcs90, gbz80 backends - Workaround for stm8 division hardware bug - ELF/DWARF support for stm8 - Output symbol table for ELF - pic16 port now uses standard-compliant crt0iz that initializes static and globals to 0 by default Numerous feature requests and bug fixes are included as well.
2016-06-25Add duplicity, squashfs to TODOmaya1-1/+5
2016-06-25Add reminder to update packages for which patches were provided in PRsmaya1-1/+4
2016-06-25Updated devel/ocaml-ppx_optcomp to 113.33.00jaapb1-1/+2
2016-06-25Updated package to latest version, 113.33.00 and made it compatible withjaapb4-12/+40
ocaml 4.03 and the latest framework version. Discussed on packages@ and OK'd by jperkin. Changes include: ## 113.33.00+4.03 Various updates to work with OCaml 4.03.0 ## 113.33.00 - Install standalone ppx-optcomp program that can be run through `-pp`
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb21-568/+537
2016-06-25Updated package to work with ocaml.mk. No upstream changes.jaapb2-5/+3
2016-06-25Pakcage uses ocamlbuild.jaapb1-1/+3
2016-06-25Package uses ocamlbuild - also cleaned up Makefile a bit. No upstreamjaapb2-11/+5
changes.
2016-06-25Package uses ocamlbuild.jaapb1-2/+3
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb2-5/+3
2016-06-25Package uses ocamlbuild.jaapb1-1/+3
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb4-20/+8
2016-06-25Updated devel/ocaml-batteries to 2.5.0jaapb1-1/+2
2016-06-25Updated ocaml-batteries to latest version 2.5.0, which adds support forjaapb3-11/+14
ocaml 4.03. Also, the package is now compatible with the latest version of the ocaml.mk framework. Discussed on packages@ and OK'd by jperkin. Changes include: ## v2.5.0 - BatTuple: add Tuple{N}.make : 'a1 -> ... -> 'an -> 'a1 * ... * 'an #657 (Thibault Suzanne) - BatBig_int: fix sequence operators (--), (---) to avoid polymorphic comparison #674, #675, #676 (Pieter Goetschalckx and Cedric Cellier) - Extend all Batteries module to cover OCaml 4.03 features #670 (Gabriel Scherer, KC Sivaramakrishnan) ## v2.4.0 - BatBitSet: use Bytes instead of String (Gabriel Scherer) - BatHashtbl: fix hash computation bug introduced by 4.01 (issue #609) (Gabriel Scherer, report by Martin Neuh?u?er) - BatText: synchronize nsplit to match BatString.nsplit (Gabriel Scherer) - BatLazyList: fix remove_all_such documentation (Xavier Van de Woestyne) - BatMap: add pop_min_binding: 'a t -> (key * 'a) * 'a t and pop_max_binding: 'a t -> (key * 'a) * 'a t (Francois Berenger) - BatMap: add at_rank_exn: int -> ('key, 'a) t -> ('key * 'a) and update: key -> key -> 'a -> 'a t -> 'a t (Francois Berenger) - BatEnum: add interleave: 'a t array -> 'a t (Aleksey Z. Arens) - BatFormat: expose asprintf for V>=4.01 (Ralf Vogler) - BatSet: add at_rank_exn: int -> t -> elt and update: elt -> elt -> t -> t (Francois Berenger) - BatUTF8: add enum: t -> BatUChar.t BatEnum.t (Kevin Brubeck Unhammer) - BatSet: add to_array: t -> elt array and of_array: elt array -> t and test for to_list (Francois Berenger) - BatSet: add pop_max: 'a t -> 'a * 'a t and pop_min: 'a t -> 'a * 'a t (Francois Berenger) - BatSplay: hardened against read-only-data compiler optimization (Gabriel Scherer) - BatList: simplified interleave implementation (Francois Berenger) - BatOption: add Infix.(>>=): 'a option -> ('a -> 'b option) -> 'b option (Herry Herry) - BatHashtbl: modify now have same semantics than replace for the key (Anders Fugmann) - BatHashtbl: more efficient modify_opt and modify_def (Anders Fugmann) - BatFormat: add pp_print_list: ?pp_sep:(formatter -> unit -> unit) -> (formatter -> 'a -> unit) -> (formatter -> 'a list -> unit) and pp_print_text: formatter -> string -> unit (Christoph H?ger) - BatEnum: add uniq_by: ('a -> 'a -> bool) -> 'a t -> 'a t and uniqq: 'a t -> 'a t (Max Mouratov) - BatEnum: fix uniq to use structural comparison (Max Mouratov) - BatUnix: add run_and_read: string -> process_status * string (Francois Berenger) - BatCache: use hashmap to speed up lru_cache (Sang Kil Cha) - BatQueue: add filter: ('a -> bool) -> 'a t -> 'a t and filter_inplace: ('a -> bool) -> 'a t -> unit and filter_map: ('a -> 'b option) -> 'a t -> 'b t (Gabriel Scherer)
2016-06-25Updated archivers/ocaml-zip to 1.06jaapb1-1/+2
2016-06-25Updated package to latest version (1.06) and made it compatible withjaapb3-23/+15
ocaml 4.03 and the latest framework version. Discussed on packages@ and OK'd by jperkin. Changes include: - Switch to "safe string" mode. Some API functions that use to take strings now take byte sequences instead. OCaml 4.02 or up is required. - Update for OCaml 4.03. - Avoid Zlib error when calling Gzip.output with length = 0. - Improve support for ZIP files / ZIP file members greater than 2 Gbytes.
2016-06-25Updated textproc/pxp to 1.2.8jaapb2-3/+3
2016-06-25Updated package to latest version, 1.2.8, and made package compatible withjaapb3-17/+27
latest version of ocaml and its framework. Discussed on packages@ and OK'd by jperkin. Changes include: 1.2.8: Build against ocamlnet-4.1. Support -safe-string 1.2.7: tweaking support for oasis. 1.2.6: Adding _oasis file. 1.2.5: Build against ocamlnet-4. 1.2.4: Fixed bug in namespace-aware parsing (thanks to ygrek and Thomas Leonard)
2016-06-25- Removed ocaml-findlib-register, no longer needed;jaapb4-34/+31
- Updated INSTALL fragment to detect and add to ld.conf the autodetected libraries that are part of the standard ocaml installation Discussed on packages@ and OK'd by jperkin
2016-06-25Updated pkginstall framework to correct bug in findlib registration.jaapb1-4/+4
Discussed on packages@ and okayed by jperkin.
2016-06-24Fix the variable name substituted in the ddclient file, reported byagc1-3/+3
prototrout on freenode.
2016-06-24Enable building with Python 3.3, now that py33-boost can be built.fhajny1-3/+1
2016-06-24`rm -v` is not portable. Fix install on at least SunOS.fhajny1-2/+2
2016-06-24Add comments to patches which didn't have any.he5-7/+27
Add a patch to avoid scribbling on random memory if the server certificate has more than one alternate name. Bump PKGREVISION.
2016-06-24Updated lang/nodejs4 to 4.4.6fhajny1-1/+2
2016-06-24Update lang/nodejs4 to 4.4.6.fhajny2-8/+7
This release is specifically related to a Buffer overflow vulnerability discovered in v8, see CVE-2016-1669
2016-06-24Note update of PHP language packages:taca1-1/+4
lang/php55 5.5.37 lang/php56 5.6.23 lang/php70 7.0.8
2016-06-24Update php70 to 7.0.8 (PHP 7.0.8), including security fixes.taca4-13/+11
pkgsrc change: * remove confiugre from SUBST_FILES.path. * Remove --with-regex=system and --without-mysql from CONFIGURE_ARGS. * Add --without-mysqli to CONFIGURE_ARGS. 23 Jun 2016 PHP 7.0.8 - Core: . Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashes). (Esminis at esminis dot lt) . Fixed bug #72221 (segfault, past-the-end access). (Lauri Kenttä) . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas) . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()). (Stas) . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas) . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas) - FPM: . Fixed bug #72308 (fastcgi_finish_request and logging environment variables). (Laruence) - GD: . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas) . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre) . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (Pierre) . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas) - Intl: . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol) - mbstring: . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas) - mcrypt: . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas) - PCRE: . Fixed bug #72143 (preg_replace uses int instead of size_t). (Joe) - PDO_pgsql: . Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound). (Laruence) . Fixed bug #72294 (Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor). (Anatol) - Phpdbg: . Fixed bug #72284 (phpdbg fatal errors with coverage). (Bob) - Postgres: . Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free). (Laruence) . Fixed bug #72197 (pg_lo_create arbitrary read). (Anatol) - SPL: . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas) . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry) - Standard: . Fixed bug #72017 (range() with float step produces unexpected result). (Thomas Punt) . Fixed bug #72193 (dns_get_record returns array containing elements of type 'unknown'). (Laruence) . Fixed bug #72229 (Wrong reference when serialize/unserialize an object). (Laruence) . Fixed bug #72300 (ignore_user_abort(false) has no effect). (Laruence) - XML: . Fixed bug #72206 (xml_parser_create/xml_parser_free leaks mem). (Joe) - XMLRPC: . Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type). (Joe, Laruence) - WDDX: . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas) - Zip: . Fixed ug #72258 (ZipArchive converts filenames to unrecoverable form). (Anatol) . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry)
2016-06-24Update php56 to 5.6.23 (PHP 5.6.23), including security fixes.taca3-9/+9
pkgsrc change: remove confiugre from SUBST_FILES.path. 23 Jun 2016, PHP 5.6.23 - Core: . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()). (Stas) . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas) . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas) - GD: . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas) . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre) . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (Pierre) . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas) . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (Pierre) - Intl: . Fixed bug #70484 (selectordinal doesn't work with named parameters). (Anatol) - mbstring: . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas) - mcrypt: . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas) - Phar: . Fixed bug #72321 (invalid free in phar_extract_file()). (hji at dyntopia dot com) - SPL: . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas) . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry) - OpenSSL: . Fixed bug #72140 (segfault after calling ERR_free_strings()). (Jakub Zelenka) - WDDX: . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas) - zip: . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry)
2016-06-24Update php55 to 5.5.37 (PHP 5.5.37), including security fixes.taca3-9/+9
pkgsrc change: remove confiugre from SUBST_FILES.path. 23 Jun 2016, PHP 5.5.37 - Core: . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas) . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()). (Stas) . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas) . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas) - GD: . Fixed bug #66387 (Stack overflow with imagefilltoborder) (CVE-2015-8874). (cmb) . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas) . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (Pierre) . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas) . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (Pierre) - mbstring: . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas) - mcrypt: . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas) - SPL: . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas) . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry) - WDDX: . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas) - zip: . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry)
2016-06-24Note update of net/freerdp to 1.0.2nb14.he1-1/+2
2016-06-24Pull in cups instead of cups15, so that it is possible to installhe2-4/+4
this package where other packages are installed which depend on cups. Discussed with wiz@ Bump PKGREVISION.