1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
Commit Graph

528328 Commits

Author SHA1 Message Date
Thierry Thomas
02f2332b44 Adding Mathics, a general-purpose computer algebra system (CAS). 2020-12-01 13:21:13 +00:00
Thierry Thomas
181dac2f08 Adding py-langid, a standalone Language Identification (LangID) tool. 2020-12-01 13:21:06 +00:00
Alexey Dokuchaev
c1a2fdd340 Eureka is a map (WAD etc.) editor (based on Yadex) for the classic
DOOM games, and a few related games such as Strife, Harmony, HACX,
Heretic, and Hexen.

PR:	240654
2020-12-01 13:15:48 +00:00
Fukang Chen
f79ae2fd39 net/v2ray: Update to 4.33.0
- Update to 4.33.0
- Project repository switched from v2ray to v2fly [1]

Changelog:

    https://github.com/v2fly/v2ray-core/releases/tag/v4.33.0

[1] https://github.com/v2ray/v2ray-core/issues/2761

PR:		250672
Reviewed by:	koobs
Approved by:	koobs (ports, mentor), shen.elf@gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26969
MFH:		No (catch up with upstream new release)
2020-12-01 13:08:36 +00:00
Wen Heping
01e6bc3ceb - Update to 3.1.4(bugfix release)
MFH:		2020Q4
2020-12-01 12:37:12 +00:00
Dima Panov
b428406ec2 games/freecov: update to 2.6.2.1 maintenance release
This release  fixes critical build failures and crash bugs,
and brings documentation updates.

Release notes: https://freeciv.fandom.com/wiki/NEWS-2.6.2.1
2020-12-01 12:34:25 +00:00
Guangyuan Yang
77538b91b9 devel/py-codecov: Update to 2.1.10 and take maintainership
PR:		251392
Approved by:	lwhsu
2020-12-01 11:38:28 +00:00
Gleb Popov
aab6a0d6c5 x11-wm/enlightenment: Fix build on aarch64.
Submitted by:	Peter TKATCHENKO <peter@flytrace.com>
2020-12-01 10:48:32 +00:00
Gleb Popov
f1baff9f63 sysutils/monitord: Fix a couple of bugs.
Submitted by:	Peter TKATCHENKO <peter@flytrace.com>
Reviewed by:	arrowd
2020-12-01 10:44:21 +00:00
Rainer Hurling
7771581f23 net/k6: Update to 0.29.0
Feature-packed release with tons of much-requested
changes and additions [1]

[1] https://github.com/loadimpact/k6/releases/v0.29.0

The port now uses go:modules.

PR:		251499
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27433
2020-12-01 09:46:24 +00:00
Dmitry Sivachenko
99cf2183db Update to version 2.4-dev2 2020-12-01 07:53:52 +00:00
Rainer Hurling
75f911086e devel/golangci-lint: Update to 1.33.0
Minor release with a new paralleltest linter and some bug fixes.

Changelog: https://github.com/golangci/golangci-lint/releases/v1.33.0

PR:		251438
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27432
2020-12-01 07:16:39 +00:00
Antoine Brodin
9749c01f0e Unbreak INDEX 2020-12-01 07:12:50 +00:00
Vinícius Zavam
8ce0077575 sysutils/py-borgmatic: update 1.5.10 to 1.5.12 2020-12-01 07:12:04 +00:00
Antoine Brodin
e5b3333e33 Unbreak bulk -a 2020-12-01 07:07:02 +00:00
Koichiro Iwao
3384b955f4 www/tdiary: Update to 5.1.4
PR:		251461
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Relnotes:	https://tdiary.org/20201129.html
2020-12-01 07:00:04 +00:00
Tobias C. Berner
135647c815 misc/tellico: update to 3.3.4 2020-12-01 05:10:07 +00:00
Stephen Montgomery-Smith
059449bb05 - Remove unused libosmesa, enable sndfile.
PR:		251477
Submitted by:	jcfyecrayz@liamekaens.com
2020-12-01 04:27:37 +00:00
Cy Schubert
33ad4889ba Update to the latest cfengine commits on github. 2020-12-01 04:26:27 +00:00
Cy Schubert
cc735bba8a Update to the latest MIT KRB5 commit on github.
This commit captures KRB5-1.19-beta. The beta announcement on
krbdev is as follows:

