1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

500586 Commits

Author SHA1 Message Date
Bartek Rutkowski
8366703bd9 net/nakenchat: Update 2.22 -> 3.00.b1
- Set maintainership to submitter

PR:		244502
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
Reviewed by:	robak
Approved by:	Neel Chauhan <neel@neelc.org> (maintainer)
2020-03-02 16:46:52 +00:00
Mateusz Piotrowski
f69ee11b94 Update to v1.13.5
- Switch to GitHub. CHEESESHOP is not updated regularly by upstream.
- Add a test target.

Reported by:	Repology
2020-03-02 16:36:04 +00:00
Matthias Fechner
ea0042b554 Rename rubygem port to match the rules.
If a port depends on rails it should have a suffix for the rails version.
This suffix should be separated from a old version like 1-rails4 instead of 1.
2020-03-02 16:30:18 +00:00
Mateusz Piotrowski
38a3aa9102 New port: security/gef
GEF (pronounced "Jeff") is a set of commands for x86/64, ARM, MIPS, PowerPC
and SPARC to assist exploit developers and reverse-engineers when using old
school GDB. It provides additional features to GDB using the Python API to
assist during the process of dynamic analysis and exploit development.
Application developers will also benefit from it, as GEF lifts a great part
of regular GDB obscurity, avoiding repeating traditional commands, or
bringing out the relevant information from the debugging runtime.

Some of GEF features include:
- One single GDB script.
- Fast limiting the number of dependencies and optimizing code to make the
  commands as fast as possible.
- Provides more than 50 commands to drastically change your experience in
  GDB.
- Easily extendable to create other commands by providing more
  comprehensible layout to GDB Python API.
- Built around an architecture abstraction layer, so all commands work in
  any GDB-supported architecture such as x86-32/64, ARMv5/6/7, AARCH64,
  SPARC, MIPS, PowerPC, etc.
- Suited for real-life apps debugging, exploit development, just as much as
  CTF.

WWW: https://gef.rtfd.io
2020-03-02 16:28:01 +00:00
Bartek Rutkowski
973cc72c1f www/luakit: Pass maintainership to submitter
PR:		243757
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
2020-03-02 16:24:30 +00:00
Dmitri Goutnik
ad2f6b58ab lang/go-devel: Update bootstrap to go1.14 2020-03-02 15:11:19 +00:00
Mateusz Piotrowski
3b4fc823d8 New port: security/py-ropper
You can use ropper to look at information about files in different
file formats and you can find ROP and JOP gadgets to build chains for
different architectures. Ropper supports ELF, MachO and the PE file
format. Other files can be opened in RAW format. The following
architectures are supported:

- x86 / x86_64
- Mips / Mips64
- ARM (also Thumb Mode)/ ARM64
- PowerPC / PowerPC64

Ropper is inspired by ROPgadget, but should be more than a gadgets
finder. So it is possible to show information about a binary like
header, segments, sections etc. Furthermore it is possible to edit the
binaries and edit the header fields, but currently this is not fully
implemented and in a experimental state. For disassembly ropper uses
the awesome Capstone Framework.

Now you can generate rop chain automatically (auto-roper) for execve
and mprotect syscall.

WWW: https://scoding.de/ropper/
2020-03-02 14:37:39 +00:00
Mateusz Piotrowski
ebe1190621 Bump the Capstone library version to 4
This port is dependant on both the Capstone library and the Python
bindings for Capstone. The version of the library has to be bumped to 4 as
the bindings version has to be kept in sync with the library version in
order to avoid build problems.

Approved by:	portmgr (build fix blanket)
Differential Revision:	https://reviews.freebsd.org/D23919
2020-03-02 14:30:42 +00:00
Mateusz Piotrowski
9704f39c2b Bump the Capstone library version to 4
This port is dependant on both the Capstone library and the Python
bindings for Capstone. The version of the library has to be bumped to 4 as
the bindings version has to be kept in sync with the library version in
order to avoid build problems.

Approved by:	portmgr (build fix blanket)
Differential Revision:	https://reviews.freebsd.org/D23921
2020-03-02 14:29:00 +00:00
Mateusz Piotrowski
2992215dfe devel/py-capstone: Update to 4.0.1
devel/py-capstone has to be kept in sync with its Capstone library. At the
moment, there are two versions of the library in ports: devel/capstone3 and
devel/capstone4. The version 3 is an old version of the library so the
bindings should be updated to follow version 4, which is the newest major
version.

Currently, there is no need to introduce a port with Python bindings
compatible with Capstone 3 as there are no known ports dependant on version
3 of the bindings.

Some ports need to be updated so that they depend on devel/capstone4
instead of devel/capstone3 to avoid build problems. They will be updated in
subsequent commits.

