1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

548839 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
1f3a81a16f
www/py-respx: Add py-respx 0.17.0
RESPX is a simple, yet powerful, utility for mocking out the HTTPX, and HTTP
Core, libraries.

WWW: https://lundberg.github.io/respx/
WWW: https://github.com/lundberg/respx
2021-06-15 01:32:44 +08:00
Po-Chuan Hsieh
030a4199f8
security/py-tls-parser: Add py-tls-parser 1.2.2
tls_parser is a small library to parse TLS records used by SSLyze.

WWW: https://github.com/nabla-c0d3/tls_parser
2021-06-15 01:32:40 +08:00
Po-Chuan Hsieh
5fe672cb88
finance/py-yfinance: Add py-yfinance 0.1.59
Ever since Yahoo! finance decommissioned their historical data API, many
programs that relied on it to stop working. yfinance aimes to solve this problem
by offering a reliable, threaded, and Pythonic way to download historical market
data from Yahoo! finance.

WWW: https://github.com/ranaroussi/yfinance
2021-06-15 01:32:33 +08:00
Po-Chuan Hsieh
9ff6a0ecc0
dns/py-dns-crawler: Add py-dns-crawler 1.4.9
Despite the name, the crawler gets info for more services than just DNS:
- DNS:
  - all A/AAAA records (for the 2nd level domain and www.subdomain), annotated
    with GeoIP
  - TXT records (with SPF and DMARC parsed for easier filtering)
  - TLSA (for the 2nd level domain and www.subdomain)
  - MX
  - DNSSEC validation
  - nameservers:
    - each server IP annotated with GeoIP
    - HOSTNAME.BIND, VERSION.BIND, AUTHORS.BIND and fortune (also for all IPs)
  - users can add custom additional RRs in the config file
- E-mail (for every server from MX):
  - SMTP server banners (optional, ports are configurable)
  - TLSA records
- Web:
  - HTTP status & headers (inc. parsed cookies) for ports 80 & 443 on each IP
    from A/AAAA records
  - certificate info for HTTPS (optionally with an entire cert chain)
  - webpage content (optional)
  - everything of the above is saved for each step in the redirect history --
    the crawler follows redirects until it gets a non-redirecting status or hits
    a configurable limit

WWW: https://gitlab.nic.cz/adam/dns-crawler
2021-06-15 01:32:32 +08:00
Po-Chuan Hsieh
00f9d9aecd
devel/py-pint-pandas: Add py-pint-pandas 0.2
Pint-Pandas provides pandas support for pint.

WWW: https://github.com/hgrecco/pint-pandas
2021-06-15 01:32:32 +08:00
Po-Chuan Hsieh
32640edbe9
devel/py-multitasking: Add py-multitasking 0.0.9
MultiTasking is a tiny Python library lets you convert your Python methods into
asynchronous, non-blocking methods simply by using a decorator.

WWW: https://github.com/ranaroussi/multitasking
2021-06-15 01:32:31 +08:00
Po-Chuan Hsieh
e98b8518a0
devel/p5-XS-Parse-Keyword: Add p5-XS-Parse-Keyword 0.06
XS::Parse::Keyword provides some XS functions to assist in writing syntax
modules that provide new perl-visible syntax, primarily for authors of keyword
plugins using the PL_keyword_plugin hook mechanism. It is unlikely to be of much
use to anyone else; and highly unlikely to be any use when writing perl code
using these. Unless you are writing a keyword plugin using XS, this module is
not for you.

WWW: https://metacpan.org/dist/XS-Parse-Keyword
2021-06-15 01:32:20 +08:00
Juraj Lutter
28a702cf41 mail/postfix: Update to 3.6.1
Relnotes:	http://www.postfix.org/announcements/postfix-3.6.1.html
Reported by:	portscout
2021-06-14 19:22:49 +02:00
Juraj Lutter
c844a6da15 mail/postfix35: Update to 3.5.11
Reported by:	portscout
2021-06-14 19:22:49 +02:00
Juraj Lutter
14be8ffd9f mail/postfix-current: Update to 3.7-20210612
Reported by:	portscout
2021-06-14 19:22:48 +02:00
Jason W. Bacon
5a2a6eb329 biology/peak-classifier: Classify peaks based on GFF features
Classify ChIP/ATAC-Seq peaks based on features provided in a GFF

Peaks are provided in a BED file sorted by chromosome and position.
The GFF must be sorted by chromosome and position, with gene-level
features separated by ### tags and each gene organized into
subfeatures such as transcripts and exons.  This is the default for
common data sources.
2021-06-14 11:40:33 -05:00
Derek Schrock
ae98b79043 devel/py-python-gitlab: Update to 2.8.0
Changes https://github.com/python-gitlab/python-gitlab/releases/tag/v2.8.0

