1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

542964 Commits

Author SHA1 Message Date
Yuri Victorovich
0f3ae67710 misc/py-xgboost: Fix build with Python 3.8 and 3.9
Submitted by:	kai
2021-04-20 14:59:59 -07:00
Bradley T. Hughes
bc3d0937d0 www/node: Update 15.14.0_1 -> 16.0.0
Upgrade to the latest major vesrion of Node.js. Regenerate patches
since some have been adopted upstream, while others needed refreshing.

https://nodejs.org/en/blog/release/v16.0.0/

Sponsored by:	Miles AS
2021-04-20 21:29:53 +00:00
Yuri Victorovich
4eec712dfd math/gretl: Correct PKGNAME to be 2021a, not 2021.a to reflect how Gretl is versioned. 2021-04-20 13:57:40 -07:00
Joe Marcus Clarke
bb02a5b908 net-im/libpurple: Fix LICENSE typo.
This prompts me to think I need to have portlint check validity.
PR:		255279
2021-04-20 16:55:34 -04:00
Yuri Victorovich
53c253cb1e misc/py-xgboost: Remove stray lines 2021-04-20 13:48:20 -07:00
Yuri Victorovich
97c28a6205 misc/py-xgboost: Update 1.2.1 -> 1.4.1
Reported by:	portscout
2021-04-20 13:47:43 -07:00
Yuri Victorovich
e61693b2b1 misc/xgboost: Update 1.2.1 -> 1.4.1
Reported by:	portscout
2021-04-20 13:47:42 -07:00
Yuri Victorovich
ef9fdd0756 math/lean: Update 3.28.0 -> 3.29.0
Reported by:	portscout
2021-04-20 13:47:42 -07:00
Yuri Victorovich
f225454e0d misc/py-onnx: Update 1.8.1 -> 1.9.0
Reported by:	portscout
2021-04-20 13:47:42 -07:00
Yuri Victorovich
85ccb69d9a math/cglm: Update 0.8.0 -> 0.8.1
Reported by:	portscout
2021-04-20 13:47:41 -07:00
Piotr Kubaj
7428b7670d audio/madronalib: fix build on powerpc64
Same issue as on powerpc64le.
2021-04-20 20:26:48 +00:00
Rainer Hurling
2f3ebf0769 x11/keybinder-gtk3: Add DOCS/EXAMPLES options
- Make installation of docs and examples optional
- Correct DISTVERSIONPREFIX
- Needs USES=autoreconf to suppress docs install
- Reorder some Makefile vars

PR:		254734
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
2021-04-20 22:10:47 +02:00
Muhammad Moinur Rahman
9e06cd0454 emulators/qemu: Fix build on 13
- Use ports dtc instead of packaged dtc [1]
- bin/elf2dmp apparently depends on CURL [2]
- Reduce build to only X86 architectures if X86_TARGETS is set [2]
- rx is not an X86 architecture [2]

PR:		245997 [1] 254385 [2]
Reported by:	swills [1] pstef [2]
2021-04-20 19:46:11 +00:00
Muhammad Moinur Rahman
886923a37e security/snort3: Update version 3.1.1.0=>3.1.3.0
- Mark BROKEN for 11.X and 12.X. Cannot detect flex from ports. There is
  an ongoing issue at upstream.
  https://github.com/snort3/snort3/issues/168
- Use OPTIONSNG for couple of OPTIONS

