- 24 Feb, 2021 23 commits
-
-
makc authored
JupyterLab extension for Jupyter/IPython widgets. WWW: https://pypi.python.org/pypi/jupyterlab-widgets
-
dch authored
Sponsored by: SkunkWerks, GmbH
-
madpilot authored
-
dch authored
Sponsored by: SkunkWerks, GmbH
-
dch authored
Submitted by: Uwe Trenkner <uwe@trenknerconsulting.com> Sponsored by: SkunkWerks, GmbH
-
ehaupt authored
PR: 253808 Requested by: Patrick McMunn <doctorwhoguy@gmail.com>
-
gerald authored
ALso back port part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel: Explicitly build --without-zstd such that archivers/zstd isn't pulled in inadvertedly when present in the build system even though it is not an explicit dependency. [1] PR: 253286 [1]
-
yuri authored
-
ohauer authored
-
fernape authored
PR: 253240 Submitted by: portmaster@bsdforge.com (maintainer) MFH: 2021Q
-
wen authored
-
nc authored
Changes: https://github.com/trizen/youtube-viewer/releases/tag/3.8.2
-
nc authored
Changes: https://github.com/JMoerman/Go-For-It/releases/tag/1.9.1
-
pkubaj authored
Changelog: - Added multi-threaded scanning support. - Added built-in Windows manual page (see `-m`/`--manual`); credit [Adam Russell](https://github.com/thecliguy). - Added version check for OpenSSH user enumeration (CVE-2018-15473). - Added deprecation note to host key types based on SHA-1. - Added extra warnings for SSHv1. - Added built-in hardened OpenSSH v8.5 policy. - Upgraded warnings to failures for host key types based on SHA-1. - Fixed crash when receiving unexpected response during host key test. - Fixed hang against older Cisco devices during host key test & gex test. - Fixed improper termination while scanning multiple targets when one target returns an error. - Dropped support for Python 3.5 (which reached EOL in Sept. 2020). - Added 1 new key exchange: `sntrup761x25519-sha512@openssh.com`.
-
dvl authored
NOTE: New Catalog format in version 11.0 and greater The upgrade process will require more or less twice the size of the actual database. see update_bacula_tables re https://www.bacula.org/bacula-release-11-0-1/ While here, update Bacula 9 conflicts.
-
nc authored
-
nc authored
-
nc authored
Also bump PORTEPOCH
-
wen authored
-
nc authored
-
dbaio authored
Take MAINTAINER'ship. Changelog: https://github.com/mquinson/po4a/blob/v0.63/NEWS Approved by: garga (maintainer) Differential Revision: https://reviews.freebsd.org/D28875
-
wen authored
PR: 252398 Submitted by: jjachuf@gmail.com(maintainer)
-
nc authored
Also add support for 14.x releases. Differential Revision: https://reviews.freebsd.org/D28908
-
- 23 Feb, 2021 17 commits
-
-
wen authored
-
adridg authored
There is an OPTION CPACK for CMake that enables a FreeBSD pkg(8) generator: after building anything CMake-based, `cpack -G FREEBSD` gives you a a ready-to-go installable package. Well, assuming you turn the option on, and the bugs in the generator are fixed. Which this patch does. I've tried it with supertux2 and some other bits and pieces and the patch is in a MR upstream.
-
nc authored
-
lwhsu authored
PR: 253735 Submitted by: Olga Smirnova <mistresssilvara@hotmail.com> MFH: 2021Q1
-
dmgk authored
Changes: https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md PR: 253805 Submitted by: jbeich
-
rhurlin authored
Changelog: https://github.com/restic/restic/releases/tag/v0.12.0 PR: 253772 Submitted by: Greg Fitzgerald <gregf@beastie.tech> (maintainer)
-
adridg authored
This follows up changes to qt-dist.mk, and builds a new qt5-core. The new package will get a new pkg install and deinstall script which will clean up existing qconfig-modules which may have gathered hundreds of update lines over the years of Qt5.
-
adridg authored
Qt5 packages *together* manage a header file qconfig-modules.h which `#includes` other headers. A given Qt5 package may get a line in there, or it might not: that depends on package settings. On installing a package, add the line (if needed), on deinstall, remove the line (if it was there). There's a tricky case, too: upgrading a package that *had* a line, but no longer has one. That behaves like deinstall. Previously we used @postexec and @postunexec lines, but these were fragile in their own special way. See the linked PRs for examples -- or tcberner's comment that his qconfig-modules.h file *was* a screenful, and is now much shorter (and alphabetical, too!) An additional complication comes from needing to update qtchooser, *if* it is installed and *if* the package needs it. There was another set of @postexec lines for that. Migrate all the update logic to a shell script (there already was one for deinstall, now make it do triple-duty). From the template file, `pkg-change.in`, we generate a pkg-install and a pkg-deinstall script that does the right thing. PR: 253356 253360 Reported by: Nimaje on IRC Reviewed by: tcberner
-
krion authored
Submitted by: maintainer
-
cmt authored
between shiboken2's build system picking the highest versioned llvm-config available and pkg registering a dependency on the highest versioned libclang.so available, we need to - pass the correct llvm-config via cmake variable and not via environment, as the environment variable is not used by shiboken's build system - specify the dependency on libclang.so with it's version number; and to avoid breaking (or requiring manual intervention) with the next LLVM_DEFAULT switch, extract that version number from LLVM_DEFAULT in a way that should be working for llvm versions from 6 to 59 (unless we choose to change our llvm port naming scheme), which seems to give us some safety margin. PR: 253749 Approved by: lbartoletti (kde@)
-
-
yuri authored
-
arrowd authored
Reported by: portscout!
-
lcook authored
Changes: https://github.com/Byron/dua-cli/blob/v2.11.1/CHANGELOG.md Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D28902
-
osa authored
cc -std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -MMD -o lzf_c.o -c lzf_c.c zmalloc.c:59:5: error: function-like macro 'sizeof' is not defined #if PREFIX_SIZE > 0 ^ zmalloc.c:55:22: note: expanded from macro 'PREFIX_SIZE' #define PREFIX_SIZE (sizeof(size_t)) ^ 1 error generated. gmake[3]: *** [Makefile:339: zmalloc.o] Error 1 Do not bump PORTREVISION because these have no successful builds. Reported by: many
-
lcook authored
Changes: https://github.com/cli/cli/releases/tag/v1.6.2 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D28891
-
jrm authored
https://github.com/digitalocean/doctl/releases/tag/v1.57.0 Sponsored by: DigitalOcean (VM credit)
-