PR:		256584
Approved by:	maintainer
2021-06-14 09:31:15 -07:00
Ronald Klop
1cf3768b44 databases/mongodb50: Update to 5.0.0 RC1
PR:		256598
Approved by:	maintainer
2021-06-14 09:29:05 -07:00
Chris Hutchinson
fbcb79cc14 editors/aee: Update to 2.2.22
PR:		256565
Approved by:	maintainer
2021-06-14 09:24:21 -07:00
Jens Grassel
259ed60247 shells/ammonite: Update to 2.4.0
* Bump version of uPickle to 1.4.0
* Internal preparation for basic Scala 3 support

PR:		256602
Approved by:	maintainer
2021-06-14 09:17:07 -07:00
Vidar Karlsen
dcf405a620 sysutils/pcapfix: update to 1.1.6
Changes https://github.com/Rup0rt/pcapfix/blob/v1.1.6/Changelog

PR:		256599
Approved by:	maintainer
2021-06-14 09:10:20 -07:00
Dries Michiels
6f2480517e sysutils/bfs: sysutils/bfs: Update to 2.2.1
Changes https://github.com/tavianator/bfs/releases/tag/2.2.1

PR:		256601
Approved by:	maintainer
2021-06-14 09:06:03 -07:00
Cy Schubert
a61b8452d7 devel/git-filter-repo: New port - a versatile tool for rewriting history
git filter-repo is a versatile tool for rewriting history, which
includes capabilities I have not found anywhere else. It roughly falls
into the same space of tool as git filter-branch but without the
capitulation-inducing poor performance, with far more capabilities, and
with a design that scales usability-wise beyond trivial rewriting cases.
git filter-repo is now recommended by the git project instead of
git filter-branch.
2021-06-14 09:04:03 -07:00
Cy Schubert
757e51843f sysutils/cfengine-devel: Update to latest GH commit 2021-06-14 09:04:02 -07:00
Cy Schubert
36175cf0ed sysutils/cfengine-masterfiles-devel: Update to latest GH commit 2021-06-14 09:04:02 -07:00
Cy Schubert
d69a288a95 security/krb5-devel: update to the latest MIT/KRB5 github commit 2021-06-14 09:04:02 -07:00
Cy Schubert
79b60c4816 mail/spamassassin-devel: update to latest github commit 2021-06-14 09:04:01 -07:00
Cy Schubert
f34318c566 securty/sudo: Update to 1.9.7p1
Major changes between sudo 1.9.7p1 and 1.9.7

 * Fixed an SELinux sudoedit bug when the edited temporary file
   could not be opened.  The sesh helper would still be run even
   when there are no temporary files available to install.

 * Fixed a compilation problem on FreeBSD.

 * The sudo_noexec.so file is now built as a module on all systems
   other than macOS.  This makes it possible to use other libtool
   implementations such as slibtool.  On macOS shared libraries and
   modules are not interchangeable and the version of libtool shipped
   with sudo must be used.

 * Fixed a few bugs in the getgrouplist() emulation on Solaris when
   reading from the local group file.

 * Fixed a bug in sudo_logsrvd that prevented periodic relay server
   connection retries from occurring in "store_first" mode.

 * Disabled the nss_search()-based getgrouplist() emulation on HP-UX
   due to a crash when the group source is set to "compat" in
   /etc/nsswitch.conf.  This is probably due to a mismatch between
   include/compat/nss_dbdefs.h and what HP-UX uses internally.  On
   HP-UX we now just cycle through groups the slow way using
   getgrent().  Bug #978.