Reported by:	adridg
2021-04-20 19:46:10 +00:00
Dan Langille
6038194234 Fix the build by supplying the LICENSE.
Reported by:	kai@FreeBSD.org
2021-04-20 19:39:31 +00:00
Yuri Victorovich
15027cddc6 multimedia/librist: Enable mbedtls for tests 2021-04-20 12:28:47 -07:00
Bryan Drewery
c55e97c0f3 Another openssh version fix for CVE-2021-28041.
Reported by:	leres
2021-04-20 12:28:14 -07:00
Li-Wen Hsu
f1101c72bf
devel/jenkins-lts: Update to 2.277.3
MFH:		2021Q2
Security:	e358b470-b37d-4e47-bc8a-2cd9adbeb63c
Sponsored by:	The FreeBSD Foundation
2021-04-21 03:26:55 +08:00
Li-Wen Hsu
87da0092a4
Document Jenkins Security Advisory 2021-04-20
Sponsored by:	The FreeBSD Foundation
2021-04-21 03:26:54 +08:00
Yuri Victorovich
caaa94e17a multimedia/librist: Update 0.2.0-RC6 -> 0.2.0-RC6.20210420
- Add security/mbedtls dependency
- Remove archivers/liblz4 dependency

Repored by:	upstream
2021-04-20 12:25:22 -07:00
Rainer Hurling
e94c43baaf shells/switchBashZsh: Update to 1.3
Changelog: https://github.com/bourne-again/switchBashZsh/compare/1.2...1.3

PR:		255253
Submitted by:	bourne.identity@hotmail.com
2021-04-20 20:42:39 +02:00
Yuri Victorovich
97b9d2f58f security/pkcs11-tools: Broken on 11 with base OpenSSL due to version being too old
Also add comment about the workaround for missing symbols in /usr/lib/libcrypto.so.

Reported by:	fallout
2021-04-20 11:31:36 -07:00
Dan Langille
6b460ab1a9 Add www/py-django-reversion-compare
Extension to www/django-reversion that provides a history compare view to
compare two versions of a model which is under reversion.

PR:		254836
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
2021-04-20 17:56:05 +00:00
Dan Langille
29c190b252 Add www/py-django-object-actions
App for adding object tools for models in the admin

PR:		254834
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
2021-04-20 17:56:05 +00:00
Dan Langille
fa23d8ff96 add devel/py-mime
MIME Types for Python, clone of halostatue/mime-types.
This library allows for the identification of a file's likely MIME content type.
MIME types are used in MIME-compliant communications

PR:		254837
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
2021-04-20 17:56:05 +00:00
Dan Langille
887cabd71f Add devel/py-cvss
Contains CVSS v2 and v3 computation utilities and interactive calculator.
Compatible with both Python 2 and Python 3.
PR:		254838
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
2021-04-20 17:56:04 +00:00
Dan Langille
b616ac3cf1 add www/py-django-smart-selects
allows you to quickly filter or group "chained" models
by adding a custom foreign key or many to many field to your models
PR:		254835
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
2021-04-20 17:56:04 +00:00
Dan Langille
c02c79f731 Add www/py-django-ckeditor - CKEditor 5 for Django >= 2.0
PR:		254833
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
2021-04-20 17:56:04 +00:00
Dmitry Marakasov
fbb4f5c70c devel/py-asttokens: update to 2.0.5 2021-04-20 20:33:22 +03:00
Dmitry Marakasov
bb1b29f67e devel/py-flake8: update to 3.9.1 2021-04-20 20:33:21 +03:00
Dmitry Marakasov
bb4e8eb0d2 graphics/py-pyglet: update to 1.5.16 2021-04-20 20:33:21 +03:00
Kevin Bowling
e90f1cf46a sysutils/mkdesktop: Update to version 5.0
Since FreeBSD 13 has dropped support for hal, mkdesktop needed a couple
of corresponding changes.

PR:		255252
Approved by:	Manish Jain <bourne.identity@hotmail.com> (maintainer)
2021-04-20 10:30:33 -07:00
Fernando Apesteguía
8dcd555b97 devel/gearmand-devel: Remove port from tree
Unmaintained, obsolete and hasn't compiled for over half a year.

References:
https://www.freshports.org/devel/gearmand-devel/
https://portsfallout.com/fallout?port=devel%2Fgearmand-devel$
https://github.com/gearman/gearmand

