summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2016-09-18Pullup ticket #5102 - requested by bsiegertspz3-8/+10
devel/pcre2: security update Revisions pulled up: - devel/pcre2/Makefile 1.5 - devel/pcre2/PLIST 1.5 - devel/pcre2/distinfo 1.5 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: mef Date: Sun Sep 11 14:39:27 UTC 2016 Modified Files: pkgsrc/devel/pcre2: Makefile PLIST distinfo Log Message: Updated devel/pcre to 10.22 --------------------------- Version 10.22 29-July-2016 -------------------------- 1. ChangeLog has the details of a number of bug fixes. 2. The POSIX wrapper function regcomp() did not used to support back references and subroutine calls if called with the REG_NOSUB option. It now does. 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled pattern. 4. Support for string callouts is added to pcre2grep. 5. Added the PCRE2_NO_JIT option to pcre2_match(). 6. The pcre2_get_error_message() function now returns with a negative error code if the error number it is given is unknown. 7. Several updates have been made to pcre2test and test scripts (see ChangeLog). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/pcre2/Makefile pkgsrc/devel/pcre2/PLIST \ pkgsrc/devel/pcre2/distinfo
2016-09-07Pullup ticket #5095 - requested by tacabsiegert3-15/+15
www/ruby-actionpack32: security fix Revisions pulled up: - databases/ruby-activerecord32/distinfo 1.24 - devel/ruby-activemodel32/distinfo 1.24 - devel/ruby-activesupport32/distinfo 1.24 - devel/ruby-railties32/distinfo 1.24 - lang/ruby/rails.mk 1.55 - mail/ruby-actionmailer32/distinfo 1.24 - www/ruby-actionpack32/distinfo 1.24 - www/ruby-activeresource32/distinfo 1.24 - www/ruby-rails32/distinfo 1.24 --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:55:08 UTC 2016 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: Start update of Ruby on Rails to 3.2.22.4. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:55:48 UTC 2016 Modified Files: pkgsrc/devel/ruby-activesupport32: distinfo Log Message: Update ruby-activesupport32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:56:35 UTC 2016 Modified Files: pkgsrc/devel/ruby-activemodel32: distinfo Log Message: Update ruby-activemodel32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:57:03 UTC 2016 Modified Files: pkgsrc/databases/ruby-activerecord32: distinfo Log Message: Update ruby-activerecord32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:57:30 UTC 2016 Modified Files: pkgsrc/www/ruby-activeresource32: distinfo Log Message: Update ruby-activeresource32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:58:46 UTC 2016 Modified Files: pkgsrc/www/ruby-actionpack32: distinfo Log Message: Update ruby-actionpack32 to 3.2.22.4. Fix CVE-2016-6316, XSS vulnerability in Action View. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:59:16 UTC 2016 Modified Files: pkgsrc/mail/ruby-actionmailer32: distinfo Log Message: Update ruby-actionmailer32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:59:36 UTC 2016 Modified Files: pkgsrc/devel/ruby-railties32: distinfo Log Message: Update ruby-railties32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 06:00:48 UTC 2016 Modified Files: pkgsrc/www/ruby-rails32: distinfo Log Message: Update ruby-rails32 to 3.2.22.4, no change except version.
2016-07-28Pullup ticket #5074 - requested by christosspz3-9/+91
devel/cvsps: security patch Revisions pulled up: - devel/cvsps/Makefile 1.27 - devel/cvsps/distinfo 1.14 - devel/cvsps/patches/patch-ag 1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: christos Date: Mon Jul 25 05:10:03 UTC 2016 Modified Files: pkgsrc/devel/cvsps: Makefile distinfo pkgsrc/devel/cvsps/patches: patch-ag Log Message: Fix buffer overflow on long lines To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/cvsps/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/cvsps/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cvsps/patches/patch-ag
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-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 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 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-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-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-21Fix endian detection to work on all pkgsrc platforms. Fix Python3joerg5-17/+243
support.
2016-06-21Move --fatal-warnings hack to the common logic, it applies tojoerg1-10/+1
practically all KDE5 packages.
2016-06-20Use msgmergemarkd1-1/+3
2016-06-20Revbump to make sure package gets compiled with newer mk/ocaml.mk.jaapb1-3/+3
2016-06-20Updated package to latest version, 113.33.01. Changes include:jaapb5-23/+53
## 113.33.01+4.03 Remove generation of empty value bindings. ## 113.33.00+4.03 Various updates to work with OCaml 4.03.0 ## 113.33.00 - Clean up the documentation for sexplib, modernizing it to include `ppx_sexp_conv`, and breaking up the documentation between sexplib and `ppx_sexp_conv`. Also changed the formatting to use org-mode, so it will render properly on github. Markdown doesn't render well by default, unless you use quite different conventions about linebeaks.
2016-06-20Updated package to latest version, 113.03.01. Changes include:jaapb4-22/+55
## 113.33.01+4.03 Remove generation of empty value bindings. ## 113.33.00+4.03 Various updates to work with OCaml 4.03.0
2016-06-20Updated package to latest version, 113.33.01. Changes include:jaapb4-37/+67
## 113.33.01+4.03 Remove hack which prevented empty value bindings to leak. We fixed the generators so they don't create them in the first place. ## 113.33.00+4.03 Various updates to work with OCaml 4.03.0
2016-06-20Updated package to latest version, 113.33.01. Changes include:jaapb4-28/+94
2016-06-20Revbump to make sure package gets compiled with newer mk/ocaml.mk.jaapb1-2/+2
2016-06-20Updated package to latest version, 113.33.00. Changes include:jaapb6-43/+144
- Changes `Sexp.to_string` to escape all non-ASCII characters. Previously chars >= 127 are escaped or not depending on: 1. other character in the string 2. the system 3. environment variable settings (2) and (3) are because `String.escaped` from the stdlib uses the C function `isprint` which is locale and OS dependent. This can cause invalid UTF-8 sequence to be printed by sexplib, which is annoying: https://github.com/janestreet/sexplib/issues/18 Starting with this release, sexplib: 1. copies the `String.escaped` function of OCaml 4.03 which escapes all non-ascii characters 2. make sure we escape the string when it contains characters >= 127 - Clean up the documentation for sexplib, modernizing it to include `ppx_sexp_conv`, and breaking up the documentation between sexplib and `ppx_sexp_conv`. Also changed the formatting to use org-mode, so it will render properly on github. Markdown doesn't render well by default, unless you use quite different conventions about linebeaks. - In sexp macro library, avoid returning success when there is any error reading a sexp. In particular, this prevents sexp resolve <(echo '(:use x)') from silently succeeding. Also, now we no longer read an included file multiple times. This lets even crazy stuff like this to work: $ echo 'hi ' | sexp resolve <(echo '((:include /dev/stdin) (:include /dev/stdin))')
2016-06-20Added patch to run correct stat on NetBSD as well. Revbump.jaapb3-3/+18
2016-06-20Added ocaml-js-build-tools to SUBDIRsjaapb1-1/+2
2016-06-20Added package devel/ocaml-js-build-tools, some Jane Street build tools forjaapb6-0/+92
OCaml.
2016-06-20Updated package to latest version, 2.8. Changes include:jaapb4-21/+25
* Features/Changes ** Compiler: allow dynlink of precompiled javascript file ** Compiler: Improve tailcall optimization ** Compiler: Improve pretty mode ** Compiler: More inlining and static evaluation ** Compiler: Better source map support, to leverage resolve_variable_names in chrome DevTools ** Compiler: preserve as much as possible the initial OCaml variable names ** Lib: synchronize with tyxml 4.0.0 ** Lib: convert string/bigstring to/from typed_array ** Lib: add Tyxml_js.Register API. ** Lib: Support for Core_kernel and Async_kernel (32bit only). ** Lib: Mutation observer. ** Runtime: bigstring, caml_int32_bits_of_float, .. ** Runtime: better nodejs integration * Misc ** Support for OCaml 4.03 ** Toplevel with ppx syntax * Bug fixes ** Compiler: Fix float printing ** Compiler: fix separate compilation
2016-06-20Updated buildlink3.mk file to reflect API change, revbump, removedjaapb3-16/+4
unused patch.
2016-06-20Updated buidlink3 for API change, revbumpjaapb2-3/+4
2016-06-20Revbump to make sure the package gets recompiled with newer mk/ocaml.mk,jaapb1-4/+4
and some cleaning up of the Makefile.
2016-06-20Revbump to make sure package gets recompiled with newer mk/ocaml.mkjaapb1-1/+2
2016-06-20Fix typo.wiz1-2/+2
2016-06-19Workaround GNU ld bug on NetBSD by dropping --fatal-warnings from thejoerg1-1/+9
linker flags.
2016-06-19Sync PLIST with Doxygen update.joerg2-4/+4
2016-06-19Updated confuse to 3.0.wiz2-9/+9
[v3.0][] - 2016-03-03 --------------------- This release signifies a major change in libConfuse. On out-of-memory conditions at run time, invalid API input, and some other odd use-cases, libConfuse will no longer `assert()`. Instead, `NULL` or `CFG_FAIL` is returned with an error code for you to handle. For some users this will completely change how your application works, so heads up! The library ABI version has also been stepped due to this. Special thanks in this release goes out to Frank Hunleth, Peter Rosin and David Grayson for their tireless efforts in helping improve this library! **Note:** libConfuse no longer calls `setlocale()` for `LC_MESSAGES` and `LC_CTYPE`. See the documentation for `cfg_init()` for details. ### Changes * Support for handling unknown options. The idea is to provide future proofing of configuration files, i.e. if a new parameter is added, the new config file will not fail if loaded in an older version of your program. See the `CFGF_IGNORE_UNKNOWN` flag in the documenation for more information. Idea and implementation by Frank Hunleth. * Add public API for removing sections at runtime, by Peter Rosin. * Allow `cfg_opt_getval()` on options that are `CFGF_MULTI` sections, by Peter Rosin. * Add `cfg_setmulti()` and `cfg_opt_setmulti()`, by Peter Rosin. * Add CLI example of how to manage configuration changes at runtime, also by Peter Rosin. * Support for Travis-CI and Coverity Scan, by Joachim Nilsson. * Use `autoreconf` in `autogen.sh` instead of calling tools separately. * Powershell script for AppVeyor CI to build libConfuse with MSYS2 by David Grayson. * Removed calls to `setlocale()` intended to localize messages, with `LC_MESSAGES`, and region specific types, with `LC_CTYPE`. This is now the responsibility of the user of the library. * Reindent to Linux coding style for a clear and well defined look, this to ease future maintenance. Issue #33 * Add support for `CFGF_DEPRECATED` and `CFGF_DROP` option flags. The former causes libConfuse to print a deprecated warning message and the latter drops the read value on input. Idea and implementation by Sebastian Geiger. Issue #24 * Add `HACKING.md` document to detail maintenance and release checklists ### Fixes * Do not assert on API input validation, memory allocation, or similar. Instead, return error code to user for further handling. This change also includes fixes for a lot of unchecked API return values, e.g., `strdup()`. Issue #37 * Protect callers arguments to `cfg_setopt()`, by Peter Rosin * If new value to `cfg_setopt()` fails parsing, do not lose old value, by Peter Rosin. * Fixes to update support for older versions of Microsoft Visual Studio as well as MSYS2/mingw-w64 by Peter Rosin and David Grayson. * Issue #45: `cfg_init()` does not report error on multiple options with the same name. Fixed by Peter Rosin. * Fixes for memory leaks, invalid expressions, unused variables and missing error handling, all thanks to Coverity Scan
2016-06-19Updated pcre to 8.39.wiz5-138/+7
Release 8.39 14-June-2016 ------------------------- Some appropriate PCRE2 JIT improvements have been retro-fitted to PCRE1. Apart from that, this is another bug-fix release. Note that this library (now called PCRE1) is now being maintained for bug fixes only. New projects are advised to use the new PCRE2 libraries.
2016-06-19Updated meld to 3.16.1.wiz2-7/+7
2016-06-19 meld 3.16.1 ====================== Fixes: * Fix regression in support for file comparisons from pipes (Kai Willadsen) * Add open build service directories to the version control filter (Dominique Leuenberger) * Add darcs to list of loaded plugins (pbgc) * Fix the dark style (Kai Willadsen) * Windows build fixes (Kai Willadsen)
2016-06-19Updated afl to 2.15b.wiz2-7/+7
-------------- Version 2.15b: -------------- - Added a README section on looking for non-crashing bugs. - Added license data to several boring files. Contributed by Jonathan Metzman.
2016-06-19Update to 0.61. From the changelog:schmonz2-8/+7
- Performance improvements by @agentzh++
2016-06-19Update py-at-spi2 to 2.20.2prlw12-7/+7
What's new in pyatspi 2.20.2: * Update STATE_LAST_DEFINED so that STATE_READ_ONLY is recognized (bgo#766121). What's new in pyatspi 2.20.1: * gettext: Don't modify endOffset (bgo#721860).
2016-06-19Needs msgfmt.joerg1-1/+3
2016-06-19Fix MAINTAINER typoprlw11-2/+2
2016-06-19Updated devel/p5-Hash-Util-FieldHash-Compat to 0.11mef2-8/+7
--------------------------------------------------- 0.11 2016-06-13 21:57:55Z - be gentle to older toolchains by avoiding the use of Module::Metadata in configure-requires (RT#115310)
2016-06-19Updated devel/p5-IO-AIO to 4.34mef2-9/+11
------------------------------- 4.34 Sun May 1 19:18:24 CEST 2016 - def0.h was not properly generated during previous release, causing compile errors on various platforms. - major/minor were accidentally switched (reported by Alexander Lishenyuk). - removed duplicate definition of MAP_HUGETLB, that was found due to a bug in Perl::Tidy (testcase by alaska332@gmail.com). - added (untested!) aio_fcntl, aio_ioctl requests. - (libeio) names set via prctl are truncated to 15 chars + nul, not 16, as manpages-dev originally claimed. 4.33 Mon Jan 18 12:50:10 CET 2016 - add IO::AIO::pipe2 function. - added support for FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_ZERO_RANGE constants. - added support for O_TMPFILE and O_PATH constants. - added support for MAP_FIXED, MAP_GROWSDOWN,MAP_32BIT, MAP_HUGETLB, MAP_STACK consdtants, whether they can be sensibly used or not. - use NO_INIT where applicable. - update libecb. - added stability canary support. - updated linux super magic table to 4.3.3.
2016-06-19Updated devel/p5-IPC-SysV to 2.07mef2-9/+8
--------------------------------- 2.07 - 2016-05-09 * CPAN #112827: incorrect skip count in t/ipcsysv.t (thanks to Tony Cook for providing a patch)
2016-06-19Updated devel/p5-Log-Dispatch to 2.56mef2-8/+7
------------------------------------- 2.56 2016-05-06 - Cleaned up some cruft in Pod. Some sections ended up in there twice. 2.55 2016-05-06 - The values of $@, $!, and $? are protected in various cases where they could end up being changed by logging code. Patch by Salvador FandiƱo. GitHub #18. - Treat MSYS2 like Cygwin in tests. Fix by Graham Ollis. GitHub #19.
2016-06-19Updated devel/p5-MetaCPAN-Client to 1.015000mef2-15/+7
-------------------------------------------- 1.015000 02.06.15 * Adding `source` method to MetaCPAN::Client::File (stevan) 1.014000 29.04.15 * Fix warning on missing fields param (Mickey, Sawyer X) * Switch to Search::Elasticsearch 2.0. (Sawyer X) * You can test MetaCPAN::API with a different domain using the environment variable "METACPAN_DOMAIN". (Mickey)
2016-06-19Updated devel/p5-Search-Elasticsearch from 2.00 to 2.03mef2-8/+7
------------------------------------------------------- 2.03 2016-05-24 Added register_qs() to allow plugins to expand known query string params Added api_version() to API roles so that plugins can determine which API version they should load. 2.02 2016-04-20 Bug fix: Sniffed http addresses may or may not have the hostname/ prepended 2.01 2016-04-15 Updated for Elasticsearch 2.3.0 New features: * Added delete_by_query(), reindex(), and update_by_query() * Added tasks.list() and tasks.cancel() * Added ignore_unavailable to cat.snapshots() * Added attributes and explain to indices.analyze() * Added verbose to indices.segments() * S::ES::Error now implements TO_JSON * TestServer can now be used with forked processes Bug fixes: * Search::Elasticsearch::Error shouldn't be a Moo class * Search::Elasticsearch::Scroll can now be used in a forked process * Hijk is now optional as it doesn't work on windows * cat.snapshots requires a repository