Commit graph

312819 commits

Author SHA1 Message Date
tnn
5cf329efe8 upx: update to 3.96
Changes in 3.96 (23 Jan 2020):
  * bug fixes - see https://github.com/upx/upx/milestone/5

Changes in 3.95 (26 Aug 2018):
  * Flag --android-shlib to work around bad design in Android
  * Flag --force-pie when ET_DYN main program is not marked as DF_1_PIE
  * Better compatibility with varying layout of address space on Linux
  * Support for 4 PT_LOAD layout in ELF generated by binutils-2.31
  * bug fixes, particularly better diagnosis of malformed input
  * bug fixes - see https://github.com/upx/upx/milestone/4

Changes in 3.94 (12 May 2017):
  * Add support for arm64-linux (aka "aarch64").
  * Add support for --lzma compression on 64-bit PowerPC (Thierry Fauck).
  * For Mach, "upx -d" will unpack a prefix of the file (and warn).
  * Various improvements to the ELF formats.
  * bug fixes - see https://github.com/upx/upx/milestone/3

Changes in 3.93 (29 Jan 2017):
  * Fixed some win32/pe and win64/pe regressions introduced in 3.92
  * bug fixes - see https://github.com/upx/upx/milestone/2

Changes in 3.92 (11 Dec 2016):
  * INFO: UPX has moved to GitHub - the new home page is https://upx.github.io
  * IMPORTANT: all PE formats: internal changes: reunited the diverged source
    files - please report all regressions into the bug tracker and try UPX 3.91
    in case of problems.
  * Support Apple MacOS 10.12 "Sierra", including more-robust de-compression.
  * Explicitly diagnose Go-language bad PT_LOAD; recommend hemfix.c.
    https://sourceforge.net/p/upx/bugs/195/   https://github.com/pwaller/goupx
  * Fix CERT-FI Case 829767 UPX command line tools segfaults.
    Received by UPX Team on 2015-May-08; originally reported
    by Codenomicon to NCSC-FI on 2015-01-08.
    The vulnerabilities were discovered by Joonas Kuorilehto and
    Antti Häyrynen from Codenomicon.
  * bug fixes - see https://github.com/upx/upx/milestone/1
2020-03-10 12:22:04 +00:00
adam
df53919911 Updated devel/yarn 2020-03-10 09:15:05 +00:00
adam
5176534558 yarn: updated to 1.22.4
1.22.1
Prevents yarn-path from exiting before its child exited
Generates relative paths when calling yarn set version
Throws an exception when the .yarnrc.yml file is invalid yaml
2020-03-10 09:14:31 +00:00
adam
ca9676e706 Updated www/nginx-devel, devel/py-click 2020-03-10 08:25:52 +00:00
adam
e3272f0a0b py-click: updated to 7.1.1
Version 7.1.1
- Fix ClickException output going to stdout instead of stderr.

Version 7.1
- Fix PyPI package name, "click" is lowercase again.
- Fix link in unicode_literals error message.
- Add support for colored output on UNIX Jupyter notebooks.
- Operations that strip ANSI controls will strip the cursor hide/show
  sequences.
- Remove unused compat shim for bytes.
- Expand testing around termui, especially getchar on Windows.
- Fix output on Windows Python 2.7 built with MSVC 14.
- Fix OSError when running in MSYS2.
- Fix OSError when redirecting to NUL stream on Windows.
- Fix memory leak when parsing Unicode arguments on Windows.
- Fix error in new AppEngine environments.
- Always return one of the passed choices for click.Choice
- Add no_args_is_help option to click.Command, defaults to
  False
- Add show_defaults parameter to Context to enable showing
  defaults globally.
- Handle env MYPATH='' as though the option were not passed.
- It is once again possible to call next(bar) on an active
  progress bar instance.
- open_file with atomic=True retains permissions of existing
  files and respects the current umask for new files.
- When using the test CliRunner with mix_stderr=False, if
  result.stderr is empty it will not raise a ValueError.
- Remove the unused mix_stderr parameter from
  CliRunner.invoke.
- Fix TypeError raised when using bool flags and specifying
  type=bool.
- Newlines in option help text are replaced with spaces before
  re-wrapping to avoid uneven line breaks.
- MissingParameter exceptions are printable in the Python
  interpreter.
- Fix how default values for file-type options are shown during
  prompts.
- Fix environment variable automatic generation for commands
  containing -.
