Commit Graph

28247 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 6286b5f208 Update to 1.7.0
Changes:	https://github.com/tomerfiliba/plumbum/releases
2021-02-17 18:09:32 +00:00
Sunpoet Po-Chuan Hsieh 16250727f7 Update to 1.6.7
Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=9937
2021-02-17 18:01:41 +00:00
Lewis Cook fac25a8552 sysutils/dua-cli: Update to 2.11.0
Changes:		https://github.com/Byron/dua-cli/blob/v2.11.0/CHANGELOG.md
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28729
2021-02-17 17:01:44 +00:00
Sean Bruno b9527b8809 sysutils/devcpu-data
- Update to Intel Microcode update 20210216
- https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20210216

Security:	yes
2021-02-17 15:10:58 +00:00
Kyle Evans 06c5005b27 sysutils/memtest86+: remove dependency on gcc48
This is one of three ports still explicitly dependent on lang/gcc48. The
problems that were preventing the upgrade were as follows:

- The __OUT*/__IN* macros in io.h were declaring the produced functions as
  extern, yielding multiple "definitions." They're inline asm, so just give
  them static linkage.

- reboot was declared inline with non-static linkage, thus leaving it in a
  weird state where it wasn't visible within the same CU or another CU.
  Drop the inline for now; if it really needs to be inlined, it can be
  moved into a header and declared `static inline`.

I made these changes, then discovered there's a 5.31b that's still in
testing. I checked the archive for that and was delighted to discover these
changes had already actually been made there, too, so let's consider this a
backport.

PR:		253303
Approved by:	avg (maintainer)
MFH:		2021Q1
2021-02-17 01:36:14 +00:00
Antoine Brodin 28e4396a8b Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: admin_passwd
>>> defined at main.c
>>>            main.o:(admin_passwd)
>>> defined at interface.c
>>>            interface.o:(.bss+0x60)

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 17:47:50 +00:00
Antoine Brodin 4bde2c9822 Mark BROKEN on FreeBSD 13 and 14
g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
        G_RAID5_LOGREQ(bp, "[done err:%d dat:%02x adr:%p]",
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./g_raid5.h:72:18: note: expanded from macro 'G_RAID5_LOGREQ'
                        g_print_bio(bp);                \
                        ~~~~~~~~~~~   ^
/usr/src/sys/geom/geom.h:347:6: note: 'g_print_bio' declared here
void g_print_bio(const char *prefix, const struct bio *bp, const char *fmtsuffix, ...) __printflike(3, 4);
     ^

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 17:45:00 +00:00
Cy Schubert a9776e5b5f Update to the latest cfengine commits on github. 2021-02-16 17:40:29 +00:00
Rick Macklem 7997d1d161 sysutils/nfs-over-tls: Fix build with OpenSSL without KTLS patches
The NFS over TLS daemons have been updated so that they will build
with versions of OpenSSL not patched for KTLS and all arches.
They also check for KTLS being enabled and just errx() if not.
The Makefile with the sources was also modified to not specify
root/wheel during install so that the build step works as any user.

The source version has been bumped to 1.1 to reflect the source
and Makefile changes.

Reviewed by:	lwhsu, loader, koobs
Approved by:	lwhsu (ports), koobs (ports)
MFH:		No (Port does not exist in quarterly)
Differential Revision:	https://reviews.freebsd.org/D28572
2021-02-16 14:50:46 +00:00
Adriaan de Groot b1a867be2d Update sysutils/plasma-pass to latest upstream release
This release now requires the OATH toolkit, for OTP (One Time Password)
handling. There are no release notes or announcement.
2021-02-16 10:34:52 +00:00
Cy Schubert 80237935b3 Fix CVE-2021-26937 for real: segfaults by displaying some UTF-8 characters
This is a recommit of r565281 fixing a typo in r565281, causing
a regression.

CVE-2021-26937 segfaults when displayingsome UTF-8 characters
described in
https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html.

PR:		253515
Reported by:	daniel.engberg.lists at pyret.net
Obtained from:	https://build.opensuse.org/request/show/871482
MFH:		2020Q1
Security:	CVE-2021-26937
2021-02-16 00:45:09 +00:00
Guido Falsi d6e221dc9e Update xfce4-cpugraph-plugin to 1.2.2 2021-02-15 19:36:28 +00:00
Cy Schubert facc12c31f Revert r565281. It breaks UTF-8.
Reported by:	Trond.Endrestol at ximalas.info
		Christos Chatzaras <chris at cretaforce.gr>
PR:		253515
2021-02-15 19:17:28 +00:00
Tobias C. Berner b99507411b Update KDE Frameworks to 5.79
Saturday, 13 February 2021

KDE today announces the release of KDE Frameworks 5.79.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of
commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Changelog and Announcement:
	https://kde.org/announcements/frameworks/5/5.79.0/

PR:		253484
Exp-run by:	antoine
2021-02-15 18:55:43 +00:00
Palle Girgensohn 3d2162132b Fix building/patching on FreeBSD-11.x 2021-02-15 08:16:58 +00:00
Palle Girgensohn c458fc7ebd Upgrade to 1.7.0
Release notes:	https://fluentbit.io/announcements/v1.7.0/
2021-02-15 08:08:13 +00:00
Cy Schubert 44b22afe11 Fix CVE-2021-26937: segfaults by displaying some UTF-8 characters
CVE-2021-26937 segfaults when displayingsome UTF-8 characters
described in
https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html.

PR:		253515
Reported by:	daniel.engberg.lists at pyret.net
Obtained from:	https://build.opensuse.org/request/show/871482
MFH:		2020Q1
Security:	CVE-2021-26937
2021-02-15 01:35:35 +00:00
Neel Chauhan 1385312c50 Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
 * lang/gnustep-base: Update to 1.27.0
 * x11-toolkits/gnustep-back: update to 0.28.0
 * x11-toolkits/gnustep-gui: update to 0.28.0

Also bump PORTREVISION on dependent ports.
2021-02-14 23:21:02 +00:00
Vladimir Kondratyev 75a813c715 new port: sysutils/hid-tools
sysutils/hid-tools: Python scripts to manipulate HID data

PR:		253498
Approved by:	lwhsu (ports)
2021-02-14 23:07:31 +00:00
Vladimir Kondratyev 4d4306f031 sysutils/iichid: Update to 0.0.6
- Make FreeBSD hidraw driver interoperable with hid-tools.
- Use loader tunable to turn HID-over-USB support on/off instead of
  choosing it at build time.
- Allow build on non-ACPI platforms with I2C option disabled.
  USB support should be operable on them.

PR:		253497
Approved by:	lwhsu (ports)
2021-02-14 22:50:42 +00:00
Mikael Urankar 6bebfaa8a0 lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
  - Update lang/rust-nightly to 2021-02-12
  - Update devel/racer to 2.1.41
  - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)

Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D28616
2021-02-14 15:45:10 +00:00
Danilo G. Baio 81c9086f8e sysutils/py-azure-cli: Update to 2.19.1
Changelog:	https://pypi.org/project/azure-cli/2.19.1/
2021-02-14 15:03:10 +00:00
Danilo G. Baio 6131c31a34 sysutils/py-azure-cli-core: Update to 2.19.1
Changelog:	https://pypi.org/project/azure-cli-core/2.19.1/
2021-02-14 15:02:41 +00:00
Jason W. Bacon 9c869accd2 sysutils/auto-admin: Update to 0.7.0.3
Bug fixe release:

Ensure /usr/home is world-readble when auto-adduser creates the first user
Allow auto-admin to update itself from source via auto-mark-install-from-source
2021-02-14 14:43:18 +00:00
Gerald Pfeifer f003746e26 Convert uefi-edk2-qemu to use the new "build" argument to USE_GCC
instead of using a direct dependency and then directly manipulating
RUN_DEPENDS - simpler and more declarative.

PR:		211154
Approved by:	bcran (maintainer)
2021-02-14 09:28:23 +00:00
Gerald Pfeifer e315b3fc77 Back port r564778 | gerald | 2021-02-09 from uefi-edk2-bhyve-devel to
uefi-edk2-bhyve:

  Convert uefi-edk2-bhyve-devel to leverage the new "build" argument to
  USE_GCC, thus replacing direct manipulation of RUN_DEPENDS by the much
  simpler, declarative USE_GCC=yes:build.

PR:		211154
2021-02-13 22:49:42 +00:00
Tobias C. Berner c990a36778 sysutils/zeitgeist: update to 1.0.3, to prepare for vala update
Changelog:
	2020-10-15: Zeitgeist 1.0.3 "Ruby"
	Overall:
	 - Fix compile error with new vala
	 - Port to python3 and update tests
	 - Drop support for python2

PR:		249940
2021-02-13 10:35:11 +00:00
Yuri Victorovich 9b0a7eeb23 sysutils/conan: Update 1.33.0 -> 1.33.1
Reported by:	portscout
2021-02-13 05:21:54 +00:00
Adriaan de Groot 8d603bf1c1 Chase removal of implicit dbus dependency.
Because 34008c1bf69427 removed dbus as a dependency of glib-networking,
now tracker is missing that implicit dependency, so add it back explicitly.

PS. that was r565059
2021-02-12 21:34:00 +00:00
Matthias Andree e04f0a67b9 sysutils/e2fsprogs: update to v1.46.1, bug fixes
Release notes:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.46.1.txt?h=v1.46.1