PR:		256561
Submitted by:	cy
Reported by:	cy
Approved by:	garga (maintainer)
MFH:		2020Q2
2021-06-14 09:04:01 -07:00
Cy Schubert
c928905a72 net/hostapd-devel: Update to the latest GH commit
Update to the latest w1.fi commit, proxied through my GH account.
2021-06-14 09:04:00 -07:00
Cy Schubert
f59d961398 security/wpa_supplicant-devel: Update to latest GH commit
Update to the latest w1.fi commit, proxied through my GH account.
2021-06-14 09:04:00 -07:00
Cy Schubert
ed47e1ecc5 */*: Sync hostapd* and wpa_supplicant* with base ce276fe26d92010776
Use IFM_IEEE80211_ADHOC for now on FreeBSD for IBSS operation.

Base commit by adrian@ on Nov 26, 2015.

This commit syncs ports with base.

PR:		203086
Submitted by:	avos
MFH:		2020Q2
2021-06-14 09:04:00 -07:00
Cy Schubert
c6f1867664 net/hostapd-devel: Make use of fdatasync(2)
FreeBSD has supported fdatasync(2) since FreeBSD 11.1. Prepare for
future use when syncing to planned updates to base.
2021-06-14 09:03:59 -07:00
Cy Schubert
5fe9edba0d security/wpa_supplicant-devel: Make use of fdatasync(2)
FreeBSD has supported fdatasync(2) since FreeBSD 11.1. Prepare for
future use when syncing to planned updates to base.
2021-06-14 09:03:59 -07:00
Dries Michiels
649e05b018 multimedia/emby-server: Cleanups
Update pkg-message and remove update package

The comment has become stale once LAME has been enabled by default.
Furthermore remove the "updatepackage" argument to the start script.
We follow-up packages through pkg, not external sources. Users wanting
to get notified about new releases should track github.

PR:		256600
Approved by:	maintainer
2021-06-14 09:02:43 -07:00
Fernando Apesteguía
b71b1fdc86 games/exult: update to 1.7.0.20210603
This collaterally fixes the fetch problem.

While here, pet linters.

PR:	256528
Reported by:	gspurki@gmail.com
2021-06-14 17:29:59 +02:00
Gleb Popov
1135cff634 devel/hs-haskell-language-server: Unbreak build after GHC update.
PR:		256596
Reported by:	Filipe da Silva Santos <contact@shiori.com.br>
2021-06-14 17:59:05 +03:00
Sergey A. Osokin
7aac8c2050 Mk/Uses: remove 9.5 from the VALID_PGSQL_VER list.
Fixes: 		a3da90c5e4
Approved by:	portmgr (rene)
2021-06-14 10:12:27 -04:00
Mikhail Pchelin
ffbcd907e9 irc/epic5: update to 2.1.5 2021-06-14 15:51:11 +03:00
TAKATSU Tomonari
429488ab55 devel/R-cran-broom: Update to 0.7.7 2021-06-14 21:37:52 +09:00
Ashish SHUKLA
9eec60902e
irc/soju: Update to 0.1.2 2021-06-14 17:42:36 +05:30
Ashish SHUKLA
f49034d77e
textproc/ugrep: Update to 3.3.2 2021-06-14 17:09:02 +05:30
Jan Beich
b341ee472f devel/renpy: update to 7.4.6
Changes:	https://www.renpy.org/release/7.4.6 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-4-6
Reported by:	portscout, Repology
2021-06-14 11:26:04 +00:00
Stefan Eßer
2c448751e0 security/hashcat: update to version 6.2.2 2021-06-14 12:50:59 +02:00
Stefan Eßer
90eac8e6bc security/gpg-tui: update to version 0.5.0 2021-06-14 12:50:58 +02:00
Gabriel Dutra
a3ce7a7c07 sysutils/terraform-docs: Update to 0.14.1
- Replace PORTVESION with DISTVERSION

ChangeLog:  https://github.com/terraform-docs/terraform-docs/releases/tag/v0.14.1

PR:		256365
Approved by:	dbaio, garga (mentors, implicit)
2021-06-14 11:21:15 +01:00
Pietro Cerutti
5e25c26067 devel/tclcheck: fix distinfo and tidy 2021-06-14 08:37:40 +00:00
Alex Dupre
eae51c825f devel/sbt: update to 1.5.4 release. 2021-06-14 10:33:47 +02:00
Pietro Cerutti
8331a23b11 devel/tclcheck: update to 1.1.14
PR:		256560
Reported by:	Chris Hutchinson <portmaster@bsdforge.com>
2021-06-14 08:28:17 +00:00
Gerald Pfeifer
f445aaf983 lang/gcc10-devel: Update to the 20210411 snapshot of GCC 10.3.1
This brings one back port each for the arm back end, the Fortran and
C++ front ends, and seven for libstdc++.
2021-06-14 07:47:19 +00:00
Pietro Cerutti
7b9200898a x11-toolkits/tk87: update to 8.7a5 RC2 2021-06-14 07:37:28 +00:00
Pietro Cerutti
daab0b7f94 lang/tcl87: update to 8.7a5 RC2 2021-06-14 07:35:26 +00:00
Bernard Spil
029ca9d69f security/vuxml: Document Apache httpd vulns 2021-06-14 07:15:01 +00:00
Kevin Bowling
48df5fd0d9 databases/sqlite3: disable SQLITE_MMAP_READWRITE
Although mmap is not in use by default, this option is too specific to
enable in the system sqlite3. There are cases where the
application/developer may wish to use mmap for reads (to minimize the
sqlite pagecache), but go through the well tested (p)write routines.
2021-06-14 00:08:14 -07:00
Koichiro Iwao
58f4100c0c databases/mongodb50: add port as repocopy of databases/mongodb49
PR:		255588
Reported by:	Ronald Klop <ronald-lists@klop.ws>
Sponsored by:	HAW International
2021-06-14 14:06:56 +09:00
Koichiro Iwao
2fdaba349b security/softether-devel: fix distinfo corruption 2021-06-14 12:52:34 +09:00