- Option help text replaces newlines with spaces when rewrapping, but
  preserves paragraph breaks, fixing multiline formatting.
- Option help text that is wrapped adds an extra newline at the end to
  distinguish it from the next option.
- Consider sensible-editor when determining the editor to use for
  click.edit().
- Arguments to system calls such as the executable path passed to
  click.edit can contains spaces.
- Add ZSH completion autoloading and error handling.
- Add a repr to Command, Group, Option, and Argument,
  showing the name for friendlier debugging.
- Completion doesn't consider option names if a value starts with
  - after the -- separator.
- ZSH completion escapes special characters in values.
- Add completion support for Fish shell.
- Decoding bytes option values falls back to UTF-8 in more cases.
- Make the warning about old 2-arg parameter callbacks a deprecation
  warning, to be removed in 8.0. This has been a warning since Click
  2.0.
2020-03-10 08:25:35 +00:00
adam
ed9702bc4e nginx-devel: updated to 1.17.9
Changes with nginx 1.17.9

*) Change: now nginx does not allow several "Host" request header lines.
*) Bugfix: nginx ignored additional "Transfer-Encoding" request header
   lines.
*) Bugfix: socket leak when using HTTP/2.
*) Bugfix: a segmentation fault might occur in a worker process if OCSP
   stapling was used.
*) Bugfix: in the ngx_http_mp4_module.
*) Bugfix: nginx used status code 494 instead of 400 if errors with code
   494 were redirected with the "error_page" directive.
*) Bugfix: socket leak when using subrequests in the njs module and the
   "aio" directive.


Changes with nginx 1.17.8

*) Feature: variables support in the "grpc_pass" directive.
*) Bugfix: a timeout might occur while handling pipelined requests in an
   SSL connection; the bug had appeared in 1.17.5.
*) Bugfix: in the "debug_points" directive when using HTTP/2.
2020-03-10 08:21:34 +00:00
adam
1bba43865f nginx: added geoip option; behave correctly with "make mdi" 2020-03-10 08:20:31 +00:00
adam
2a22ffb017 Updated www/py-hstspreload, www/py-httpx 2020-03-10 07:36:33 +00:00
adam
2e4a64fb99 py-httpx: updated to 0.12.0
0.12.0:

The 0.12 release tightens up the API expectations for httpx by switching to private module names to enforce better clarity around public API.

All imports of httpx should import from the top-level package only, such as from httpx import Request, rather than importing from privately namespaced modules such as from httpx._models import Request.

Added
Support making response body available to auth classes with .requires_response_body.
Export NetworkError exception.
Add support for NO_PROXY environment variable.

Changed
Switched to private module names.
Drop redirect looping detection and the RedirectLoop exception, instead using TooManyRedirects.
Drop backend=... parameter on AsyncClient, in favour of always autodetecting trio/asyncio.

Fixed
Support basic auth credentials in proxy URLs.
Fix httpx.Proxy(url, mode="FORWARD_ONLY") configuration.
Fallback to setting headers as UTF-8 if no encoding is specified.
Close proxy dispatches classes on client close.
Support custom cert parameters even if verify=False.
Don't support invalid dict-of-dicts form data in data=....
2020-03-10 07:36:16 +00:00
adam
00b8b94155 py-hstspreload: updated to 2020.3.4
2020.3.4:
Sync with Chromium repo.
2020-03-10 07:35:09 +00:00
gutteridge
2de368bb2d doc: Updated x11/xfce4-clipman-plugin to 1.4.4 2020-03-10 04:20:17 +00:00
gutteridge
be6d955869 xfce4-clipman-plugin: update to 1.4.4
Change log:

1.4.4
======
- settings: Improve layout
- settings: Drop some GtkStock items
- Update support URLs from goodies to docs.xfce.org (Bug #16141)
- Drop deprecated Gtk style properties
- Also show desktop file in Cinnamon (Bug #14058)
- Fix getting modifier in gsd-clipboard-manager (Bug #14642)
- Fix typo
- Translation Updates:
  Albanian, Armenian (Armenia), Belarusian, Catalan, Chinese (China),
  Czech, Danish, Finnish, French, Galician, Hebrew, Icelandic, Italian,
  Kazakh, Norwegian Bokmål, Polish, Portuguese, Slovak, Slovenian,
  Spanish, Turkish, Ukrainian
2020-03-10 04:20:04 +00:00
tnn
789aec9d3f don't hardcode version 2020-03-09 23:22:59 +00:00
tnn
8710578454 relax dependency patterns 2020-03-09 23:21:19 +00:00
fcambus
2ed87748f4 doc: Added net/p5-GeoIP2 version 2.006002 2020-03-09 21:48:48 +00:00
fcambus
ec3f6556ac Add p5-GeoIP2. 2020-03-09 21:48:20 +00:00
fcambus
073ff8c27d net/p5-GeoIP2: import p5-GeoIP2 2.006002.
This module provides an API for the GeoIP2 web services and databases.
The API also works with the free GeoLite2 databases.

See GeoIP2::WebService::Client for details on the web service client API
and GeoIP2::Database::Reader for the database API.
2020-03-09 21:47:15 +00:00
khorben
b7ab975f84 prosody: remove requirement for gmake to build
While there, install two modules which were missing in the patched
Makefile; bumps PKGREVISION.

No other changes intended.
2020-03-09 19:37:20 +00:00
khorben
53dbbbd517 prosody: fix the build with an alternative LOCALBASE 2020-03-09 19:00:12 +00:00
adam
4291e92201 Updated textproc/py-pygments, textproc/py-sphinx 2020-03-09 18:39:37 +00:00
adam
5921f41494 py-sphinx: updated to 2.4.4
Release 2.4.4:
Bugs fixed
* LaTeX: platex cause error to build image directive with target url
* Sphinx builds has been slower since 2.4.0
2020-03-09 18:38:59 +00:00
adam
93626de8c9 py-pygments: updated to 2.5.2
Version 2.5.2

Fix incompatibility with some setuptools versions
Fix lexing of ReST field lists
Fix lexing of Matlab keywords as field names
Recognize double-quoted strings in Matlab
Avoid slow backtracking in Vim lexer
Fix Scala highlighting of types
Highlight field lists more consistently in ReST
Fix highlighting Matlab keywords in field names
Recognize Matlab double quoted strings
Add some Terraform keywords
Update Modelica lexer to 3.4
Update Crystal examples


Version 2.5.1

This release fixes a packaging issue. No functional changes.


Version 2.5.0

Added lexers:

Email
Erlang, Elixir shells
Notmuch
Scdoc
Solidity
Zeek (new name for Bro)
Zig

Updated lexers:

Apache2 Configuration
Bash sessions
CSound
Dart
Dockerfile
Emacs Lisp
Handlebars
Java
Logtalk
Matlab
Praat
Python3
Ruby
YAML
Velocity

Added styles:

Inkpot

The PythonLexer class is now an alias for the former Python3Lexer. The old PythonLexer is available as Python2Lexer. Same change has been done for the PythonTracebackLexer. The python3 option for the PythonConsoleLexer is now true by default.
Bump NasmLexer priority over TasmLexer for .asm files
Default font in the ImageFormatter has been updated
Test suite switched to py.test, removed nose dependency
Reduce TeraTerm lexer score – it used to match nearly all languages
Treat Skylark/Starlark files as Python files
Image formatter: actually respect line_number_separator option
Add LICENSE file to wheel builds
Agda: fix lambda highlighting
Dart: support @ annotations
Dockerfile: accept FROM ... AS syntax
Emacs Lisp: add more string functions
GAS: accept registers in directive arguments
Java: make structural punctuation (braces, parens, colon, comma) Punctuation, not Operator
Java: support var contextual keyword
Matlab: Fix recognition of function keyword
Python: recognize .jy filenames
Python: recognize f string prefix
Ruby: support squiggly heredocs
Shell sessions: recognize Virtualenv prompt
Velocity: support silent reference syntax
2020-03-09 18:34:23 +00:00
adam
50db93baf4 Updated multimedia/mkvtoolnix 2020-03-09 17:36:43 +00:00
adam
ed1e8d88ac mkvtoolnix: updated to 44.0.0
Version 44.0.0 "Domino"

New features and enhancements
* MKVToolNix GUI: header editor: the attachments can now be reordered via drag
  & drop.

Bug fixes
* mkvmerge: Matroska reader: when encountering certain errors in the track
  headers such as the codec ID not being present mkvmerge will simply skip
  those tracks instead of exiting with an error.
* MKVToolNix GUI: multiplexer: the "ask before overwriting" functionality did
  not look for the correct file names when splitting was active.
2020-03-09 17:36:04 +00:00
fcambus
3b373e058c doc: Added net/dbip-city-lite version 2020.03 2020-03-09 12:26:49 +00:00
fcambus
e82921c3b1 Add dbip-city-lite. 2020-03-09 12:26:31 +00:00
fcambus
a07b13220b net/dbip-city-lite: import dbip-city-lite 2020-03.
The free DB-IP IP to City Lite database is a subset of the IP to Location
database with reduced coverage and accuracy distributed under the Creative
Commons Attribution License.
2020-03-09 12:25:56 +00:00
fcambus
665eae67ca doc: Added net/dbip-country-lite version 2020.03 2020-03-09 12:24:24 +00:00
fcambus
ef8fcd1f3c Add dbip-country-lite. 2020-03-09 12:23:31 +00:00
fcambus
8ea7e8a76a net/dbip-country-lite: import dbip-country-lite 2020-03.
The free DB-IP IP to Country Lite database is a subset of the IP to Country
database with reduced coverage and accuracy distributed under the Creative
Commons Attribution License.
2020-03-09 12:22:10 +00:00
nia
2852b8094d doc: Updated www/gitea to 1.11.2 2020-03-09 11:07:53 +00:00
nia
fc874a50fb gitea: Update to 1.11.2
## [1.11.2](https://github.com/go-gitea/gitea/releases/tag/v1.11.2) - 2020-03-06

* BREAKING
  * Various fixes in login sources (#10428) (#10429)
* SECURITY
  * Ensure only own addresses are updated (#10397) (#10399)
  * Logout POST action (#10582) (#10585)
  * Org action fixes and form cleanup (#10512) (#10514)
  * Change action GETs to POST (#10462) (#10464)
  * Fix admin notices (#10480) (#10483)
  * Change admin dashboard to POST (#10465) (#10466)
  * Update markbates/goth (#10444) (#10445)
  * Update crypto vendors (#10385) (#10398)
* BUGFIXES
  * Allow users with write permissions to modify issue descriptions and comments. (#10623) (#10626)
  * Handle deleted base branch in PR (#10618) (#10619)
  * Delete dependencies when deleting a repository (#10608) (#10616)
  * Ensure executable bit is kept on the web editor (#10607) (#10614)
  * Update mergebase in pr checker (#10586) (#10605)
  * Fix release attachments being deleted while upgrading (#10572) (#10573)
  * Fix redirection path if Slack webhook channel is invalid (#10566)
  * Fix head.tmpl og:image picture location (#10531) (#10556)
  * Fix 404 after activating secondary email (#10547) (#10553)
  * Show Signer in commit lists and add basic trust (#10425 & #10511) (#10524)
  * Fix potential bugs (#10513) (#10518)
  * Use \[:space:\] instead of \\s (#10508) (#10509)
  * Avoid mailing users that have explicitly unwatched an issue (#10475) (#10500)
  * Handle push rejection message in Merge & Web Editor (#10373) (#10497)
  * Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493)
  * Fix double PR notification from API (#10482) (#10486)
  * Show the username as a fallback on feeds if full name is blank (#10461)
  * Trigger webhooks on issue label-change via API too (#10421) (#10439)
  * Fix git reference type in webhooks (#10427) (#10432)
  * Prevent panic on merge to PR (#10403) (#10408)
  * Fix wrong num closed issues on repository when close issue via commit… (#10364) (#10380)
  * Reading pull attachments should depend on read UnitTypePullRequests (#10346) (#10354)
  * Set max-width on review-box comment box (#10348) (#10353)
  * Prevent nil pointer in GetPullRequestCommitStatusState (#10342) (#10344)
  * Fix protected branch status check settings (#10341) (#10343)
  * Truncate long commit message header (#10301) (#10319)
  * Set the initial commit status to Success otherwise it will always be Pending (#10317) (#10318)
  * Don't manually replace whitespace during render (#10291) (#10315)
* ENHANCEMENT
  * Admin page for managing user e-mail activation (#10557) (#10579)
2020-03-09 11:06:16 +00:00
nia
c7014ca9a4 doc: Updated games/devilutionx to 1.0.1 2020-03-09 10:54:35 +00:00
nia
e8babfb3bd devilutionx: Update to 1.0.1
## DevilutionX 1.0.1
### Features
- Toggle fullscreen at any point by hitting alt+enter (mouse grab can be disabled in diablo.ini)
- Controller: B button closes the currently active panel.
- Added a navigation menu for controllers
- Focus on the exit item before quitting.
- Minor performance improvements (save/load time and main menu).
- Add a list of [known mods](https://github.com/diasurgical/devilutionX/blob/master/docs/mods.md)

### Platforms
- Added support for 32bit PowerPc
- Added support for Amiga
- Added support Clockwork PI GameShell
- Added support for GKD350h
- Switch to OPK for RetroFW (requires 2.0)
- Update OpendDingus/RetroFW build root

### Bugfixes
- Game crashing on systems that do not report monitor refresh rate.
- Fixed belt not working correctly when holding shift on us keyboard layouts
- Always keep track of the latest hero level when selecting difficulty.
- Correct screenshot path
- Turn the screen red for 200ms when taking screenshots.
- Fix town load screen missing on the first load.
- Fix minor HOM issue at some houses in town.
- Allow for space as text input
- Fixed a couple of typos in error messages

### Original Diablo bugs
- Fix belt not working correctly when holding shift on *non-*us keyboard layouts
- Fix one more rare crash.
2020-03-09 10:53:22 +00:00
wiz
222ace775a ncurses: annotate patches with upstream solution in next release 2020-03-09 06:16:13 +00:00
wiz
df24100130 ncurses: replace patch (chunk) with configure flag 2020-03-09 06:11:55 +00:00
taca
c0acc4e29c doc: Updated archivers/ruby-zip to 1.3.0 2020-03-09 00:36:55 +00:00
taca
043f3b38a6 archivers/ruby-zip: updateo to 1.3.0
Update ruby-zip to 1.3.0, latest 1.x release.


1.3.0 (2019-09-25)

Security

* Add validate_entry_sizes option so that callers can trust an entry's
  reported size when using extract #403

	o This option defaults to false for backward compatibility in this
	  release, but you are strongly encouraged to set it to true. It
	  will default to true in rubyzip 2.0.

New Feature

* Add add_stored method to simplify adding entries without compression #366

Tooling / Documentation

* Add more gem metadata links #402


1.2.4 (2019-09-06)

* Do not rewrite zip files opened with open_buffer that have not changed #360

Tooling / Documentation

* Update example_recursive.rb in README #397
* Hold CI at trusty for now, automatically pick the latest ruby patch
  version, use rbx-4 and hold jruby at 9.1 #399
2020-03-09 00:36:23 +00:00
rillig
a8d5c2c203 lang/gcc9: drop maintainership
Everyone is free again to modify this package to their needs, such as
having an auto-generated PLIST or custom patches from the previous GCC
versions.
2020-03-08 23:52:54 +00:00
brook
c1ddf753ba Add full path to installed library names on Darwin. 2020-03-08 20:55:17 +00:00
brook
d74dc4e861 Explicitly include bsd.prefs.mk before using ${OPSYS}. 2020-03-08 20:50:57 +00:00
bsiegert
36fdf14aa5 doc: Updated lang/rakudo to 2020.02.1 2020-03-08 19:48:05 +00:00
bsiegert
98a782ea79 Update rakudo to 2020.02.1.
Upstream changelog is very long, but the language has been renamed from
Perl 6 to Raku, so bin/raku is now the main interpreter binary.
2020-03-08 19:47:47 +00:00
maya
93a8483f1e doc: Updated x11/xf86-video-ati to 19.1.0nb1 2020-03-08 18:31:23 +00:00
maya
829415faa2 xf86-video-ati: backport upstream commits (not in a release yet) to fix
crash with options NoAccel.

Bump PKGREVISION

From Onno van der Linden in xsrc/55059.
2020-03-08 18:30:53 +00:00
bsiegert
1be7f86474 doc: Updated lang/nqp to 2020.02.1 2020-03-08 18:23:00 +00:00
bsiegert
94ec9f3643 Update nqp to 2020.02.1.
No changelog from upstream.
2020-03-08 18:22:44 +00:00
wiz
1561ea4b6c doc: Updated pkgtools/revbump to 2.15 2020-03-08 17:06:24 +00:00
wiz
8f80abc5f2 revbump: 2.15: update check-cvs-diff for current ruby and python versions. 2020-03-08 17:06:16 +00:00
wiz
6aea888acc *: Comment cleanup 2020-03-08 16:57:19 +00:00