MIT krb5-1.19-beta1 is now available for download from

         https://web.mit.edu/kerberos/dist/testing.html

The main MIT Kerberos web page is

         https://web.mit.edu/kerberos/

Please send comments to the krbdev list.  We plan for the final
release to occur in about one month.  The README file contains a more
extensive list of changes.

Major changes in 1.19
---------------------

Administrator experience:

* When a client keytab is present, the GSSAPI krb5 mech will refresh
  credentials even if the current credentials were acquired manually.

* It is now harder to accidentally delete the K/M entry from a KDB.

Developer experience:

* gss_acquire_cred_from() now supports the "password" and "verify"
  options, allowing credentials to be acquired via password and
  verified using a keytab key.

* When an application accepts a GSS security context, the new
  GSS_C_CHANNEL_BOUND_FLAG will be set if the initiator and acceptor
  both provided matching channel bindings.

* Added the GSS_KRB5_NT_X509_CERT name type, allowing S4U2Self
  requests to identify the desired client principal by certificate.

* PKINIT certauth modules can now cause the hw-authent flag to be set
  in issued tickets.

* The krb5_init_creds_step() API will now issue the same password
  expiration warnings as krb5_get_init_creds_password().

Protocol evolution:

* Added client and KDC support for Microsoft's Resource-Based
  Constrained Delegation, which allows cross-realm S4U2Proxy requests.
  A third-party database module is required for KDC support.

* kadmin/admin is now the preferred server principal name for kadmin
  connections, and the host-based form is no longer created by
  default.  The client will still try the host-based form as a
  fallback.

* Added client and server support for Microsoft's KERB_AP_OPTIONS_CBT
  extension, which causes channel bindings to be required for the
  initiator if the acceptor provided them.  The client will send this
  option if the client_aware_gss_bindings profile option is set.

User experience:

* The default setting of dns_canonicalize_realm is now "fallback".
  Hostnames provided from applications will be tried in principal
  names as given (possibly with shortname qualification), falling back
  to the canonicalized name.

* kinit will now issue a warning if the des3-cbc-sha1 encryption type
  is used in the reply.  This encryption type will be deprecated and
  removed in future releases.