Also, set NO_ARCH while here.

Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23751
2020-03-02 14:24:00 +00:00
Mateusz Piotrowski
98af2f2376 devel/capstone: Update to 4.0.1
Changelog:
https://github.com/aquynh/capstone/releases/tag/4.0.1

- Remove GH_TAGNAME: PORTVERSION is enough
- Get the patch for a staging bug from GitHub
- Disable broken fuzzing tests

PR:		244220
Approved by:	oleksii.tsai@gmail.com (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D23749
2020-03-02 14:14:21 +00:00
Dmitri Goutnik
c507f19c22 Mk/Uses/go.mk: Avoid pollution of Go module cache with modules downloaded by gomod-vendor
Use module cache local to the WRKDIR and add the -modcacherw flag (available in
go1.14 [1, 2]) to instruct go mod vendor to leave directories in the module
cache read-write instead of making them unwritable.

[1] https://github.com/golang/go/issues/31481
[2] https://go-review.googlesource.com/c/go/+/202079/

Reviewed by:	swills
Differential Revision:	https://reviews.freebsd.org/D23063
2020-03-02 13:58:40 +00:00
Alexey Dokuchaev
a77110a83e Add Perl implementation of Shamir's Secret Sharing System.
WWW: https://metacpan.org/release/Crypt-SSSS
2020-03-02 13:48:35 +00:00
Dmitri Goutnik
942c2cd368 Mk/Uses/go.mk: Revert r517706, switch GO_PORT to lang/go on aarch64
aarch64 support has landed in lang/go, switch default GO_PORT from
lang/go-devel to lang/go.
2020-03-02 13:47:08 +00:00
Mathieu Arnold
3fd3ed8d43 12.0 is not supported any more.
With hat:	portmgr
2020-03-02 12:43:43 +00:00
Dmitri Goutnik
655e823288 lang/go: Switch to the new bootstrap, add aarch64 support
PR:		244494
Reviewed by:	tobik, mikael
Approved by:	jlaffaye (maintainer timeout, >1 month)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D23151
2020-03-02 12:34:25 +00:00
Dmitri Goutnik
793025edad New port: net/findomain
All-in-one subdomain enumerator including
monitoring automation, multi-thread API
querying, DNS-over-TLS, parallel domain
resolution and a host of other unique
features.

WWW: https://github.com/Edu4rdSHL/findomain

PR:		243431
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-03-02 12:19:53 +00:00
Jan Beich
e03b04eaa6 devel/opencl-clang: update to 9.0.1
Changes:	https://github.com/intel/opencl-clang/compare/v9.0.0...v9.0.1
Reported by:	GitHub (watch releases)
2020-03-02 10:46:51 +00:00
Jan Beich
46ec57dc0e devel/spirv-llvm-translator: update to 9.0.1.1
Changes:	https://github.com/KhronosGroup/SPIRV-LLVM-Translator/compare/v9.0.0-1...v9.0.1-1
Reported by:	GitHub (watch releases)
2020-03-02 10:45:49 +00:00
Mateusz Piotrowski
f6e9b6a04c New port: devel/microsoft-gsl
The Guidelines Support Library (GSL) contains functions and types that are
suggested for use by the C++ Core Guidelines maintained by the Standard C++
Foundation. This repo contains Microsoft's implementation of GSL.

The library includes types like span<T>, string_span, owner<> and others.

The entire implementation is provided inline in the headers under the gsl
directory. The implementation generally assumes a platform that implements
C++14 support. There are specific workarounds to support MSVC 2015.

WWW: https://github.com/microsoft/GSL

PR:		244551
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2020-03-02 10:08:48 +00:00
Antoine Brodin
7b9f2c7cf1 Revert 527613 and unbreak INDEX 2020-03-02 09:53:29 +00:00
Dmitry Marakasov
63f8b39e5a - Update WWW
Approved by:	portmgr blanket
2020-03-02 09:31:52 +00:00
Mateusz Piotrowski
20b19642c4 Mark as BROKEN due to build failures
PR:		244429
MFH:		2020Q1
2020-03-02 09:07:24 +00:00
Mateusz Piotrowski
6769f5d364 Update to 2.15.0
PR:		244429
Submitted by:	pi
MFH:		2020Q1
Security:	CVE-2017-11546
Security:	CVE-2017-11547
Security:	CVE-2017-11549
2020-03-02 09:01:27 +00:00
Mateusz Piotrowski
d83a9b8580 Document some audio/timidity++* vulnerabilities
PR:		244429
Reported by:	pi
Security:	CVE-2017-11546
Security:	CVE-2017-11547
Security:	CVE-2017-11549
2020-03-02 08:56:46 +00:00
Guido Falsi
e12c130d22 Update xfce4-clipman-plugin to 1.4.4 2020-03-02 08:09:57 +00:00
Guido Falsi
54b9fb6f49 In xfce4-session make PREFIX/etc/xdg/xfce4/xinitrc executable.
Suggested by: pfg@
2020-03-02 08:09:17 +00:00
Mateusz Piotrowski
b0caa6955b Update to 1.0.0.b2
PR:		244536
Submitted by:	Alexander Sieg (maintainer)
2020-03-02 07:59:47 +00:00
Gerald Pfeifer
2cd371c134 Update to Wine 5.3. This includes the following changes:
- More work towards Ucrtbase runtime support.
 - Full support for Unicode normalization.
 - Improvements in Shell Folders handling.
 - Various bug fixes.

Also allow for this port to be used as master port for i386-wine-devel,
which means we need to avoid duplicate inclusions of bsd.port.pre.mk and
bsd.port.post.mk. [1]

Submitted by:	salvadore [1]
2020-03-02 07:34:18 +00:00
Yuri Victorovich
27c581b975 misc/openhantek: Update 3.0.1 -> 3.0.2
Reported by:	portscout
2020-03-02 07:28:30 +00:00
Yuri Victorovich
b465f863ce cad/veroroute: Update 180 -> 182
Reported by:	portscout
2020-03-02 07:15:53 +00:00
Yuri Victorovich
88c10089a7 audio/giada: Update 0.16.1 -> 0.16.2
Reported by:	portscout
2020-03-02 07:15:17 +00:00
Antoine Brodin
78e2a3f826 Forbid the pkg-devel ports, it create 1 package with bad ABI
With hat:	portmgr
2020-03-02 06:35:19 +00:00
Li-Wen Hsu
4f9b7f6baa - Update to 2.223
Sponsored by:	The FreeBSD Foundation
2020-03-02 04:07:00 +00:00
Joseph Mingrone
a7a0fbb68a sysutils/smartmontools: Update to 7.1
- Remove upstreamed patches
- Remove gmake dependency
- Remove drivedb update binary as it will modify tracked files

See NEWS file for upstream changes:
https://www.smartmontools.org/browser/tags/RELEASE_7_1/smartmontools/NEWS

PR:		243926
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	samm (maintainer, timeout)
Differential Revision:	https://reviews.freebsd.org/D23101
2020-03-02 02:23:23 +00:00
Joseph Mingrone
aef8ee9db0 biology/hyphy: Update to version 2.5.5
Upstream changes: https://github.com/veg/hyphy/releases/tag/2.5.5
2020-03-02 01:31:56 +00:00
Joseph Mingrone
c84a99f003 math/libRmath: Update to version 3.6.3 2020-03-02 00:51:37 +00:00
Joseph Mingrone
0cf37a4868 math/R: Update to version 3.6.3
See the NEWS file for upstream changes:
https://cloud.r-project.org/doc/manuals/r-release/NEWS.html
2020-03-02 00:51:08 +00:00
Antoine Brodin
1da9850cac Remove optional dependency on python 2.7 2020-03-01 21:53:46 +00:00
Adam Weinberger
b1f0f0793e vim: Update to patchlevel 345 2020-03-01 21:53:15 +00:00
Antoine Brodin
c2102a046d Deprecate a few python 2.7 ports
With hat:	portmgr
2020-03-01 20:27:42 +00:00
Greg Lewis
9839fa58ce Update to 3.4.2
PR:		244476
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2020-03-01 20:14:06 +00:00
Antoine Brodin
81facae67e Deprecate a few python 2.7 ports
With hat:	portmgr
2020-03-01 20:13:07 +00:00
Sunpoet Po-Chuan Hsieh
266ee79969 Update to 7.13.0
Changes:	https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
		https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
2020-03-01 18:27:21 +00:00
Sunpoet Po-Chuan Hsieh
29f5138263 Update Python 3.8 to 3.8.2 2020-03-01 18:26:43 +00:00
Sunpoet Po-Chuan Hsieh
7af8304bfb Update to 3.8.2
Changes:	https://docs.python.org/release/3.8.2/whatsnew/changelog.html
2020-03-01 18:26:15 +00:00
Yuri Victorovich
e2530a5f8a math/arpack-ng: Update 3.6.3 -> 3.7.0-49
Reported by:	portscout
2020-03-01 18:22:08 +00:00
Bernard Spil
8e1ccc34eb www/nextcloud-contacts: Update to 3.2.0 2020-03-01 18:21:14 +00:00
Sunpoet Po-Chuan Hsieh
789bd57f1a Add NO_ARCH 2020-03-01 18:19:51 +00:00
Sunpoet Po-Chuan Hsieh
da4e23ad03 Update to 1.40
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Catalyst-Devel
2020-03-01 18:19:46 +00:00