summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19regress/plus_build_version: the bug has been fixed in January 2020rillig1-2/+1
2020-05-19ldb: pkgsrc toolify previous (preferred sed may not be "sed")gutteridge1-3/+3
2020-05-18(editors/TeXmacs) fix WARNING: [subst.mk:init] Nothing changedmef1-6/+1
2020-05-18libixion: clean some pkglintwiz2-3/+5
2020-05-18libixion: use .CURDIRwiz1-3/+3
distinfo and patches paths must be absolute
2020-05-18irssi: remove random debug leftovermaya1-3/+1
2020-05-18doc: Updated pkgtools/pkglint to 20.1.7rillig1-1/+2
2020-05-18pkgtools/pkglint: update to 20.1.7rillig2-5/+8
Changes since 20.1.6: Versioned Python dependencies may end with :test or :tool, as the code in lang/python/versioned_dependencies.mk says.
2020-05-18doc: Updated chat/irssi to 1.2.2nb4maya1-1/+2
2020-05-18irssi: grab pull request from upstream fixing hangs with ctrl+spacemaya3-3/+24
bump pkgrevision
2020-05-18qemu: Remove no longer used prefix subst classleot1-7/+1
2020-05-18py-pygls: Sort PLISTleot1-20/+20
2020-05-18include-what-you-use: make it use c++14 and GCC 5wiz3-28/+4
Like the rest of the llvm packages. Remove now unneeded patch.
2020-05-18rust: if variables are supposed to be overridable, set them with ?=wiz1-3/+3
2020-05-18rust: Update COMMENTnia1-2/+2
2020-05-18lang: Add rust-bin.nia8-3/+259
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.
2020-05-18Unbreak building without ldap support - the library got built andhauke2-2/+10
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.
2020-05-18doc: Added lang/py-cmake-language-server version 0.1.1wiz1-1/+2
2020-05-18lang/Makefile: + py-cmake-language-serverwiz1-1/+2
2020-05-18lang/py-cmake-language-server: import py-cmake-language-server-0.1.1wiz6-0/+70
CMake Language Server Protocol implementation.
2020-05-18doc: Added lang/py-pygls version 0.9.0wiz1-1/+2
2020-05-18lang/Makefile: + py-pygls.wiz1-1/+2
2020-05-18lang/py-pygls: import py-pygls-0.9.0wiz5-0/+104
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.
2020-05-18doc: note update of ruby-padrino packages to 0.15.0taca1-1/+9
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
2020-05-18www/ruby-padrino-mailer: update to 0.15.0taca1-5/+5
Update ruby-padrino-mailer to 0.15.0. * No change except version.
2020-05-18www/ruby-padrino-gen: fix typotaca1-2/+2
Fix accidential typo.
2020-05-18www/ruby-padrino-gen: update to 0.15.0taca3-11/+9
Update ruby-padrino-gen to 0.15.0. pkgsrc change: * update dependency to ruby-bundler. * Remove obsolete rubyforge_project from gemspec.
2020-05-18www/ruby-padrino-cache: update to 0.15.0taca2-7/+7
Update ruby-padrino-cache to 0.15.0. pkgsrc change: update dependency to ruby-moneta. * Remove obsolete rubyforge_project from gemspec.
2020-05-18www/ruby-padrino-admin: update to 0.15.0taca1-5/+5
Update ruby-padrino-admin to 0.15.0. * Remove obsolete rubyforge_project from gemspec.
2020-05-18www/ruby-padrino-core: update to 0.15.0taca2-6/+11
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)
2020-05-18www/ruby-padrino-helpers: update to 0.15.0taca1-5/+5
Update ruby-padrino-helpers to 0.15.0. * Remove obsolete rubyforge_project from gemspec.
2020-05-18www/ruby-padrino-support: update to 0.15.0taca1-5/+5
Update ruby-padrino-support to 0.15.0. * Remove obsolete rubyforge_project from gemspec.
2020-05-18www/ruby-padrino: start update to 0.15.0taca1-2/+2
Start ruby-padrino and related packages to 0.15.0.
2020-05-18doc: Updated mail/postfix to 3.5.2triaxx1-1/+9
2020-05-18doc: note update of dovecot2 packages to 2.3.10.1taca1-1/+7
mail/dovecot2 mail/dovecot2-gssapi mail/dovecot2-ldap mail/dovecot2-mysql mail/dovecot2-pgsql mail/dovecot2-sqlite
2020-05-18postfix: update to 3.5.2triaxx2-7/+7
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.
2020-05-18mail/dovecot2: update to 2.3.10.1taca3-10/+9
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.
2020-05-18doc: Updated games/supertux to 0.6.2nia1-1/+2
2020-05-18supertux: Update to 0.6.2nia3-102/+288
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
2020-05-18doc: Added lang/py-python-language-server version 0.32.0wiz1-1/+2
2020-05-18lang/Makefile: + py-python-language-serverwiz1-4/+2
2020-05-18lang/py-python-language-server: import py-python-language-server-0.32.0wiz6-0/+173
A Python 2.7 and 3.5+ implementation of the Language Server Protocol.
2020-05-18doc: Added textproc/py-jsonrpc-server version 0.3.4wiz1-1/+2
2020-05-18textproc/Makefile: + py-jsonrpc-serverwiz1-1/+2
2020-05-18textproc/py-jsonrpc-server: import py-jsonrpc-server-0.3.4wiz5-0/+87
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.
2020-05-18py-lint: remove, quite similar to py-pylintwiz6-320/+1
2020-05-18doc: Updated games/srb2 to 2.2.4nia1-1/+2
2020-05-18srb2: Update to 2.2.4nia2-22/+25
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.
2020-05-18py-pylint: merge some improvements from py-lintwiz2-6/+3
2020-05-18doc: Added devel/py-test-benchmark version 3.2.3wiz1-1/+2