* Added kvno flags --out-cache, --no-store, and --cached-only
  (inspired by Heimdal's kgetcred).
2020-12-01 04:26:23 +00:00
Cy Schubert
714d3113eb Update to the latest networkupstools/nut github commit. 2020-12-01 04:26:20 +00:00
Jan Beich
ff09b0aa44 x11/xnotify: update to 0.8.1
Changes:	https://github.com/phillbush/xnotify/releases/tag/v0.8.1
Reported by:	GitHub (watch releases)
2020-12-01 04:07:12 +00:00
Joseph Mingrone
a0dbfe2fb0 www/chromium: Update to version 87.0.4280.66
Submitted by:	Matthias Wolf, cem, rene
Obtained from:	Some patches from OpenBSD port (robert@openbsd.org)
2020-12-01 04:06:37 +00:00
Yuri Victorovich
e5c06c3d46 games/iqpuzzle: Update 1.2.0 -> 1.2.1
Reported by:	portscout
2020-12-01 03:51:47 +00:00
Yuri Victorovich
5bf98030df devel/py-jsonpickle: Update 1.4.1 -> 1.4.2
Reported by:	portscout
2020-12-01 03:49:10 +00:00
Yuri Victorovich
d87f47d9e3 devel/pegtl: Update 2.8.3 -> 3.0.0
Reported by:	portscout
2020-12-01 03:47:13 +00:00
Yuri Victorovich
07e540d857 devel/fatal: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:39:51 +00:00
Yuri Victorovich
b017c3d15b www/proxygen: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:39:29 +00:00
Yuri Victorovich
d24ca90f86 net/rsocket-cpp: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:39:09 +00:00
Jan Beich
c68a1e9968 x11-servers/xarcan: update to 0.6.0
Changes:	https://github.com/letoram/xarcan/compare/8f075d78b...0.6.0
Reported by:	portscout
2020-12-01 03:38:56 +00:00
Yuri Victorovich
219043e830 net/fbzmq: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:38:47 +00:00
Yuri Victorovich
2a62507983 devel/fbthrift: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:38:23 +00:00
Yuri Victorovich
09412ad752 net/wangle: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:38:00 +00:00
Yuri Victorovich
0f76a80982 security/fizz: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:37:39 +00:00
Yuri Victorovich
cd5896688d devel/folly: Update 2020.11.23.00 -> 2020.11.30.00 2020-12-01 03:37:16 +00:00
Jung-uk Kim
a512491189 Deprecate Flash Player.
https://www.adobe.com/products/flashplayer/end-of-life.html
2020-12-01 02:52:26 +00:00
Yuri Victorovich
a7a1551920 science/lammps: Update 29Oct2020 -> 30Nov2020
Reported by:	upstream notification
2020-12-01 02:13:25 +00:00
Warner Losh
b44fd5754f Update to 202011 version
Submitted by: mjg@
2020-12-01 00:42:31 +00:00
Jan Beich
62f915d8d9 graphics/mesa-devel: update to 20.3.b.786
Changes:	40ede41035...688dda5e1d
2020-12-01 00:34:51 +00:00
Jan Beich
9de368fb3b emulators/yuzu: update to s20201130
Changes:	fca87cfa3...7b4a21360
2020-12-01 00:34:44 +00:00
Jan Beich
06d7509b16 emulators/rpcs3: update to 0.0.13.11333
Changes:	2bee09624...2aa5c437e
2020-12-01 00:34:38 +00:00
Jan Beich
ded0cddd80 x11-wm/chamfer: update to s20201129
Changes:	d039e04...b83c15b
2020-12-01 00:34:31 +00:00
Jan Beich
866a9716e8 x11-wm/river: update to s20201129
Changes:	f1e5f1a...807d4a4
2020-12-01 00:34:24 +00:00
Jan Beich
05fec5c745 multimedia/wlrobs: update to 1.0
Changes:	https://hg.sr.ht/~scoopta/wlrobs/log?rev=v1.0
2020-12-01 00:34:17 +00:00
Dan Langille
478a469399 Update to 1.3513
PR:		251281
Submitted by:	dave.raynor@gmail.com
Approved by:	maintainer (via private email)
2020-11-30 23:12:30 +00:00
Jimmy Olgeni
1513f4106f Update lang/racket-minimal to version 7.9. 2020-11-30 23:05:20 +00:00
Michael Gmelin
62e40a866a Fix pdftotext output, so that OCR is still triggered if needed.
See https://github.com/the-paperless-project/paperless/pull/712
2020-11-30 22:24:25 +00:00
Jan Beich
10e73c3958 lang/pocl: update to 1.5
- Drop libltdl dependency after r514525 [1], see
  https://github.com/pocl/pocl/commit/fe65a6d44144

Changes:	http://portablecl.org/pocl-1.5.html
PR:		248535
Submitted by:	O. Hartmann (maintainer)
Reviewed by:	kevans
Submitted by:	Lars Herschke [1]
2020-11-30 22:14:46 +00:00
Thierry Thomas
8030e0c23c Fix previous commit.
PR:		251486
Reported by:	jbeich
2020-11-30 22:02:55 +00:00
Jan Beich
6cf857e70c benchmarks/clpeak: update to 1.1.0
Changes:	https://github.com/krrishnarraj/clpeak/compare/1.1.0-rc2...1.1.0
PR:		250562
Approved by:	jmd (maintainer)
2020-11-30 21:07:36 +00:00