summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-11py-whitenoise: updated to 4.1adam4-12/+13
v4.1: Silenced spurious warning about missing directories when in development (i.e “autorefresh”) mode. Support supplying paths as Pathlib instances, rather than just strings. Add a new CompressedStaticFilesStorage backend to support applying compression without applying Django’s hash-versioning process. Documentation improvements.
2018-10-11py-pyphen: updated to 0.9.5adam3-11/+10
0.9.5: Update Bulgarian and Spanish dictionaries, add Indonesian
2018-10-11Updated textproc/py-jsonpickle, finance/py-braintreeadam1-1/+3
2018-10-11py-braintree: updated to 3.49.0adam3-8/+14
3.49.0 Add new field network_transaction_id in transaction response. Add external_vault option to transaction sale. Add LocalPaymentCompleted webhook.
2018-10-11py-jsonpickle: updated to 1.0adam3-8/+11
Version 1.0: NOTE jsonpickle no longer supports Python2.6, or Python3 < 3.4. The officially supported Python versions are now 2.7 and 3.4+. Improved Pandas and Numpy support. Improved support for pickling iterators. Better support for the stdlib json module when simplejson is not installed. jsonpickle will now output python3-style module names when pickling builtins methods or functions. jsonpickle will always flatten primitives, even when max_depth is reached, which avoids encoding unicode strings into their u'string' representation. Nested classes are now supported on Python 3. Better support for older (pre-1.9) versions of numpy
2018-10-11Updated www/py-drf-nested-routers, www/py-websocket-clientadam1-1/+3
2018-10-11py-websocket-client: updated to 0.53.0adam4-11/+12
0.53.0: - on_open() missing 1 required positional argument: 'ws' 0.52.0: - fixed callback argument in _app.py - Fixing none compare bug in run_forever - Fix NoneType bug introduced by 386 fix 0.51.0: - revert "WebSocketApp class to make it inheritable" because of breaking the compatibily 0.50.0: - fixed pong before ping - pass proper arguments to method callbacks 0.49.0: - WebSocketApp class to make it inheritable - Add option to disable sending the Origin header - Websocket.close() meaning of "close status: XXXXX" - Enable multithreading protection with ping_interval - reset WebsocketApp.sock - websocket.enableTrace not working - AttributeError: 'module' object has no attribute 'NullHandler' - WebSocketBadStatusException "not enough arguments for format string" - handshake should deal with None in headers
2018-10-11py-drf-nested-routers: updated to 0.91adam3-10/+13
0.91: Unknown changes
2018-10-11Updated graphics/py-graphviz, time/py-icalendaradam1-1/+3
2018-10-11py-icalendar: updated to 4.0.3adam4-11/+12
4.0.3: Bug fixes: - Categories are comma separated not 1 per line. - mark test with mixed timezoneaware and naive datetimes as an expected failure.
2018-10-11py-graphviz: updated to 0.9adam2-7/+7
Version 0.9 ----------- Use sys.stderr to write stderr output from rendering process to stderr (instead of file descriptor inhertiance). Ensures stderr is passed in special enviroments such as IDLE. Suppress rendering process stdout in render(). Make quiet=True also suppress stderr on success of render() and pipe() (zero exit-status). Include stderr from rendering process in CalledProcessError exception.
2018-10-11Updated math/py-asteval, graphics/py-pygraphvizadam1-1/+3
2018-10-11py-pygraphviz: updated to 1.5adam3-8/+16
pygraphviz-1.5: Python 3.7 support
2018-10-11py-asteval: updated to 0.9.13adam2-7/+7
0.9.13: Bug fixes.
2018-10-11Updated security/easy-rsa, devel/libuvadam1-1/+3
2018-10-11libuv: updated to 1.23.2adam3-9/+8
Version 1.23.2 * unix: return 0 retrieving rss on cygwin * unix: initialize uv_interface_address_t.phys_addr * test: handle uv_os_setpriority() windows edge case * tty, win: fix read stop for raw mode * Revert "Revert "unix,fs: fix for potential partial reads/writes"" (Jameson * unix,readv: always permit partial reads to return * win,tty: fix uv_tty_close() * doc: remove extraneous "on" * unix,win: fix threadpool race condition * unix: rework thread barrier implementation * aix: switch to libuv's own thread barrier impl * unix: signal done to last thread barrier waiter * test: add uv_barrier_wait serial thread test * unix: optimize uv_fs_readlink() memory allocation * win: remove req.c and other cleanup * aix: don't EISDIR on read from directory fd
2018-10-11easy-rsa: updated to 3.0.5adam3-13/+15
3.0.5: Fix: use AES256 for CA key Also, don't use read -s, use stty -echo Fix broken "nopass" option Add -r to read to stop errors reported by shellcheck (and to behave) remove overzealous quotes around $pkcs_opts (more SC errors) Support for LibreSSL (now works on latest version of MacOS) EasyRSA version will be reported in certificate comments Client certificates now expire in 3 year (1080 days) by default
2018-10-11Fix for platform/Haiku.mk:12: Makefile lines should not start with space ↵adam1-2/+2
characters.
2018-10-11Updated emulators/mameadam1-1/+2
2018-10-11mame: updated to 0.202adam5-53/+125
0.202: MAMETesters Bugs Fixed ---------------------- - 05059: [Documentation] Some games have incorrect release year listed. (sjy96525) - 05881: [Documentation] (whitestar.cpp) rctycn and all clones: Incorrect descriptions. (sjy96525) - 05904: [Graphics] (sshangha.cpp) sshangha, sshanghaj: Sprite priority bug with the in-game message boxes. (David Haywood) - 06020: [Color/Palette] (sshangha.cpp) sshangha, sshanghab, sshanghaj: Black sprites in some cutscenes. (David Haywood) - 06258: [Graphics] (taitogn.cpp) usagi: Weird background color for score recap. (smf) - 06874: [Gameplay] (seattle.cpp) blitz: Hangs on a black screen if the power-on self test is enabled. (Ted Green) - 06967: [Crash/Freeze] (msx.cpp) canonv30f: [debug] Assertion Failed! m_entrymap.find(name) == m_entrymap.end() (Robbbert) - 06991: [Crash/Freeze] (model1.cpp) swa: Crash with access violation after a while. (AJR) - 06998: [Interface] Software lists title screenshot directories not working. (Robbbert) - 07021: [DIP/Input] (vtech2.cpp) laser500: Reset key is not mapped. (hap) - 07074: [Graphics] (skykid.cpp) drgnbstr: The title logo is not displayed correctly. (kunikuni) - 07076: [Graphics] (psikyo.cpp) tengaij, tengai and maybe more: [possible] Bad glitch graphic on some stages. (cam900) - 07081: [Crash/Freeze] (amstrad.cpp) cpc6128: Certain disks that work in older releases won't run. (AmatCoder) - 07085: [Crash/Freeze] (mcr.cpp) Most machines in mcr.cpp, mcr3.cpp: Calling member function with null this pointer. (Vas Crabb) - 07086: [Crash/Freeze] (r9751.cpp) r9751: [debug] Assertion Failed! Expression: m_functions.empty() (Osso) - 07087: [Crash/Freeze] (atari400.cpp) a400, a400pal, a800, a800pal: Object finders are not for resources created on start. (Vas Crabb) - 07089: [Crash/Freeze] Assorted machines: Attempting to bind callbacks to parent of root device. (Vas Crabb) - 07090: [Crash/Freeze] (astrocde.cpp) tenpindx: Invalid format string in output finder tag. (Vas Crabb) - 07091: [DIP/Input] (namcos2.cpp) sgunner2, sgunner2j: Coin inputs are not registered. (AJR) - 07092: [DIP/Input] (targeth.cpp) targeth, targeth10, targetha: Player 2 Y axis is broken, and X axis is inverted. (AJR) - 07096: [Crash/Freeze] (micro3d.cpp) All sets in micro3d.cpp: Hang during the boot process. (AJR) New working machines -------------------- Emma II trainer Pitapat Puzzle New working clones ------------------ 800 Fathoms (older) Acorn Electron (Trial) Botanic (English / Spanish, set 2) Chouji Meikyuu Legion (Japan ver 1.05, bootleg set 2) Defend the Terra Attack on the Red UFO (bootleg, set 2) Four Trax (Japan) Frogger (Video Dens, bootleg on Scramble hardware) Gals Panic 4 (Europe) Hard Head 2 (v2.0, Music Program v2.0) Lucky Ball 96 (Ver 3.01) Lucky Ball 96 (Ver 4.01) Mandanga (bootleg of Mandinga on Galaxian hardware, set 1) Mandanga (bootleg of Mandinga on Galaxian hardware, set 2) Meteorite (Proel bootleg of Asteroids) Midnight Landing (Japan) Midnight Run: Road Fighters 2 (JAD, Japan v1.10) Pac-Man (Video Dens, Spanish bootleg on Galaxian hardware) River Patrol (Japan, unprotected) Star Castle (cocktail) Tehkan World Cup (1986 year hack) The Simpsons (4 Players Asia) Toki no Senshi - Chrono Soldier (MC-8123, 317-0040) TouchDown Fever 2 (bootleg) Vendetta (World, 4 Players, ver. ?) WEC Le Mans 24 (v2.01) Machines promoted to working ---------------------------- Air Combat 22 (Rev. ACS1 Ver.B, Japan) Cart Fury Jugend+Technik CompJU+TEr Clones promoted to working -------------------------- Jugend+Technik CompJU+TEr (EMR-ES 1988) Jugend+Technik CompJU+TEr (ES 2.3) Jugend+Technik CompJU+TEr (ES 4.0) Lucky Ball 96 (Ver 3.50 - 616) Lucky Ball 96 (Ver 3.50 - 623) Lucky Ball 96 (Ver 3.50 - 626) Lucky Ball 96 (Ver 3.50 - 627) Stop Thief (Electronic Crime Scanner) (patent) New machines marked as NOT_WORKING ---------------------------------- Hazeltine 1420 Video Display Terminal Hazeltine 1552 Jongputer Lee Data 1214D Display Terminal MIPS Magnum R4000 (big) MIPS Magnum R4000 (little) Nvidia nForce PC (CRUSH11/12) Video 21 New clones marked as NOT_WORKING -------------------------------- Acorn Briefcase Communicator Acorn Communicator (Italian) Acorn Communicator (prototype) Diner (LF-2) French The House of the Dead (prototype) Wyse WY-75 New working software list additions ----------------------------------- c64_flop: Bill Budge: Pinball Construction Set, JingleDisk - Holiday Musical Story with Computer Animation camplynx_cass: Super Air Raid fmtowns_cd: Super Real Mahjong PII & PIII +, The Visitor Teito Taisen, Teitoku no Ketsudan II, Zoku Youjuu Senki - Suna no Mokushiroku fmtowns_flop: Daisenryaku III '90 Map Collection Vol. 1 ibm5150: 2630 Fourier Analyzer (Demo), Easy-PC Demonstrator for Printed Circuit Boards and Schematics, Mitt forsta ordbehandlingsprogram (Swe), Ranger 1 (Demo), The Great International Paper Airplane Construction Kit ibm5170: Heimdall, Heimdall 2: Into the Hall of Worlds interpro: Intergraph Mechanical Software uzebox: Babylon Tower, Bomber, Bugz, Fifteen Puzzle, Holey Moley, Joyrider New NOT_WORKING software list additions --------------------------------------- bbc_flop_6502: P-System bbcm_cart: Smart Cartridge
2018-10-10Fix build for Java 1.8.rjs2-1/+33
2018-10-10nqp done by metelik.maya1-2/+1
2018-10-10Livestreamer.maya1-1/+2
2018-10-10Remove livestreamer, superseded by streamlinkmaya5-452/+1
Livestreamer allows watching website streams. It hasn't been actively developed in a few years, and it doesn't handle stable APIs. It's likely it has very few remaining working websites. Superseded by streamlink, a fork of livestreamer under a different name which is very actively maintained and works for many of the popular websites. Announced on pkgsrc-users in 5/sep/2018: https://mail-index.netbsd.org/pkgsrc-users/2018/09/05/msg027401.html
2018-10-10doc: Updated x11/libX11 to 1.6.7wiz1-1/+2
2018-10-10libX11: update to 1.6.7.wiz2-7/+7
Bhavi Dhingra (1): XcmsLookupColor: fully initialize XColor structs passed to _XColor_to_XcmsRGB Matt Turner (1): libX11 1.6.7 Michel Dänzer (2): poll_for_response: Call poll_for_event again if xcb_poll_for_reply fails poll_for_event: Allow using xcb_poll_for_queued_event
2018-10-10doc: Updated x11/libSM to 1.2.3wiz1-1/+2
2018-10-10libSM: update to 1.2.3.wiz2-8/+7
Alan Coopersmith (1): Stop compiling empty sm_auth.c stub Emil Velikov (1): autogen.sh: use quoted string variables Fab (1): Fix callbacks signatures in libSM documentation Jon TURNEY (1): Include unistd.h for getpid() Matthieu Herrb (3): Fix uuid_to_string(3) type Get rid of strcpy() in the HAVE_UUID_CREATE case libSM 1.2.3 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Tobias Stoeckmann (1): Fixed out ouf boundary accesses.
2018-10-10go-tools and golint updatedbsiegert1-1/+3
2018-10-10Update golint to 20180702.bsiegert3-52/+14
No changelog from upstream. Stop installing the source code, only the binary is needed.
2018-10-10Update go-tools to 1.11.20181009.bsiegert3-44/+326
Still no proper versions. No changelog from upstream.
2018-10-10shells/zsh: Fix PLIST on Darwin with no /usr/includeminskim1-2/+3
2018-10-10doc: Updated devel/py-hyperscan to 0.0.2minskim1-1/+2
2018-10-10devel/py-hyperscan: Update to 0.0.2minskim2-8/+7
This version allows passing scratch as an argument to scan().
2018-10-10doc: Updated multimedia/adobe-flash-player to 31.0.0.122tsutsui1-1/+2
2018-10-10adobe-flash-player: update to 31.0.0.122.tsutsui2-11/+11
Upstream announcemnet: https://helpx.adobe.com/security/products/flash-player/apsb18-35.html Adobe Security Bulletin Security updates available for Flash Player | APSB18-35 Summary Adobe has released updates for Adobe Flash Player for Windows, macOS, Linux and Chrome OS. These updates address feature and performance bugs, and do not include security fixes.
2018-10-10Add missed buildlink3.mk (++joerg eagle eyes)abs1-0/+18
2018-10-10MesaLib18: adjust pthread stubs patch to ensure no OS picks it up, as wemaya3-9/+7
don't provide libpthread stubs. Note that the name is misleading, libpthread stubs refers to a library that only pulls in libpthread if a set of functions is not available as stubs as libc. It is only a pkgconfig file that answers the question "pull in libpthread? Y/N". Replace non-existent libpthread stubs buildlink3.mk with the pthread buildlink3.mk, we should be linking with libpthread for most (all?) OSes.
2018-10-10MesaLib18: remove workaround for pkgsrc GCC already fixed in GCC (upstreammaya1-9/+1
and in pkgsrc)
2018-10-10MesaLib: remove workaround for pkgsrc GCC already fixed in GCC (upstreammaya1-9/+1
and in pkgsrc)
2018-10-10Added devel/py-filelock; Updated devel/py-toxadam1-1/+3
2018-10-10py-tox: updated to 3.5.2adam3-9/+13
v3.5.2: Bugfixes - session packages are now put inside a numbered directory (instead of prefix numbering it, because pip fails when wheels are not named according to PEP-491 , and prefix numbering messes with this) Features - level three verbosity (-vvv) show the packaging output v3.5.1: Bugfixes - fix regression with 3.5.0: specifying --installpkg raises AttributeError: 'str' object has no attribute 'basename' v3.5.0: Bugfixes - intermittent failures with --parallel--safe-build, instead of mangling with the file paths now uses a lock to make the package build operation thread safe and is now on by default (--parallel--safe-build is now deprecated) Features - Added temp_dir folder configuration (defaults to {toxworkdir}/.tmp) that contains tox temporary files. Package builds now create a hard link (if possible, otherwise copy - notably in case of Windows Python 2.7) to the built file, and feed that file downstream (e.g. for pip to install it). The hard link is removed at the end of the run (what it points though is kept inside distdir). This ensures that a tox session operates on the same package it built, even if a parallel tox run builds another version. Note distdir will contain only the last built package in such cases.
2018-10-10py-filelock: added version 3.0.9adam5-1/+34
This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication.
2018-10-10Updated devel/py-async-timeout, devel/py-subprocess32adam1-1/+3
2018-10-10py-subprocess32: updated to 3.5.3adam2-9/+8
3.5.3: * Disallow rediculiously large numbers (millions) of arguments.
2018-10-10py-async-timeout: updated to 3.0.1adam2-7/+7
3.0.1: - More aggressive typing
2018-10-09doc: Updated pkgtools/pkglint to 5.6.5rillig1-1/+2
2018-10-09pkgtools/pkglint: update to 5.6.5rillig8-15/+96
Changes since 5.6.4: * GCC_REQD should only contain the major version. For GCC versions up to 4.x, this consists of the first two numbers, such as 4.8, while starting with the 5.x series, the major version is only the first number, such as 7.
2018-10-09Don't prefix commands by a shell prompt, so they're slightly easier to copy.maya1-6/+6
2018-10-09xsane: use a mirror, xsane.org is down.maya1-3/+4