This adds support for some modern scanners like the CanoScan LiDE 400.
- Take maintainership for a while
Changes: https://gitlab.com/sane-project/backends/-/tags/1.0.28
PR: 241225
Submitted by: mq <freebsd@sosend.de>
We now always download everthing so apply all patches (except the ELFv2
patches) unconditionally. Don't imply CLANG fo ELFV2 since the patches
will always apply.
Install llvm-devel.mk for CROSS_TOOLCHAIN support subsuming the
role of xtoolchain-llvm-devel. This means that users will get the
dependency for CROSS_TOOLCHAIN=llvm-devel by installing llvm-devel.
To avoid unnecessicary churn in other xtoolchain-llvm* ports, leave
xtoolchain-llvm-devel in place and make it IGNORE in the -devel case.
Once llvm90 (and maybe llvm80) are updated I'll remove it or move it as
appropriate.
Always install a link from ld.lld to ld as was done by
xtoolchain-llvm-devel.
Sponsored by: DARPA, AFRL
* Fix CVE-2015-1197
* Fix CVE-2016-2037
* Fix CVE-2019-14866
* Remove --extract-over-symlinks option again, which was part of an earlier
third-party fix for CVE-2015-1197.
Security: f59af308-07f3-11ea-8c56-f8b156b6dcc8
AArch64 support was recently merged by the Go project and is slated to be in
go1.14. This patch adds freebsd/arm64 support to lang/go-devel first, the
intention is to similarly update lang/go when go1.14 is officially released.
The most notable change is migration to the new bootstrap [1] because aarch64
is not supported by go1.4.
[1] https://github.com/dmgk/go-bootstrap
Reviewed by: tobik, Mikaël Urankar <mikael.urankar@gmail.com>
Approved by: tz (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D22316
* Add firmware for the YiXingDianZi MDSO (VID/PID: 1D50:608E).
* Sainsmart DDS120: Fix the 1kHz reference signal.
* Hantek 6022BL: Fix the voltage range selection (bug #1360).
* Allow LA captures at 48MHz samplerate (as long as bus conditions permit).
* Updated build requirement: sdcc >= 3.4.0 (bug #1326).
* Fix a build issue with sdcc >= 3.9.0 (bug #1404).
* Bump the firmware version (major.minor) to 1.4. This version is
backwards-compatible and doesn't require host-side (libsigrok) changes.
This idea has been around for quite some time. Time to make it happen.
In order to share the load on the ports required by multiple desktop
environments start to share the responsibility of maintainership.
This is the initial list that came to mind, but we can probably extend it, to
include another handful of ports.
WWW: https://wiki.freebsd.org/DesktopTeam
Mailing List: https://lists.freebsd.org/mailman/listinfo/freebsd-desktop
Approved by: swills, kwm (gnome), madpilot (xfce)
Differential Revision: https://reviews.freebsd.org/D22389
This is the current development release.
Duplicity backs directories by producing encrypted tar-format volumes and
uploading them to a remote or local file server. Because duplicity uses
librsync, the incremental archives are space efficient and only record the
parts of files that have changed since the last backup. Because duplicity
uses GnuPG to encrypt and/or sign these archives, they will be safe from
spying and/or modification by the server.
WWW: http://duplicity.nongnu.org