summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2018-12-31Update to 1.05wen3-21/+7
Upstream changes: 1.05 2018-12-29 21:06:09Z - distribution tooling updates
2018-12-31py-tox: updated to 3.6.1adam2-7/+7
v3.6.1: Features - if the packaging phase successfully builds a package set it as environment variable under TOX_PACKAGE (useful to make assertions on the built package itself, instead of just how it ends up after installation)
2018-12-31Update to 2.04wen2-8/+7
Upstream changes: 2.04 2018-12-04 Make the tests pass on modern perls where . isn't in @INC
2018-12-31Update to 2.22wen2-8/+7
Upstream changes: 2018-12-23 k <andk@cpan.org> * release 2.22 * one week after the TRIAL release cpantesters have produced 306 pass and 0 fail reports on 157 different configurations * no functional change over 2.22-TRIAL; only one change in the distroprefs directory which is not used per default and a minor change in the Makefile.PL to ensure that the signature for the tarball is produced with the current version of Module::Signature. 2018-12-16 k <andk@cpan.org> * release 2.22-TRIAL * fix: erroneous propagation from build_requires to requires (Andreas Koenig) * fix: ensure that the post install hook is always called (Andreas Koenig) * fix: the single blank line output that initializing CPAN does when it's not having to report anything (Achim Gratz) * doc fix: Correct spelling of Perl 5 command-line switch (James E Keenan) * doc fix: clarify use of pop/splice in the manpage of the Specfile plugin (Andreas Koenig) * a tiny amount of new and updated distroprefs files 2018-09-22 k <andk@cpan.org> * release 2.21-TRIAL * Avoid hash slice autovivification (Reini Urban) * make chdir argument always stringified (Reini Urban) * support JSON::PP as fallback for `reports` command when no YAML is available (Michiel Beijen) * fix #116507: cpan -j relative path issue (brian d foy) * Bug fix for plugin `Specfile`: Build.PL script_files may be non-ARRAY (Bernhard Graf) * Fix tiny POD error (Aaron Crane) * Added suggestion to the user to fix the common 'Terminal does not support AddHistory error.' (Howard) * fix #87474: build_require_install_policy=no: runtime dependency not installed if also listed as build_require (Olivier Mengue, Slaven Rezić, Peter Rabbitson, Andreas König) * We are finally under the Travis umbrella (Katherine Spice) * Adapt Jim Keenan's patch for _download status checking (brian d foy) * Use the right key in cpan(1) -g log message (brian d foy) * address #124726: check for having EEXIST before using it (thanks to Sergey Aleynikov for debugging) * fix an unini warning from recompile() (thanks to frederick for reporting) * fix recently introduced bug: isa_perl() returns perl version again and a test is added to ensure that (thanks to frederick for reporting) * a modest amount of new, imported and updated distroprefs files 2017-11-26 k <andk@cpan.org> * release 2.20-TRIAL * bugfix #123691: fix wrong wording of result message when r command hits an empty set (Thank to lorenzo taviani for reporting) * bugfix: remove spurious .= operator where an ordinary assignment was intended (Andreas Koenig) 2017-11-05 k <andk@cpan.org> * release 2.19-TRIAL * bugfix #118921: make the null logger a non-null logger (Thanks to Alexandr Ciornii and Zefram for reporting) * tighten regexp in isa_perl (#123482) so that perl5-0.21 be recognized as module (Thanks to Father Chrysostomos for the request) * bugfix for cleanup_after_install: do not attempt to cleanup the current directory when the current directory is the build directory * improve robustness when CPAN::Reporter::record_command fails * improve diagnostics when CPAN::Meta::Requirements is too old or missing; bootstrapping older perls with new CPAN.pm should be easier now * improve robustness on file open issues * improve robustness when yaml files cannot be loaded * bugfix #121914: cpan client may fail when something is both recommended AND required (Thanks to Sergey Aleynikov for the report) * package the PAUSE2019.pub public key for signatures * bugfix on cpan script regarding -x option (H.Merijn Brand) * couple of updates on distroprefs and minor fixes 2017-03-30 k <andk@cpan.org> * release 2.18-TRIAL * inject PERL_USE_UNSAFE_INC=1 also in "install" (Graham Knop, Leon Timmermans, Andreas Koenig) * bugfix: address #120781; protect circular Bundle definitions from deep recursion (Andreas Koenig) * various distroprefs files updated 2017-02-16 k <andk@cpan.org> * release 2.17-TRIAL2 * bump version number for CPAN/Distribution.pm 2017-02-15 k <andk@cpan.org> * release 2.17-TRIAL * address #108: inject PERL_USE_UNSAFE_INC=1 on prepare, make, and test; survival strategy for perls compiled with -Ddefault_inc_excludes_dot (Todd Rinaldo, Graham Knop, Andreas Koenig) * make tests more robust against parallel runs and missing unzip program (Andreas Koenig)
2018-12-31Update to 3.86wen2-7/+7
Upstream changes: version 3.86 at 2018-12-18 12:58:07 +0000 ----------------------------------------- Change: 0cbbeec852932e17f8bb682dff207d91b0beceab Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2018-12-18 12:58:07 +0000 Updated for v5.29.6
2018-12-31Update to 6.07wen2-8/+7
Upstream changes: 6.07 2018-12-02 21:44:55Z - declared test prerequisites in the proper phase (RT#125288) - modernized distribution tooling
2018-12-31Update to 3.0.2wen2-8/+7
Upstream changes: 3.0.2 2018-12-13 - Various packaging and documentation fixes (thanks for JJ Merelo and the PR Challenge)
2018-12-30SDL2: make sdl2-config DTRT if the X11 libraries are not in ${PREFIX}/libmaya3-7/+22
Because SDL2 uses dlopen for these libraries, it's hard to tell what is failing. Example test case in http://daemonforums.org/showthread.php?t=10360 reported by oliv3 on IRC, thanks!
2018-12-27Set PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk is included.joerg1-3/+3
2018-12-27Needs py-six.joerg1-1/+2
2018-12-27Needs py-test-runner.joerg1-1/+2
2018-12-27PYTHON_VERSIONS_INCOMPATIBLE must be set before pyversion.mk is included.joerg1-3/+3
2018-12-27Needs pod2man.joerg1-1/+2
2018-12-27Stop abusing g++ for compiling C sources.joerg2-6/+15
2018-12-27Do not require _nl_expand_alias to exist, it's a pointless reference tojoerg3-2/+28
internals of the GNU libintl implementation. Bump gettext-m4.
2018-12-27Drop overeager SVN check that fails with double digit version numbers.joerg2-1/+15
2018-12-27Avoid non-ASCII content for Python 3.7 compat.joerg2-1/+17
2018-12-24SDL2: Disable ESD properly.nia1-1/+3
2018-12-24SDL2: Revert previous since the Raspberry Pi problems are fixed.nia1-12/+6
2018-12-23protobuf: fix build failure on NetBSD/i386 8.0. PR pkg/53659tsutsui1-1/+6
Assume and specify -march=i586 for 64 bit atomic ops, as firefox does. "Looks ok" by wiz@.
2018-12-23On Minix3 the call to read returns EAGAIN (-1) and causes the build to break.sevan1-3/+6
Skip punting on Minix3 as workaround for now, change via sjg@
2018-12-23devel/SDL2: Use the GLESv2+EGL video driver instead of the RPI video drivernia2-10/+23
on Raspberry Pi. This allows RetroArch to be used on ARM NetBSD again (seemingly, when the rgui menu driver is used). Previously, SDL2 would fail to produce shared libraries when linked against the Broadcom libraries, which would cause problems when linking against certain applications (notably RetroArch). While here, disable options properly.
2018-12-23lldb: add patches to fix building on Darwinadam2-0/+40
2018-12-23llvm and friends: updated to 7.0.1adam5-16/+19
7.0.1: This release contains bug-fixes for the LLVM 7.0.0 release. This release is API and ABI compatible with 7.0.0.
2018-12-22py-zope.deprecation: fix DEPENDSadam1-2/+2
2018-12-22devel/transifex-client: fix ALTERNATIVES filetaca2-2/+3
Fix ALTERNATIVES file syntax. Bump PKGREVISION.
2018-12-22devel/ruby-term-ansicolor: fix ALTERNATIVES filetaca2-7/+8
Fix ALTERNATIVES file syntax. Bump PKGREVISION.
2018-12-22devel/py-python-slugify: fix ALTERNATIVES filetaca2-2/+3
Fix ALTERNATIVES file syntax. BUmp PKGREVISION.
2018-12-22py-zope.deprecation: updated to 4.4.0adam2-7/+11
4.4.0: - Add support for Python 3.7.
2018-12-22py-ZopeTestrunner: updated to 4.9.2adam2-7/+7
4.9.2: - Fix TypeError: a bytes-like object is required, not 'str' running tests in parallel on Python 3. 4.9.1: - Fix AssertionError in _DummyThread.isAlive on Python 3
2018-12-22py-zope.testing: updated to 4.7adam2-7/+7
4.7: - Added support for Python 3.7.
2018-12-22py-ZopeI18NMessageid: updated to 4.3.1adam2-7/+7
4.3.1: - Fix a regression copying Message objects in the Python implementation. 4.3.0: - Add attributes to support pluralization on a Message and update the MessageFactory accordingly.
2018-12-22py-ZopeInterface: updated to 4.6.0adam2-7/+7
4.6.0: - Add support for Python 3.7 - Fix verifyObject for class objects with staticmethods on Python 3.
2018-12-22talloc: bump revisionadam5-50/+44
PkgSrc changes: * build and install the manpage * use correct install_name on Darwin * disable non-portable options
2018-12-21Update to 1.0.0wen2-7/+7
Upstream changes: Changes in Rcpp version 1.0.0 (2018-11-05) Happy tenth birtday to Rcpp, and hello release 1.0 ! Changes in Rcpp API: The empty destructor for the Date class was removed to please g++-9 (prerelease) and -Wdeprecated-copy (Dirk). The constructor for NumericMatrix(not_init(n,k)) was corrected (Romain in #904, Dirk in #905, and also Romain in #908 fixing #907). Rcpp::String no longer silently drops embedded NUL bytes in strings but throws new Rcpp exception embedded_nul_in_string. (Kevin in #917 fixing #916). Changes in Rcpp Deployment: The Dockerfile for Continuous Integration sets the required test flag (for release versions) inside the container (Dirk). Correct the R CMD check call to skip vignettes (Dirk). Changes in Rcpp Attributes: A new [[Rcpp::init]] attribute allows function registration for running on package initialization (JJ in #903). Sort the files scanned for attributes in the C locale for stable output across systems (JJ in #912). Changes in Rcpp Documentation: The 'Rcpp Extending' vignette was corrected and refers to EXPOSED rather than EXPORTED (Ralf Stubner in #910). The 'Unit test' vignette is no longer included (Dirk in #914). Changes in Rcpp version 0.12.19 (2018-09-20) Changes in Rcpp API: The no_init() accessor for vectors and matrices is now wrapped in Shield<>() to not trigger rchk warnings (Kirill Mueller in #893 addressing #892). STRICT_R_HEADERS will be defined twelve months from now; until then we protect it via RCPP_NO_STRICT_HEADERS which can then be used to avoid the definition; downstream maintainers are encouraged to update their packages as needed (Dirk in #900 beginning to address #898). Changes in Rcpp Attributes: Added [[Rcpp::init]] attribute for registering C++ functions to run during package initialization (JJ in #903 addressing #902). Changes in Rcpp Modules: Improved exposeClass functionality along with added test (Martin Lysy in #886 fixing #879). Changes in Rcpp Documentation: Two typos were fixed in the Rcpp Sugar vignette (Patrick Miller in #895). Several vignettes now use the collapse argument to show output in the corresponding code block. Changes in Rcpp Deployment: The old LdFlags() build helper was marked as deprecated [but removed for release] (Dirk in #887). Dockerfiles for continuous integration, standard deployment and 'plus sized' deployment are provided along with builds (Dirk in #894). Travis CI now use the rcpp/ci container for tests (Dirk in #896). Changes in Rcpp version 0.12.18 (2018-07-21) Changes in Rcpp API: The StringProxy::operator== is now const correct (Romain in #855 fixing #854). The Environment::new_child() is now const (Romain in #858 fixing #854). Next eval codes now properly unwind (Lionel in the large and careful #859 fixing #807). In debugging mode, more type information is shown on abort() (Jack Wasey in #860 and #882 fixing #857). A new class was added which allow suspension of the RNG synchronisation to address an issue seen in RcppDE (Kevin in #862). Evaluation calls now happen in the base environment (which may fix an issue seen between conflicted and some BioConductor packages) (Kevin in #863 fixing #861). Call stack display on error can now be controlled more finely (Romain in #868). The new Rcpp_fast_eval is used instead of Rcpp_eval though this still requires setting RCPP_USE_UNWIND_PROTECT before including Rcpp.h (Qiang Kou in #867 closing #866). The Rcpp::unwindProtect() function extracts the unwinding from the Rcpp_fast_eval() function and makes it more generally available. (Lionel in #873 and #877). The tm_gmtoff part is skipped on AIX too (#876). Changes in Rcpp Attributes: The sourceCpp() function now evaluates R code in the correct local environment in which a function was compiled (Filip Schouwenaars in #852 and #869 fixing #851). Filenames are now sorted in a case-insenstive way so that the RcppExports files are more stable across locales (Jack Wasey in #878). Changes in Rcpp Sugar: The sugar functions min and max now recognise empty vectors (Dirk in #884 fixing #883).
2018-12-21Update to 2.3.0wen2-7/+7
Upstream changes: R6 2.3.0 Vignettes are no longer included as part of the source package because of their large size. Documentation is now at https://r6.r-lib.org/. Fixed #125: The print.R6 method now always returns the object that was passed to it. Fixed #155: In some cases, a cloned object’s methods could refer to the wrong super object. (#156) Fixed #94, #133: When cloning an object which contained a function that is not a method, the corresponding function in the new object would have its environment changed, as though it were a method. Now it no longer has a changed environment. (#156) Fixed #121: If a finalize method was present, it would prevent objects passed to initialize from getting GC’d. Fixed #158: If a $set method of an R6 generator object is given the value NULL, it previously removed the named item. Now it adds the named item with the value NULL. Fixed #159: Printing an R6 object containing a large vector was slow.
2018-12-21Update to 0.18wen2-7/+7
Upstream changes: 0.18 [#103] Add new mime types: repr_plotly1 repr_vega4 repr_vegalite2 repr_vdom 0.17 Fix tests on Windows 0.16 [#96] Fix displaying lists with mixed named and unnamed items [IRkernel/IRkernel#588] Fixed in #98 and #99 independently
2018-12-21Update to 0.8.14wen2-11/+11
Update DEPENDS No upstream changelog found.
2018-12-21Update to 0.7.0wen2-7/+7
No upstream changelog found.
2018-12-20boehm-gc: update to 8.0.0nb2.wiz3-5/+23
Fix PaX mprotect on NetBSD using upstream patch by Ivan Maidanski from https://github.com/ivmai/bdwgc/issues/255
2018-12-20devel/p5-POE: remove invalid ASCII control character \x1F from Makefilerillig1-2/+2
2018-12-19Revbump all Go packages after go111 update.bsiegert74-135/+148
2018-12-19Update fossil to 2.7. From atomicules in PR pkg/53799.bsiegert2-8/+7
Changes for Version 2.7 (2018-09-22) * Add the email alerts feature for commits, ticket changes, wiki changes, forum posts, and announcements. This is still a work in progress. It is functional, but it is not as easy to setup and use as it ought to be. * Add the discussion forum feature. * Add new user capabilities letters needed to support alerts and forum. Formerly, user capabilities were letters from [a-z], but with the enhancements, the supply of lower case letters was exhausted. User capabilities are now letters in [a-zA-Z0-9]. * The built-in skins are now responsive, providing better layout on small screens, including mobile devices. * The default skin now includes a hamburger menu that is generated by the / sitemap page. * All of the built-in skins now use a Content Security Policy (CSP) to help prevent cross-site injection and forgery attacks. There are no known vulnerabilities in Fossil. The added CSP does not fix anything; it merely adds another layer of defense. * The /sitemap and other list pages show as multiple columns if the viewing window is wide enough. * There is an optional "js" file for each skin that can be used to hold javascript. This file can be loaded by reference or can be included in the header or footer. * Add the backoffice. * Update internal Unicode character tables, used in regular expression handling, from version 10.0 to 11.0. * Improvements to the "Security Audit" administration page * Add the fossil branch current command. * Add the grep command. * Update the built-in SQLite to version 3.25.1. * Some code and interfaces are in place to support sending and receiving email directly via SMTP, but this feature is not yet complete or ready for production use. * The `mv-rm-files` setting is now compiled into Fossil in the default Fossil configuration; no longer must you say ./configure --with-legacy-mv-rm to make it available. The setting remains disabled by default, however, so you must still say fossil set mv-rm-files 1 to enable it on each repository where you want hard mv/rm behavior. Changes for Version 2.6 (2018-05-04) * Fix a bug that was causing crashes while trying to clone the TCL repository. This fix is the main reason for the current release. * Added the new "Classic" timeline viewing mode. "Classic" is the same as "Verbose" in the previous release. The "Verbose" mode is now like "Compact" except the extra check-in details are shown by default. * Add support for ETags:, Last-Modified:, and If-Modified-Since: cache control mechanisms. * Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be downloaded can be expressed as part of the URI, and without the need for query parameters. * On the /timeline webpage, add the days=N query parameter and enhance the ymd=DATE and yw=DATE query parameters to accept 'now' as an argument to show the latest day or week. * In the web page that comes up in response to the fossil all ui command, show the last modification time for each repository, and allow click-to-sort on the modification time column. * In the tarball cache replacement algorithm, give extra weight to tarballs that have been accessed more than once. * Additional defenses against web-based attacks. There have not been any known vulnerabilities. We are just being paranoid. * Update the built-in SQLite to an alpha version of 3.24.0. Changes for Version 2.5 (2018-02-07) * Numerous enhancements to the look and feel of the web interface. Especially: Added separate "Modern", "Compact", "Verbose", and "Columnar" view options on timelines. * Common display settings (such as the "view" option and the number of rows in a timeline) are held in a cookie and thus persist across multiple pages. * Rework the skin editing process so that changes are implemented on one of nine /draft pages, evaluated, then merged back to the default. * Added the Ardoise skin. * Fix the "fossil server" command on Unix to be much more responsive to multiple simultaneous web requests. * Use the IPv6 stack for the "fossil ui" and "fossil server" commands on Windows. * Support for SQL Archives as a download option. * Fossil now automatically generates the <html><head>...</head><body> at the beginning of each web page if the configurable header lacks a <body> tag. * Added the /artifact_stats page, currently accessible only by the administrator. * Upgrade to the latest versions of SQLite and OpenSSL. * Improved key bindings on the Tk diff screen generated by "fossil diff --tk". * Begin factoring out in-line javascript into separately loaded script files. This is a step along the road toward supporting a strict Content Security Policy. More work is to be done. * Initial infrastructure is in place to make use of the pledge() system call in OpenBSD. More work is to be done.
2018-12-18py-dogpile-cache: updated to 0.7.1adam3-8/+10
0.7.1 [bug] [region] Fixed regression in 0.7.0 caused by 136 where the assumed arguments for the CacheRegion.async_creation_runner expanded to include the new CacheRegion.get_or_create.creator_args parameter, as it was not tested that the async runner would be implicitly called with these arguments when the CacheRegion.cache_on_arguments() decorator was used. The exact signature of async_creation_runner is now restored to have the same arguments in all cases. 0.7.0 [bug] The decorator module is now used when creating function decorators within CacheRegion.cache_on_arguments() and CacheRegion.cache_multi_on_arguments() so that function signatures are preserved. Pull request courtesy ankitpatel96. Additionally adds a small performance enhancement which is to avoid internally creating a @wraps() decorator for the creator function on every get operation, by allowing the arguments to the creator be passed separately to CacheRegion.get_or_create(). [bug] [py3k] Fixed all Python 3.x deprecation warnings including inspect.getargspec()
2018-12-18py-typed-ast: updated to 1.1.1adam2-8/+7
1.1.1: Add Python 3.7 to appveyor.yml
2018-12-18nasm: updated to 2.14adam5-68/+46
Version 2.14 Changed -I option semantics by adding a trailing path separator unconditionally. Fixed null dereference in corrupted invalid single line macros. Fixed division by zero which may happen if source code is malformed. Fixed out of bound access in processing of malformed segment override. Fixed out of bound access in certain EQU parsing. Fixed buffer underflow in float parsing. Added SGX (Intel Software Guard Extensions) instructions. Added +n syntax for multiple contiguous registers. Fixed subsections_via_symbols for macho object format. Added the --gprefix, --gpostfix, --lprefix, and --lpostfix command line options, to allow command line base symbol renaming. See section 2.1.28. Allow label renaming to be specified by %pragma in addition to from the command line. See section 6.9. Supported generic %pragma namespaces, output and debug. See section 6.10. Added the --pragma command line option to inject a %pragma directive. See section 2.1.29. Added the --before command line option to accept preprocess statement before input. See section 2.1.30. Added AVX512 VBMI2 (Additional Bit Manipulation), VNNI (Vector Neural Network), BITALG (Bit Algorithm), and GFNI (Galois Field New Instruction) instructions. Added the STATIC directive for local symbols that should be renamed using global-symbol rules. See section 6.8. Allow a symbol to be defined as EXTERN and then later overridden as GLOBAL or COMMON. Furthermore, a symbol declared EXTERN and then defined will be treated as GLOBAL. See section 6.5. The GLOBAL directive no longer is required to precede the definition of the symbol. Support private_extern as macho specific extension to the GLOBAL directive. See section 7.8.5. Updated UD0 encoding to match with the specification Added the --limit-X command line option to set execution limits. See section 2.1.31. Updated the Codeview version number to be aligned with MASM. Added the --keep-all command line option to preserve output files. See section 2.1.32. Added the --include command line option, an alias to -P (section 2.1.18). Added the --help command line option as an alias to -h (section 3.1). Added -W, -D, and -Q suffix aliases for RET instructions so the operand sizes of these instructions can be encoded without using o16, o32 or o64.
2018-12-17devel/transifex-client: update to 0.13.5taca4-11/+19
pkgsrc changes * Add support for pkg_alternatives. * Prefix PKGNAME with ${PYPKGPREFIX}. * update dependency. 0.13.5 (2018/10/17) * Pin dependencies to avoid incompatibilities between packages
2018-12-17devel/py-python-slugify: update to 1.2.6taca2-7/+7
## 1.2.6 - Add support for case sensitive slugs (@s-m-e)
2018-12-17dconf: Work around link ordering issue on SunOS.jperkin3-1/+31
2018-12-17devel/ruby-tins: udpate to 1.20.2taca3-8/+11
* 2018-11-14 Release 1.20.2 - Fix ~x options * 2018-11-14 Release 1.20.1 - Add disabling boolean options in Tins::GO#go method. * 2018-11-14 Release 1.20.0 - Support default arguments in Tins::GO#go method. * 2018-11-07 Release 1.19.0 - Allow annotations without arguments * 2018-11-02 Release 1.18.0 - `thread_local` and `thread_global` with default block * 2018-10-15 Release 1.17.0 - Add Tins::TempIO::Enum class to wrap `temp_io` into Enumerator.