This removes the -DHAVE_PTHREAD_H (in CPPFLAGS) and qsort_r() patches
to e2fsck/rehash.c we used in v1.46.0. They are no longer needed in v1.46.1.
2021-02-12 20:26:49 +00:00
Adriaan de Groot f34edf657f Fix up -descr and -message for sysutils/kio-fuse 2021-02-12 16:57:46 +00:00
Adriaan de Groot 2bd43c1c11 Update sysutils/kio-fuse to latest upstream release
kio-fuse does some FUSE magic to pass remote KIO paths (e.g. when
browsing SMB or ftp from Dolphin) to non-KIO-aware applications
(e.g. opening a text file with vi). This 5.0.0 release has been
out for a while and is functionally equivalent to the previous
one; now, however, there's real release tarballs and everything.

Existing patches have been re-built for this release and then
submitted upstream, which is why they now have git-hashes.
2021-02-12 16:41:05 +00:00
Joseph Mingrone d75c095f73 sysutils/doctl: Update to 1.56.0
https://github.com/digitalocean/doctl/releases/tag/v1.56.0
2021-02-12 15:19:01 +00:00
Stefan Eßer a6040c5091 Adjust package message to include correct kldload example
Submitted by:   adridg
2021-02-12 13:39:43 +00:00
Stefan Eßer e346c91c12 Adjust package message to include correct kldload example
Submitted by:	adridg
2021-02-12 13:31:48 +00:00
Kirill Ponomarev 952b8ea60a Update to 1.4.0 2021-02-12 09:04:20 +00:00
Danilo Egea Gondolfo 0c7b8d314d sysutils/helm: Update to 3.5.2 2021-02-11 21:50:04 +00:00
Joseph Mingrone 5dd63f83fb sysutils/rmlint: Remove library dependency on devel/libelf
rmlint is already linking to base libelf and correctly detecting unstripped
binaries.
2021-02-10 17:09:22 +00:00
Rainer Hurling 5affb4474f New port: sysutils/wmscript: System monitoring dockapp for Window Maker
WMScript allows to specify a command and have the numeric result
of that command displayed in the dock app's window. Up to 5 things
to monitor, the interval is configurable.

See http://freshmeat.sourceforge.net/projects/wmscript for details.

PR:		253346
Submitted by:	Igor Pokrovsky <ip@unixway.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28558
2021-02-10 17:04:17 +00:00
Joseph Mingrone 484c0f949f sysutils/rmlint: Update to 2.10.1.11
This update includes a fix for

WARNING: Can't open directory or file "/food/bar": Invalid argument
2021-02-10 15:17:54 +00:00
Gleb Popov a1dfecfa8c sysutils/prelink: Mark DEPRECATED.
PR:		251686
Reported by:	Alex S <iwtcex@gmail.com>
Approved by:	damjan.jov@gmail.com (maintainer timeout)
2021-02-10 13:18:29 +00:00
Nuno Teixeira 103c3702de Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)
Approved by:	dbaio, garga (mentors)
Differential Revision:	https://reviews.freebsd.org/D28534
2021-02-10 07:42:50 +00:00
Cy Schubert 18c7bcce9f Update to the latest cfengine commit on github. 2021-02-10 04:59:14 +00:00
Joseph Mingrone 03016e1aef sysutils/rmlint: Clean up some cruft in initial commit
Reported by:	danfe
Pointy hat:	jrm
2021-02-10 03:53:52 +00:00
Neel Chauhan 81edde88ba devel/libsysctlmibinfo: Update to 1.0.2
While we're here, unbreak sysutils/nsysctl with the new version and bump its
PORTREVISION.

PR:		253388, 253389
Submitted by:	Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
2021-02-10 02:01:28 +00:00
Neel Chauhan 6b27c406f7 sysutils/gomplate: Update to 3.9.0
Changes: https://github.com/hairyhenderson/gomplate/releases/tag/v3.9.0
2021-02-09 22:28:01 +00:00
Danilo Egea Gondolfo 4a8b55e75d sysutils/k4dirstat: Update to 3.2.2 2021-02-09 20:51:17 +00:00
Danilo Egea Gondolfo a740b28e72 sysutils/kops: Update to 1.19.0 2021-02-09 20:40:46 +00:00
Joseph Mingrone 29062d6c5d New port, sysutils/rmlint: Remove duplicates from your filesystem
PR:		236362
Submitted by:	Joachim Werner <jockl@pianojockl.org> (Maintainer)
2021-02-09 19:26:26 +00:00
Gleb Popov bd03a96c27 sysutils/evisum: Update to 0.5.10
Submitted by:	Peter TKATCHENKO <peter@flytrace.com>
2021-02-09 17:20:29 +00:00