PR:	255210
Reported by:	daniel.engberg.lists@pyret.net
2021-04-20 18:59:47 +02:00
Fernando Apesteguía
d8d3b983df security/fbopenssl: Remove from tree
Abandoned upstream, last release back in 2005.
Broken for more than 3 months

References:
https://sourceforge.net/projects/modgssapache/files/fbopenssl/
https://portsfallout.com/fallout?port=security%2Ffbopenssl$

PR:	255162
Reported by:	daniel.engberg.lists@pyret.net
2021-04-20 18:53:46 +02:00
Antoine Brodin
9933e1115b textproc/py-acora: update to 2.3 2021-04-20 16:54:17 +00:00
Don Lewis
836662ac7a devel/fstrm: Upgrade to 0.6.1
* fstrm_capture: ignore SIGPIPE, which will cause the
    interrupted connections to generate an EPIPE instead.

  * Fix truncation in snprintf calls in argument processing.

  * fstrm_capture: Fix output printf format.

PR:		255228
Tested by:	freebsd@dns.company
Approved by:	freebsd@dns.company (maintainer)
Sponsored by:	Farsight Security, Inc.
2021-04-20 09:42:46 -07:00
Emanuel Haupt
3c3ee076ee net-p2p/xmrig: Update to 6.12.0 2021-04-20 18:26:57 +02:00
Fernando Apesteguía
803383519a devel/universal-ctags: fix 32 bit platforms and unit test on 13
* bit shifting when right side is >= size of left side results in
  unknown behavior on some 32-bit platforms.  Reported upstream [1]
  and being fixed [2]

  Once fixed in arithy/packcc universal-ctags/ctags will need to import.

* Fix regex in unit test due to possible bug with FreeBSD 13.

PR:	255167
Reported by:	dereks@lifeofadishwasher.com (maintainer)
2021-04-20 18:20:54 +02:00
Neel Chauhan
f8e5a5595f Remove CONFLICTS from textproc/py-markdown 2021-04-20 09:15:48 -07:00
Neel Chauhan
20ec809bdc Delete textproc/py-markdown3 port
It turns out markdown3 conflicts with too many ports, nor could it get
detected by meson which was its intended use.
2021-04-20 09:13:02 -07:00
Olli Hauer
2197ce6425 mail/postfix-current: update to 3.6-20210419 2021-04-20 18:00:21 +02:00
Li-Wen Hsu
fca930c66c
devel/jenkins: Update to 2.289
Sponsored by:	The FreeBSD Foundation
2021-04-20 23:59:10 +08:00
Fernando Apesteguía
b4b99a5bcf games/exult: udpate to 1.7.0.20210420
Reported by:	portscout
2021-04-20 17:44:10 +02:00
Lewis Cook
31f1783061
textproc/py-jc: Update to 1.15.2
Changes:	https://github.com/kellyjonbrazil/jc/releases/tag/v1.15.2
2021-04-20 16:43:47 +01:00
Bryan Drewery
da89336b8d Fix openssh version in entry for CVE-2021-28041
Reported by:	leres
2021-04-20 08:37:57 -07:00
Emanuel Haupt
0bfdd681bd graphics/ssocr: Update to 2.20.0 2021-04-20 17:29:32 +02:00
Neel Chauhan
59a193142b textproc/py-markdown conflicts with textproc/py-markdown3, not itself 2021-04-20 08:20:39 -07:00
Neel Chauhan
39926f897f New port: textproc/py-markdown3: Python implementation of Markdown
Differential Revision:	https://reviews.freebsd.org/D29803
2021-04-20 08:18:38 -07:00
Sergey A. Osokin
e98803fc4a www/nginx-devel: welcome to the new stable release 1.20.0. 2021-04-20 11:00:24 -04:00
Antoine Brodin
f1aa055560 devel/py-intervaltree: update to 3.1.0 2021-04-20 14:56:08 +00:00