| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
../src/mdns.c:838: error: 'struct mdns_svc' has no member named 'announce_callback'
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=553692
|
|
|
|
|
|
|
| |
cross-platform
Notes:
svn path=/head/; revision=553582
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/ddclient/ddclient/releases/tag/v3.9.1
PR: 250572
Submitted by: root@cooltrainer.org
Approved by: mjl@luckie.org.nz (maintainer)
MFH: 2020Q4 (blanket, runtime fixes)
Notes:
svn path=/head/; revision=553445
|
|
|
|
| |
Notes:
svn path=/head/; revision=553341
|
|
|
|
|
|
|
| |
Changes: https://downloads.isc.org/isc/bind9/9.16.8/doc/arm/html/notes.html#notes-for-bind-9-16-8
Notes:
svn path=/head/; revision=553339
|
|
|
|
|
|
|
| |
Changes: https://downloads.isc.org/isc/bind9/9.11.24/RELEASE-NOTES-bind-9.11.24.html
Notes:
svn path=/head/; revision=553338
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=553221
|
|
|
|
| |
Notes:
svn path=/head/; revision=552752
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 250318
Submitted by: Ralf van der Enden <tremere@cainites.net>
Reported by: michael.glaus@hostpoint.ch
Security: https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html
Security: CVE-2020-25829
Sponsored by: SkunkWerks, GmbH
Notes:
svn path=/head/; revision=552721
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
October 10, 2020. KDE today announces the release of KDE Frameworks 5.75.0.
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Full Announcement & Changelog:
https://kde.org/announcements/kde-frameworks-5.75.0
PR: 250251
Exp-run by: antoine
Notes:
svn path=/head/; revision=552433
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721
Notes:
svn path=/head/; revision=552221
|
|
|
|
| |
Notes:
svn path=/head/; revision=552144
|
|
|
|
|
|
|
|
|
| |
PR: 250199
Submitted by: maintainer
Sponsored by: Rubicon Communications, LLC (Netgate)
Notes:
svn path=/head/; revision=552135
|
|
|
|
|
|
|
|
|
|
|
| |
2020-10-09 sysutils/syslog-ng322: Agreed upon upstream one year deprecation policy
2020-10-09 sysutils/syslog-ng321: Agreed upon upstream one year deprecation policy
2020-10-09 sysutils/syslog-ng320: Agreed upon upstream one year deprecation policy
2020-10-09 dns/opendnssec: EOLed by upstream
2020-10-09 sysutils/syslog-ng323: Agreed upon upstream one year deprecation policy
Notes:
svn path=/head/; revision=552122
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update test target directly invoke unittest, as setup.py test is
technically deprecated and discouraged upstream, currently without a
canonical replacement [1]
Changelog:
https://github.com/kjd/idna/blob/v2.10/HISTORY.rst
[1] https://github.com/pypa/setuptools/issues/1684
PR: 245938
Submitted by: Daniel Engberg <daniel.engberg.lists pyret net>
MFH: 2020Q3 (blanket: bugfix releas(es))
Notes:
svn path=/head/; revision=552091
|
|
|
|
|
|
|
| |
Changes: https://github.com/ags-slc/localzone/blob/master/CHANGELOG.rst
Notes:
svn path=/head/; revision=551957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release contains the DNS Flag Day 2020 fixes. This sets the
default EDNS buffer size to 1232, that should reduce fragmentation.
https://dnsflagday.net/2020/
There is a new feature where it is possible to list an interface by
name. This pulls in the IP addresses associated with the interface
at server start.
FEATURES:
- Follow DNS flag day 2020 advice and
set default EDNS message size to 1232.
- Merged PR #113 with fixes. Instead of listing an IP-address to
listen on, an interface name can be specified in nsd.conf, with
ip-address: eth0. The IP-addresses for that interface are then used.
- Port TSIG code for openssl 3.0.0-alpha6.
BUG FIXES:
- Fix make install with --with-pidfile="".
- Merge #115 from millert: Fix strlcpy() usage. From OpenBSD.
- Merge #117: mini_event.h (4.3.2 and 4.3.1) on OpenBSD cannot find
fd_set - patch.
- Fix that configure checks for EVP_sha256 to detect openssl, because
HMAC_CTX_new is deprecated in 3.0.0.
- Fix #119: fix compile warnings from new gcc.
- Fix #119: warn when trying to parse a directory.
- Merge PR #121: Increase log level of recreated database from
WARNING to ERR.
- Remove unused space from LIBS on link line.
- Updated date in nsd -v output.
PR: 250203
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Relnotes: https://www.nlnetlabs.nl/news/2020/Oct/08/nsd-4.3.3-released/
Notes:
svn path=/head/; revision=551720
|
|
|
|
|
|
|
|
|
|
| |
See https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html
PR: 249366
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Notes:
svn path=/head/; revision=551383
|
|
|
|
|
|
|
|
|
| |
PR: 249365
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes: https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html
Notes:
svn path=/head/; revision=551382
|
|
|
|
|
|
|
|
| |
PR: 249364
Reported by: danfe
Notes:
svn path=/head/; revision=551381
|
|
|
|
|
|
|
|
| |
PR: 249364
Reported by: danfe
Notes:
svn path=/head/; revision=551380
|
|
|
|
|
|
|
|
| |
PR: 249363
Reported by: danfe
Notes:
svn path=/head/; revision=551379
|
|
|
|
|
|
|
|
| |
PR: 249363
Reported by: danfe
Notes:
svn path=/head/; revision=551378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port allows to install only libknot, which comes along with
Knot DNS (authoritative), but also is a depency of knot-resolver
WWW: https://www.knot-dns.cz/
PR: 249364
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Relnotes: https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html
Notes:
svn path=/head/; revision=551374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Knot DNS is a high-performance authoritative-only DNS server which
supports all key features of the domain name system including zone
AXFR and IXFR, DDNS and DNSSEC. Its key features:
* Open source
* High-performance, multi-threaded, and mostly lock-free
implementation which scales well on SMPs
* Object-oriented design
* Support for all important DNS protocols:
- Full and incremental zone transfers
- EDNS0 and DNSSEC extensions, including NSEC3
- NSID
WWW: https://www.knot-dns.cz/
PR: 249363
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Relnotes: https://www.knot-dns.cz/2020-09-09-version-300.html
Notes:
svn path=/head/; revision=551373
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Net-DNS-SEC
Notes:
svn path=/head/; revision=551279
|
|
|
|
|
|
|
|
|
|
| |
Update to dnsdist 1.5.1 and make rc.d script start earlier
PR: 250026
Submitted by: Juraj Lutter, Ralf van der Enden (maintainer)
Notes:
svn path=/head/; revision=551267
|
|
|
|
| |
Notes:
svn path=/head/; revision=550908
|
|
|
|
|
|
|
| |
Changes: https://github.com/publicsuffix/list/commits/master
Notes:
svn path=/head/; revision=550907
|
|
|
|
|
|
|
| |
Changes: https://github.com/ko-zu/psl/commits/master
Notes:
svn path=/head/; revision=550780
|
|
|
|
|
|
|
| |
- Do not bump PORTREVISION as this is a cosmetic/noop change
Notes:
svn path=/head/; revision=550726
|
|
|
|
| |
Notes:
svn path=/head/; revision=550721
|
|
|
|
| |
Notes:
svn path=/head/; revision=550718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements
- Ensure runtime dirs for virtual services differ.
References: #9073, pull request 9397
Bug Fixes
- Allow some more depth headroom for the no-qname-minimization fallback case.
References: #9375, pull request 9416
- Resize hostname to final size in getCarbonHostname().
References: pull request 9367
PR: 249188
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
Reviewed by: fernape
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Relnotes: https://doc.powerdns.com/recursor/changelog/4.3.html#change-4.3.4
Notes:
svn path=/head/; revision=550466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
- EL8 pkgs: Build mysql backend against mariadb-connector-c-devel
- gpgsql: Reintroduce prepared statements
- gsqlite3backend: add missing indexes
- use real remote for supermaster createSlaveDomain()
- Optimize IXFR-to-AXFR fallback path
- Install bind SQL schema files as part of bindbackend
- Do not send out of zone lookups to the backends
Bug Fixes:
- Raise an exception on invalid hex content in unknown records.
- Handle the extra single-row result set of MySQL stored procedures
PR: 249560
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Security: CVE-2020-17482
https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2020-05.html
Relnotes: https://doc.powerdns.com/authoritative/changelog/4.3.html#change-4.3.1
Notes:
svn path=/head/; revision=550465
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ruby Zonefile - Parse and manipulate DNS Zone Files
This class can read, manipulate and create DNS zone files. It supports A, AAAA,
MX, NS, SOA, TXT, CNAME, PTR and SRV records. The data can be accessed by the
instance method of the same name. All except SOA return an array of hashes
containing the named data. SOA directly returns the hash since there can only be
one SOA information.
WWW: https://github.com/boesemar/zonefile
Notes:
svn path=/head/; revision=550298
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Google Cloud DNS is a high-performance, resilient, global DNS service that
provides a cost-effective way to make your applications and services available
to your users. This programmable, authoritative DNS service can be used to
easily publish and manage DNS records using the same infrastructure relied upon
by Google.
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-dns
Notes:
svn path=/head/; revision=550297
|
|
|
|
|
|
|
| |
While here use INSTALL_TARGET=install-strip to install stripped binaries.
Notes:
svn path=/head/; revision=550176
|
|
|
|
|
|
|
| |
2020-09-20 dns/dnsmasq-devel: use dns/dnsmasq instead, which is newer
Notes:
svn path=/head/; revision=549934
|
|
|
|
|
|
|
|
| |
MFH: 2020Q3 (bugfix)
Changes: https://downloads.isc.org/isc/bind9/9.16.7/doc/arm/html/notes.html#notes-for-bind-9-16-7
Notes:
svn path=/head/; revision=549732
|
|
|
|
|
|
|
|
| |
MFH: 2020Q3 (bugfix)
Changes: https://downloads.isc.org/isc/bind9/9.11.23/RELEASE-NOTES-bind-9.11.23.html
Notes:
svn path=/head/; revision=549731
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog for 1.10:
- Add support for EDNS0 (extra big packets)
- Add support for querying of ANY records.
- Add represention of SRV, RP records.
Port changes:
- Take maintainership
- Upstream switched from autotools to a plain makefile; modify the port
accordingly (as a result IPV6 option is no longer offered by the port)
- Install manuals under PREFIX/share/man
Reported by: Repology
Notes:
svn path=/head/; revision=549679
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
2020-09-15 databases/ntdb: Uses deprecated version of python
2020-09-15 databases/pgloader: Uses deprecated version of python
2020-09-15 databases/pgtune: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python
2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python
2020-09-15 databases/pydbx: Uses deprecated version of python
2020-09-15 databases/pyspatialite: Uses deprecated version of python
2020-09-15 deskutils/ljcharm: Uses deprecated version of python
2020-09-15 deskutils/mat: Uses deprecated version of python
2020-09-15 devel/aap: Uses deprecated version of python
2020-09-15 devel/apr2: Uses deprecated version of python
2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python
2020-09-15 devel/bicyclerepair: Uses deprecated version of python
2020-09-15 devel/bzrtools: Uses deprecated version of python
2020-09-15 devel/codeville: Uses deprecated version of python
2020-09-15 devel/cvs2svn: Uses deprecated version of python
2020-09-15 devel/cx_Freeze: Uses deprecated version of python
2020-09-15 devel/euca2ools: Uses deprecated version of python
2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python
2020-09-15 devel/git-bzr-ng: Uses deprecated version of python
2020-09-15 devel/git-cvs: Uses deprecated version of python
2020-09-15 devel/git-remote-hg: Uses deprecated version of python
2020-09-15 devel/grumpy: Uses deprecated version of python
2020-09-15 devel/hg-git: Uses deprecated version of python
2020-09-15 devel/libnxt: Uses deprecated version of python
2020-09-15 devel/libredblack: Uses deprecated version of python
2020-09-15 devel/llvm-cheri: Uses deprecated version of python
2020-09-15 devel/phpsh: Uses deprecated version of python
2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python
2020-09-15 devel/py-notify: Uses deprecated version of python
2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python
2020-09-15 devel/py-qserve: Uses deprecated version of python
2020-09-15 devel/py-subvertpy: Uses deprecated version of python
2020-09-15 devel/py_static_check: Uses deprecated version of python
2020-09-15 devel/pyst: Uses deprecated version of python
2020-09-15 devel/runsnakerun: Uses deprecated version of python
2020-09-15 devel/tailor: Uses deprecated version of python
2020-09-15 devel/uatraits: Uses deprecated version of python
2020-09-15 dns/nsec3walker: Uses deprecated version of python
2020-09-15 dns/sshfp: Uses deprecated version of python
2020-09-15 editors/medit: Uses deprecated version of python
2020-09-15 emulators/dynagen: Uses deprecated version of python
2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python
2020-09-15 games/diameter: Uses deprecated version of python
2020-09-15 games/kiki: Uses deprecated version of python
2020-09-15 games/lightyears: Uses deprecated version of python
2020-09-15 games/outerspace: Uses deprecated version of python
2020-09-15 games/pachi-game-engine: Uses deprecated version of python
2020-09-15 graphics/caffe: Uses deprecated version of python
2020-09-15 graphics/cloudcompare: Uses deprecated version of python
2020-09-15 graphics/kudu: Uses deprecated version of python
2020-09-15 graphics/pecomato: Uses deprecated version of python
2020-09-15 graphics/py-editobj: Uses deprecated version of python
2020-09-15 graphics/py-mayavi: Uses deprecated version of python
2020-09-15 graphics/pymorph: Uses deprecated version of python
2020-09-15 graphics/tilecache: Uses deprecated version of python
2020-09-15 graphics/uniconvertor: Uses deprecated version of python
2020-09-15 japanese/mailman: Uses deprecated version of python
2020-09-15 java/eclipse-pydev: Uses deprecated version of python
2020-09-15 lang/cdent: Uses deprecated version of python
2020-09-15 lang/julia06: Uses deprecated version of python
2020-09-15 lang/julia07: Uses deprecated version of python
2020-09-15 lang/julia11: Uses deprecated version of python
2020-09-15 lang/tinypy: Uses deprecated version of python
2020-09-15 mail/cleanup-maildir: Uses deprecated version of python
2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python
2020-09-15 mail/getmail: Uses deprecated version of python
2020-09-15 mail/muttils: Uses deprecated version of python
2020-09-15 mail/nohtml: Uses deprecated version of python
2020-09-15 mail/offlineimap: Uses deprecated version of python
2020-09-15 mail/openemm2015: Uses deprecated version of python
2020-09-15 math/blitz++: Uses deprecated version of python
2020-09-15 math/openfst: Uses deprecated version of python
2020-09-15 math/py-fpconst: Uses deprecated version of python
2020-09-15 misc/hb: Uses deprecated version of python
2020-09-15 misc/mtail: Uses deprecated version of python
2020-09-15 misc/wotsap: Uses deprecated version of python
2020-09-15 multimedia/freevo: Uses deprecated version of python
2020-09-15 multimedia/quodlibet: Uses deprecated version of python
2020-09-15 multimedia/tovid: Uses deprecated version of python
2020-09-15 net/ceph13: Uses deprecated version of python
2020-09-15 net/cloud-init-azure: Uses deprecated version of python
2020-09-15 net/exabgp: Uses deprecated version of python
2020-09-15 net/exaddos: Uses deprecated version of python
2020-09-15 net/fb: Uses deprecated version of python
2020-09-15 net/flent: Uses deprecated version of python
2020-09-15 net/flowgrep: Uses deprecated version of python
2020-09-15 net/googlecl: Uses deprecated version of python
2020-09-15 net/mininet: Uses deprecated version of python
2020-09-15 net/nfs-ganesha: Uses deprecated version of python
2020-09-15 net/opensips: Uses deprecated version of python
2020-09-15 net/py-python-ntlm: Uses deprecated version of python
2020-09-15 net/splatd: Uses deprecated version of python
2020-09-15 net-im/centerim-devel: Uses deprecated version of python
2020-09-15 net-im/fugu: Uses deprecated version of python
2020-09-15 net-im/proxy65: Uses deprecated version of python
2020-09-15 net-mgmt/crmsh: Uses deprecated version of python
2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python
2020-09-15 net-p2p/couchpotato: Uses deprecated version of python
2020-09-15 news/rawdog: Uses deprecated version of python
2020-09-15 ports-mgmt/portell: Uses deprecated version of python
2020-09-15 print/biblio-py: Uses deprecated version of python
2020-09-15 science/brian: Uses deprecated version of python
2020-09-15 science/paraview: Uses deprecated version of python
2020-09-15 security/arm: Uses deprecated version of python
2020-09-15 security/ismtp: Uses deprecated version of python
2020-09-15 security/py-halberd: Uses deprecated version of python
2020-09-15 security/switzerland: Uses deprecated version of python
2020-09-15 security/tsshbatch: Uses deprecated version of python
2020-09-15 shells/lshell: Uses deprecated version of python
2020-09-15 sysutils/abck: Uses deprecated version of python
2020-09-15 sysutils/condor: Uses deprecated version of python
2020-09-15 sysutils/farbot: Uses deprecated version of python
2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python
2020-09-15 sysutils/heartbeat: Uses deprecated version of python
2020-09-15 sysutils/isomd5sum: Uses deprecated version of python
2020-09-15 sysutils/py-stdiff: Uses deprecated version of python
2020-09-15 sysutils/tren: Uses deprecated version of python
2020-09-15 textproc/doclifter: Uses deprecated version of python
2020-09-15 textproc/ibus-el: Uses deprecated version of python
2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap
2020-09-15 textproc/plover: Uses deprecated version of python
2020-09-15 textproc/py-esmre: Uses deprecated version of python
2020-09-15 textproc/py-libxslt: Uses deprecated version of python
2020-09-15 textproc/py-pdfminer: Uses deprecated version of python
2020-09-15 textproc/translate-toolkit: Uses deprecated version of python
2020-09-15 www/bluefish: Uses deprecated version of python
2020-09-15 www/calendarserver: Uses deprecated version of python
2020-09-15 www/geeknote: Uses deprecated version of python
2020-09-15 www/go-appengine-sdk: Uses deprecated version of python
2020-09-15 www/google-appengine: Uses deprecated version of python
2020-09-15 www/libhpack: Uses deprecated version of python
2020-09-15 www/mkapachepw: Uses deprecated version of python
2020-09-15 www/mod_pagespeed: Uses deprecated version of python
2020-09-15 www/mod_python35: Uses deprecated version of python
2020-09-15 www/py-qp: Uses deprecated version of python
2020-09-15 www/py-url: Uses deprecated version of python
2020-09-15 www/pyblosxom: Uses deprecated version of python
2020-09-15 www/pyjamas: Uses deprecated version of python
2020-09-15 www/roundup: Uses deprecated version of python
2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python
2020-09-15 www/waccess: Uses deprecated version of python
2020-09-15 www/wadcomblog: Uses deprecated version of python
2020-09-15 www/webcheck: Uses deprecated version of python
2020-09-15 www/woof: Uses deprecated version of python
2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python
2020-09-15 x11-fm/twander: Uses deprecated version of python
2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python
2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python
Notes:
svn path=/head/; revision=548980
|
|
|
|
|
|
|
| |
PR: 249228
Notes:
svn path=/head/; revision=548812
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Net-DNS
Notes:
svn path=/head/; revision=548641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
September 06, 2020. KDE today announces the release of KDE Frameworks 5.74.0.
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Full announcement:
https://kde.org/announcements/kde-frameworks-5.74.0
PR: 249277
Exp-run: antoine
Notes:
svn path=/head/; revision=548634
|
|
|
|
| |
Notes:
svn path=/head/; revision=548619
|
|
|
|
|
|
|
|
|
|
|
|
| |
Latest release that supports Python 2 and 3.
This version brings api token support.
PR: 248959
Reported by: player701@player701.ru
Approved by: python (with hat)
Notes:
svn path=/head/; revision=548496
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://www.knot-dns.cz/2020-08-31-version-296.html
Remove Python from DOCS option, it is not necessary at this moment. [1]
PR: 249169
PR: 243374 [1]
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Reported by: alex_y_xu@yahoo.ca [1]
Notes:
svn path=/head/; revision=548443
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=548213
|