summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-31Update to nats-1.1.2pho5-33/+17
1.1.2 [2018-02-06] * Don't enable Safe on GHC 7.2. 1.1.1 * Backported a more efficient Binary instance for Nat * Allow binary-0.8 1.1 * Backported Lift instances. 1.0 * Make nats a compat-package since Numeric.Natural moved to base-4.8.0.0. 0.2.1 * Better readsPrec handling when you try to feed it a negative number. Note it is a failed parse rather than an error.
2019-12-31doc: Updated sysutils/pidof to 2.96mef1-1/+2
2019-12-31(sysutils/pidof) Updated 2.88sdf to 2.96, ChangeLog lines to large, omitted.mef3-41/+26
(..sysutils/pidof)% wc ChangeLog-2.88sdf-2.96 434 3459 22753 ChangeLog-2.88sdf-2.96 The last part is as below: sysvinit (2.96) released; urgency=low [ Jesse Smith ] * Added -z command line paramter to pidof which tells pidof to try to find processes in uninterruptable (D) or zombie (Z) states. This can cause pidof to hang, but produces a more complete process list. Closes Savannah bug #56534 * Reformatted init code to make if/while logic more clear. * Cleaned up some output from readbootlog. * Added -e flag to bootlogd. When -e is used, data saved to the boot log file does not have escape characters removed. This means colour and cursor movement codes stay in the log file. The may then look nicer when read with "less -R', but may appear cluttered or out of alignment when viewed with other, plain-text tools. When -e is not used, escape characters are removed/filtered. Closes Debian bug #672361. * Make sure src/Makefile cleans up all executable files when parent Makefile calls "make clean".
2019-12-31doc: Updated sysutils/hivex to 1.3.18mef1-1/+2
2019-12-31(sysutils/hivex) Updated 1.13.15 to 1.13.18mef3-11/+10
2019-01-24 Richard W.M. Jones <rjones@redhat.com> Update gnulib to latest. Includes various fixes to --as-needed support. See: https://lists.gnu.org/archive/html/bug-gnulib/2019-01/threads.html#00123 2019-01-22 Richard W.M. Jones <rjones@redhat.com> Version 1.3.17. 2019-01-22 Michael Meyer <mmeyer@datto.com> lib: Reset errno to zero to avoid erroneously returning E2BIG This line was accidentally removed in 77fe74fc, causing bug #1145056 (Bugzilla) to resurface. 2019-01-17 Richard W.M. Jones <rjones@redhat.com> Version 1.3.16. Update gnulib to latest. 2019-01-17 Pino Toscano <ptoscano@redhat.com> ruby: improve test functions Use better functions to check for proper values instead of assert: - refute_nil for non-null functions - assert_equal for checking equality Also, make sure that the parameters for assert_equal are correct: expected value, then got value. 2019-01-16 Pino Toscano <ptoscano@redhat.com> perl: fix format of croak for RLenValue When calling croak on failure in the Perl code for RLenValue, add the %s placeholder for the strerror result. This makes the croak call just like all the others. Fixes commit 87e1be8ff3431ac81d721d5f647fc85d02e045dc. 2018-02-26 Richard W.M. Jones <rjones@redhat.com> ocaml: Link the C bindings with LDFLAGS (RHBZ#1548536). Use the ocamlmklib -ldopt flag to pass the general $(LDFLAGS) when calling gcc to link dllmlhivex.so. We were already passing $(CFLAGS) when building the object file. When building using Fedora's standard hardening flags this gives: ocamlmklib -o mlhivex hivex_c.o hivex.cmo \ -verbose -ldopt '-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' \ -L../lib/.libs -lhivex + gcc -shared -o ./dllmlhivex.so hivex_c.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L../lib/.libs -lhivex + ar rc ./libmlhivex.a hivex_c.o; ranlib ./libmlhivex.a + /usr/bin/ocamlc -a -o mlhivex.cma hivex.cmo -dllib -lmlhivex -cclib -lmlhivex -cclib -L../lib/.libs -cclib -lhivex This also works if $(LDFLAGS) is empty, because ocamlmklib ignores -ldopt ''.
2019-12-31Fix boost-libs PLIST on devuan linux distronros1-2/+2
2019-12-31doc: Updated sysutils/file to 5.38mef1-1/+2
2019-12-31(sysutils/file) Updated to 5.38mef3-14/+13
2019-12-16 21:11 Christos Zoulas <christos@zoulas.com> * release 5.38 2019-12-15 22:13 Christos Zoulas <christos@zoulas.com> Document changes since the previous release: - Always accept -S (no sandbox) even if we don't support sandboxing - More syscalls elided for sandboxiing - For ELF dynamic means having an interpreter not just PT_DYNAMIC - Check for large ELF session header offset - When saving and restoring a locale, keep the locale name in our own storage. - Add a flag to disable CSV file detection. - Don't pass NULL/0 to memset to appease sanitizers. - Avoid spurious prints when looks for extensions or apple strings in fsmagic. - Add builtin decompressors for xz and and bzip. - Add a limit for the number of CDF elements. - More checks for overflow in CDF.
2019-12-31doc: Updated emulators/unicorn to 1.0.1nb2wiz1-1/+2
2019-12-31unicorn: update to 1.0.1nb2.wiz3-3/+22
Use LDFLAGS -- fixes RELRO build.
2019-12-31doc: Updated sysutils/amtterm to 1.6mef1-1/+2
2019-12-31(sysutils/amtterm) Updated 1.4 to 1.6, ChangeLog unknown. Src Date is 2017-02-27mef3-10/+11
2019-12-31py-digitalocean: fix invalid bytetriaxx3-2/+19
Bump revision
2019-12-31doc: Updated sysutils/ioping to 1.1mef1-1/+2
2019-12-31(sysutils/ioping) Updated to 1.1mef2-7/+7
v1.1 / 2018-09-11 ================== * ioping: release 1.1 * ioping.1: raw statisitics in nanoseconds * Merge pull request #37 from standby24x7/fix-man * Fix a typo in ioping.1 * Merge pull request #36 from lewellyn/solaris * Correct Solaris predefined macro * ioping.1: add more references * Merge pull request #32 from kolyshkin/makefile * Makefile: only use vN tags for EXTRA_VERSION * ioping.c: set VERSION to 1.0 * Makefile: make sure git tag == src ver * Makefile: make all phony targets as such * Makefile: move -D to CPPFLAGS * ioping(1): fix aio description
2019-12-31doc: Updated devel/hs-hashable to 1.3.0.0pho2-3/+3
2019-12-31Update to hashable-1.3.0.0pho4-31/+10
Version 1.3.0.0 * Semantic change of Hashable Arg instance to not hash the second argument of Arg in order to be consistent with Eq Arg (#171) * Semantic change of Hashable Float and Hashable Double instances to hash -0.0 and 0.0 to the same value (#173) * Add Hashable instance for Fingerprint (#156) * Add new Data.Hashable.Generic module providing the default implementations genericHashWithSalt and genericLiftHashWithSalt together with other Generics support helpers (#148, #178) * Bump minimum version requirement of base to base-4.5 (i.e. GHC >= 7.4) Version 1.2.7.0 * Add Hashable and Hashable1 instances for Complex * Fix undefined behavior in hashable_fn_hash() implementation due to signed integer overflow (#152) * Mark Data.Hashable.Lifted as Trustworthy (re SafeHaskell) * Support GHC 8.4 Version 1.2.6.1 * Use typeRepFingerprint from Type.Reflection.Unsafe * Bump minimum version of base to 4.4. Version 1.2.6.0 * Add support for type-indexed Typeable. * Rework the Generic hashable for sums. Version 1.2.5.0 * Add Hashable1 and Hashable2 * Add instances for: Eq1, Ord1, Show1, Ptr, FunPtr, IntPtr, WordPtr * Add Hashed type for caching the hash function result. Version 1.2.4.0 * Add instances for: Unique, Version, Fixed, NonEmpty, Min, Max, Arg, First, Last, WrappedMonoid, Option * Support GHC 8.0
2019-12-31doc: Updated devel/libev to 4.31wiz2-3/+3
2019-12-31libev: update to 4.31.wiz3-22/+7
4.31 Fri Dec 20 21:58:29 CET 2019 - handle backends with minimum wait time a bit better by not waiting in the presence of already-expired timers (behaviour reported by Felipe Gasper). - new feature: use timerfd to detect timejumps quickly, can be disabled with the new EVFLAG_NOTIMERFD loop flag. - document EV_USE_SIGNALFD feature macro. 4.30 (EV only) - change non-autoconf test for __kernel_rwf_t by testing LINUX_VERSION_CODE, the most direct test I could find. - fix a bug in the io_uring backend that polled the wrong backend fd, causing it to not work in many cases. 4.29 (EV only) - add io uring autoconf and non-autoconf detection. - disable io_uring when some header files are too old. 4.28 (EV only) - linuxaio backend resulted in random memory corruption when loop is forked. - linuxaio backend might have tried to cancel an iocb multiple times (was unable to trigger this). - linuxaio backend now employs a generation counter to avoid handling spurious events from cancelled requests. - io_cancel can return EINTR, deal with it. also, assume io_submit also returns EINTR. - fix some other minor bugs in linuxaio backend. - ev_tstamp type can now be overriden by defining EV_TSTAMP_T. - cleanup: replace expect_true/false and noinline by their libecb counterparts. - move syscall infrastructure from ev_linuxaio.c to ev.c. - prepare io_uring integration. - tweak ev_floor. - epoll, poll, win32 Sleep and other places that use millisecond reslution now all try to round up times. - solaris port backend didn't compile. - abstract time constants into their macros, for more flexibility.
2019-12-31doc: Updated security/libssh to 0.93wiz2-3/+3
2019-12-31libssh: update to 0.93.wiz3-11/+10
version 0.9.3 (released 2019-12-10) * Fixed CVE-2019-14889 - SCP: Unsanitized location leads to command execution * SSH-01-003 Client: Missing NULL check leads to crash in erroneous state * SSH-01-006 General: Various unchecked Null-derefs cause DOS * SSH-01-007 PKI Gcrypt: Potential UAF/double free with RSA pubkeys * SSH-01-010 SSH: Deprecated hash function in fingerprinting * SSH-01-013 Conf-Parsing: Recursive wildcards in hostnames lead to DOS * SSH-01-014 Conf-Parsing: Integer underflow leads to OOB array access * SSH-01-001 State Machine: Initial machine states should be set explicitly * SSH-01-002 Kex: Differently bound macros used to iterate same array * SSH-01-005 Code-Quality: Integer sign confusion during assignments * SSH-01-008 SCP: Protocol Injection via unescaped File Names * SSH-01-009 SSH: Update documentation which RFCs are implemented * SSH-01-012 PKI: Information leak via uninitialized stack buffer
2019-12-31doc: Updated audio/musicpd to 0.21.18wiz2-4/+3
2019-12-31musicpd: update to 0.21.18.wiz3-10/+18
ver 0.21.18 (2019/12/24) * protocol - work around Mac OS X bug in the ISO 8601 parser * output - alsa: fix hang bug with ALSA "null" outputs * storage - curl: fix crash bug * drop support for CURL versions older than 7.32.0 * reduce unnecessary CPU wakeups ver 0.21.17 (2019/12/16) * protocol - relax the ISO 8601 parser: allow omitting field separators, the time of day and the "Z" suffix * archive - zzip: improve error reporting * outputs - jack: mark ports as terminal - shout: declare metadata as UTF-8 * fix build failure with -Ddatabase=false
2019-12-31doc: Updated x11/gtk3 to 3.24.13wiz1-1/+2
2019-12-31gtk3+: update to 3.24.13.wiz2-7/+7
Overview of Changes in GTK+ 3.24.13 =================================== * listbox: Fix header row reuse * wayland: Fix handling of tablets * theme: - Adwaita: Fix menu rounding - Adwaita: Various improvements for the Emoji chooser - Adwaita: Refresh check and radio buttons - HighContrast: Fix entry colors * input: - Properly handle bubbling of scroll events - Handle modifier key events properly - Run key controllers in the bubble phase - Do not use VIQR for Vietnamese by default * statusicons: Render sharply on hi-dpi * wayland: Fix handling of selection ownership * win32: - Set WS_BORDER for fullscreen GL windows if requested - Fix clipboard handling * quartz: - Handle titlebar events properly - Handle page up/down key events properly * broadway: Fix (lack of) clipboard handling * Translation updates: Catalan Chinese (Taiwan) Croatian Danish French German Hungarian Indonesian Russian Swedish
2019-12-31doc: Updated audio/rioutil to 1.5.4schmonz1-1/+2
2019-12-31Update to 1.5.4. No changelog available.schmonz9-80/+42
2019-12-31doc: Updated sysutils/R-later to 1.0.0mef1-1/+2
2019-12-31(sysutils/R-later) Updated to 1.0.0mef2-7/+7
## later 1.0.0 * Added private event loops: these are event loops that can be run independently from the global event loop. These are useful when you have code that schedules callbacks with `later()`, and you want to call `run_now()` block and wait for those callbacks to execute before continuing. Without private event loops, if you call `run_now()` to wait until a particular callback has finished, you might inadvertantly run other callbacks that were scheduled by other code. With private event loops, you can create a private loop, schedule a callback on it, then call `run_now()` on that loop until it executes, all without interfering with the global loop. ([#84](https://github.com/r-lib/later/pull/84))
2019-12-31doc: Updated sysutils/dbus-python-common to 1.2.14wiz2-3/+3
2019-12-31doc: Updated sysutils/py-dbus to 1.2.14wiz2-3/+3
2019-12-31py-dbus, dbus-python-common: Update to 1.2.14wiz4-14/+14
dbus Python Bindings 1.2.14 (2019-11-25) ======================================== The “don't stand in the fire” release. Fixes: • Ensure that the numeric types from dbus.types get the same str() under Python 3.8 that they did under previous versions. Previously, Python 3.8 used their repr() for the str(), which was not intended. (dbus-python#31; matclab, Simon McVittie) • Disable -Winline (Simon McVittie) • Add Python 3.8 to CI (Simon McVittie)
2019-12-31doc: Updated sysutils/R-sys to 3.3mef1-1/+2
2019-12-31(sysutils/R-sys) Updated to 3.3mef2-7/+7
3.3 - Unix: automatially path.expand() to normalize e.g. homedir - Unix: skip unicode path test on systems without UTF-8 locale.
2019-12-31doc: Updated net/libsoup to 2.68.3wiz2-3/+3
2019-12-31libsoup: update to 2.68.3.wiz2-7/+7
Changes in libsoup from 2.68.2 to 2.68.3: * Fixes to testing infrastructure [Simon McVittie] * Enable GNOME support in mingw [Fabiano Fidêncio] * Allow introspection in cross builds [Ross Burton] * Updated translations: Chinese (Taiwan)
2019-12-31doc: Updated graphics/librsvg to 2.46.4wiz2-3/+3
2019-12-31librsvg: update to 2.46.4.wiz2-57/+62
Version 2.46.4 - #524 - Panic when reading an invalid stylesheet URL in an XML processing instruction (Paolo Borelli) - #525 - Consider specificity when applying CSS selector matches. - #504 - Provide an usage example in the librsvg crate docs.
2019-12-31doc: Added sysutils/ufetch version 0.2ng01-1/+2
2019-12-31ufetch: Import ufetch-0.2 as sysutils/ufetchng06-1/+92
packaged by pin <voidpin@protonmail.com> in pkgsrc-wip Tiny system info for Unix-like operating systems.
2019-12-31Updated lang/py-parso, textproc/py-sphinxadam1-1/+3
2019-12-31py-parso: updated to 0.5.2adam3-9/+10
0.5.2: - Add include_setitem to get_definition/is_definition and get_defined_names - Fix named expression error listing - Fix some f-string tokenizer issues
2019-12-31py-sphinx: updated to 2.3.1adam3-10/+11
Release 2.3.1: Bugs fixed * sphinx-autogen: raises AttributeError Release 2.3.0: Incompatible changes * end-before option of literalinclude directive does not match the first line of the code block. * Change default User-Agent header to "Sphinx/X.Y.Z requests/X.Y.Z python/X.Y.Z". It can be changed via user_agent. * text: content of admonitions starts after a blank line Deprecated sphinx.builders.gettext.POHEADER sphinx.io.SphinxStandaloneReader.app sphinx.io.SphinxStandaloneReader.env sphinx.util.texescape.tex_escape_map sphinx.util.texescape.tex_hl_escape_map_new sphinx.writers.latex.LaTeXTranslator.no_contractions Features added * C++, support bit-fields. * html: Eliminate prompt characters of doctest block from copyable text * html: Use favicon for OpenSearch if available * html theme: agogo theme now supports rightsidebar option * Add PEP-561 Support * latex: Allow to load additonal LaTeX packages via extrapackages key of latex_elements * Add new config variable: user_agent * LaTeX: have backslash also be an inline literal word wrap break character * LaTeX: Support upLaTeX as a new latex_engine (experimental) * Improve a warning message when extensions are not parallel safe * Improve Intersphinx performance for multiple remote inventories. * apidoc: .so file support * autosummary: emit autodoc-skip-member event on generating stub file * i18n: make explicit titles in toctree translatable * linkcheck: Add linkcheck_auth option to provide authentication information when doing linkcheck builds * linkcheck: Handles HTTP 308 Permanent Redirect * html: Wrap section number in span tag * gettext: Add gettext_last_translator' and :confval:`gettext_language_team to customize headers of POT file Bugs fixed * LaTeX: Longtable before header has incorrect distance (refs: latex3/latex2e#173) * LaTeX: Avoid section names at the end of a page * LaTeX: Do not replace unicode characters by LaTeX macros on unicode supported LaTeX engines: ¶, §, €, ∞, ±, →, ‣, –, superscript and subscript digits go through “as is” (as default OpenType font supports them) * linkcheck: Be defensive and handle newly defined HTTP error code * linkcheck: Failure on parsing content * image URLs containing data: causes gettext builder crashed * i18n: Error when compiling message catalogs on Hindi * i18n: KeyError is raised if section title and table title are same * i18n: rst_prolog breaks the translation * mathbase: Some deprecated functions have removed * autodoc: mock object does not work as a class decorator * epub: Wrong internal href fragment links * Allow not to install sphinx.testing as runtime (mainly for ALT Linux) * html: search result was broken with empty html_file_suffix * LaTeX does not wrap long code lines at backslash character * LaTeX: PDF build breaks if admonition of danger type contains code-block long enough not to fit on one page * LaTeX: code-block in a danger type admonition can easily spill over bottom of page * texinfo: Code examples broken following “sidebar” * An orphan warning is emitted for included document on Windows. Thanks to @drillan * Fix smartypants module calls re.sub() with wrong options * HTML search: If a search term is partially matched in the title and fully matched in a text paragraph on the same page, the search does not include this match. * config.py shouldn’t pop extensions from overrides * text: extra spaces are inserted to hyphenated words on folding lines * LaTeX: xelatex converts straight double quotes into right curly ones (shows when smartquotes is False) * LaTeX: even with smartquotes off, PDF output transforms straight quotes and consecutive hyphens into curly quotes and dashes * LaTeX: multi-line display of authors on title page has ragged edges * Sphinx crashes with docutils-0.16b0 * sphinx-build: A console message is wrongly highlighted * sphinx-build: -D option does not considers 0 and 1 as a boolean value
2019-12-31doc/TODO: + msgpack-3.2.1leot1-1/+2
2019-12-31(emulators/x16-rom) Fix build, by adding bash for USE_TOOLSmef1-2/+2
2019-12-31Updated devel/py-xdis, lang/py-uncompyle6adam1-1/+3
2019-12-31py-uncompyle6: updated to 3.6.1adam3-11/+12
3.6.1: Overall, as in the past, the focus has been on just fixing bugs, more geared in the later 3.x range. Handling "async for/with" in 3.8+ works better. Numerous bugs around handling lambda with keyword-only and * args in the 3.0-3.8 have been fixed. However many still remain. binary_expr and unary_expr have been renamed to bin_op and unary_op to better correspond the Python AST names. Some work was done Python 3.7+ to handle and better; less was done along the lines of handling or. Much more is needed to improve parsing stability of 3.7+. More of what was done with and needs to be done with or and this will happen first in the "decompyle3" project. Later this will probably be extended backwards to handle the 3.6- versions better. This however comes with a big decompilation speed penalty. When we redo control flow this should go back to normal, but for now, accuracy is more important than speed. Another assert transform rule was added. Parser rules to distingish try/finally in 3.8 were added and we are more stringent about what can be turned into an assert. There was some grammar cleanup here too. A number of small bugs were fixed, and some administrative changes to make make check-short really be short, but check more throughly what it checks. minimum xdis version needed was bumped to include in the newer 3.6-3.9 releases. See the ChangeLog for details.
2019-12-31py-xdis: updated to 4.2.2adam2-7/+7
4.2.2: Add Python versions: 3.6.10, 3.7.6. 3.8.1, Update 3.9-dev to 3.9.0alpha2 Add interpolation of FUNCTION_CALL_{KW,EX} argument for 3.7-3.9 Better output of complex type values 4.2.1: Correct and clean up compiler flags. Add 3.5+ ITERABLE_COROUTINE and 3.6+ ASYNC_GENERATOR. Clean up PYPY 3.6 flags and opcodes Many thanks again to Arman Rigo. Split PYPY specfic compiler-specific flags into its own thing.
2019-12-31(graphics/opencv-contrib-face) regen distinfomef1-2/+3
2019-12-31(net/py-ifaddr) revert wrong change on Makefilemef1-3/+1