Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
distinfo and patches paths must be absolute
|
|
|
|
|
|
Changes since 20.1.6:
Versioned Python dependencies may end with :test or :tool, as the code in
lang/python/versioned_dependencies.mk says.
|
|
|
|
bump pkgrevision
|
|
|
|
|
|
Like the rest of the llvm packages.
Remove now unneeded patch.
|
|
|
|
|
|
Dumb package that selects and installs a binary rust distribution
based on its guess of your platform (FreeBSD, NetBSD, Linux x86_64 are
all supported). These binaries are the official ones provided by
rust upstream and are the same as those provided by the `rustup` tool.
You can choose to use a binary rust distribution by setting:
RUST_TYPE=bin in mk.conf
(or source distribution with RUST_TYPE=src).
Currently, RUST_TYPE=bin by default ONLY for NetBSD-x86_64. This is
because TNF has been shown to _repeatedly_ be unable and _unwilling_ to
ensure that rust-dependent packages build properly on their
infrastructure, and NetBSD users are all suffering for it.
This was based on minskim's work in pkgsrc-wip.
It was tested by building librsvg and firefox-esr with the resulting
binaries.
|
|
installed, anyway, resulting in a PLIST error.
ldb's snazzy little build system has no official configuration option
for this, so we reach in and flick the switch by hand.
|
|
|
|
|
|
CMake Language Server Protocol implementation.
|
|
|
|
|
|
pygls (pronounced like "pie glass") is a pythonic generic implementation
of the Language Server Protocol for use as a foundation for writing
language servers using Python (e.g. Python, XML, etc.). It allows
you to write your own language server in just a few lines of code.
|
|
www/ruby-padrino-support
www/ruby-padrino-helpers
www/ruby-padrino-core
www/ruby-padrino-admin
www/ruby-padrino-cache
www/ruby-padrino-gen
www/ruby-padrino-mailer
www/ruby-padrino
|
|
Update ruby-padrino-mailer to 0.15.0.
* No change except version.
|
|
Fix accidential typo.
|
|
Update ruby-padrino-gen to 0.15.0.
pkgsrc change:
* update dependency to ruby-bundler.
* Remove obsolete rubyforge_project from gemspec.
|
|
Update ruby-padrino-cache to 0.15.0.
pkgsrc change: update dependency to ruby-moneta.
* Remove obsolete rubyforge_project from gemspec.
|
|
Update ruby-padrino-admin to 0.15.0.
* Remove obsolete rubyforge_project from gemspec.
|
|
Update ruby-padrino-core to 0.15.0.
0.15.0 (2020-05-14)
* FIX #2205 Relax bundler version and get tests passing (@rogerhu, @yb66)
|
|
Update ruby-padrino-helpers to 0.15.0.
* Remove obsolete rubyforge_project from gemspec.
|
|
Update ruby-padrino-support to 0.15.0.
* Remove obsolete rubyforge_project from gemspec.
|
|
Start ruby-padrino and related packages to 0.15.0.
|
|
|
|
mail/dovecot2
mail/dovecot2-gssapi
mail/dovecot2-ldap
mail/dovecot2-mysql
mail/dovecot2-pgsql
mail/dovecot2-sqlite
|
|
upstream changes:
-----------------
Postfix versions 3.5.2, 3.4.12, 3.2.10, 3.2.15:
* A TLS error for a database client caused a false 'lost connection' error for an SMTP over TLS session in the same Postfix process. Reported by Alexander Vasarab, diagnosed by Viktor Dukhovni. This bug was introduced with Postfix 2.2.
* The same bug existed in the tlsproxy(8) daemon, where a TLS error for one TLS session could cause a false 'lost connection' error for a concurrent TLS session in the same process. This bug was introduced with Postfix 2.8.
* The Postfix build now disables DANE support on Linux systems with libc-musl, because libc-musl provides no indication whether DNS responses are authentic. This broke DANE support without a clear explanation.
* Due to implementation changes in the ICU library, some Postfix daemons reported file access errrors (U_FILE_ACCESS_ERROR) after chroot(). This was fixed by initializing the ICU library before making the chroot() call.
* Minor code changes to silence a compiler that special-cases string literals.
Postfix 3.5.2, 3.4.12:
* Segfault in the tlsproxy(8) client role when the server role was disabled. This typically happened on systems that do not receive mail, after configuring connection reuse for outbound SMTP over TLS.
* The date portion of the maillog_file_rotate_suffix default value used the minute (%M) instead of the month (%m). Reported by Larry Stone.
|
|
Update dovecot2 to 2.3.10.1.
v2.3.10.1 2020-05-18 Aki Tuomi <aki.tuomi@open-xchange.com>
- CVE-2020-10957: lmtp/submission: A client can crash the server by
sending a NOOP command with an invalid string parameter. This occurs
particularly for a parameter that doesn't start with a double quote.
This applies to all SMTP services, including submission-login, which
makes it possible to crash the submission service without
authentication.
- CVE-2020-10958: lmtp/submission: Sending many invalid or unknown
commands can cause the server to access freed memory, which can lead
to a server crash. This happens when the server closes the connection
with a "421 Too many invalid commands" error. The bad command limit
depends on the service (lmtp or submission) and varies between 10 to
20 bad commands.
- CVE-2020-10967: lmtp/submission: Issuing the RCPT command with an
address that has the empty quoted string as local-part causes the lmtp
service to crash.
|
|
|
|
SuperTux 0.6.2 (2020-05-14)
---------------------------
The SuperTux Team is excited to announce the availability of SuperTux 0.6.2. This release fixes a number of bugs that were reported after 0.6.1. It also features reworked graphics and levels.
Other changes include a power-up counter in the hud, new sprites for the door, a new tileset and several new badguys. But overall, this release is supossed to celebrate our anniversary (May 2000) with a little surprise Add-On, which can be found in the contrib levels!
Changes:
- A new worldmap, "Revenge In Redmond" celebrating SuperTux's 20th anniversary, which includes new enemies and sprites !!!
- New and improved backgrounds and sprites
- Improvements to many levels in the Icy Island and forest world
- Speed improvements for levels using a huge amount of lava tiles
- An issue causing the bridge in the forest world to not be shown in certain cases was fixed
|
|
|
|
|
|
A Python 2.7 and 3.5+ implementation of the Language Server Protocol.
|
|
|
|
|
|
A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0
protocol. This library has been pulled out of the Python Language
Server project.
Asynchronous request handling is supported using Python 3's
concurrent.futures module and the Python 2 concurrent.futures
backport.
|
|
|
|
|
|
Highlights:
- The console can now be used during menus
- The emblem hints and radar can now be used in Record Attack
- Continues can now be used infinitely in the vanilla game while using a save file; collecting tokens after obtaining all the emeralds rewards extra lives instead
- Added new laser effects for the Greenflower Zone 3 boss
- Many more features and fixes for modding purposes.
|
|
|
|
|