aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail/fetchmail: update to 6.4.24 and block LibreSSL.Matthias Andree2021-11-204-59/+52
| | | | | | | | | | | | | | | | | | | | | | | Now really 6.4.24 and not a 6.4.25 WIP. fetchmail cannot legally be linked with LibreSSL, because there is no GPLv2 clause 2b exemption for LibreSSL, only for OpenSSL. Correct LICENSE and remove LICENSE_COMB. Add comment on FSF dynamic linking dynamically suggested by Corey Halpin in the approval. Remove LibreSSL patch. Related to: PR: 259214 Update: PR: 259945 MFH: 2021Q4 Approved by: chalpin@cs.wisc.edu (maintainer)
* Revert "mail/fetchmail: update to 6.4.24 and block LibreSSL."Matthias Andree2021-11-204-60/+59
| | | | | This reverts commit 30e97245f9dd9ddef1bffd874a9035a6fe9b6817. That wasn't the approved patch, but a later WIP one. Fixing up.
* mail/fetchmail: update to 6.4.24 and block LibreSSL.Matthias Andree2021-11-204-59/+60
| | | | | | | | | | | | | | | | | | | | fetchmail cannot legally be linked with LibreSSL, because there is no GPLv2 clause 2b exemption for LibreSSL, only for OpenSSL. Correct LICENSE and remove LICENSE_COMB. Remove LibreSSL patch. Add FSF comment suggested by Corey Halpin in PR. Related to: PR: 259214 Update: PR: 259945 MFH: 2021Q4 Approved by: chalpin@cs.wisc.edu (maintainer)
* multimedia/pipewire: force rebuild consumers after 8691df3a5142Jan Beich2021-11-207-2/+7
| | | | | | | | | | | | | ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire support is often runtime-optional the breakage maybe hard to notice. ERROR kooha::backend::screencast_portal > Error from screencast call: Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))), Some("No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop"), Msg { type: Error, sender: UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [ s (115), ] })) ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol "pw_init" PR: 259621
* net-im/nheko: update to 0.9.0, latest upstreamAdriaan de Groot2021-11-206-49/+18
| | | | | | | This pulls in an update to mtxclient (which then needs coeurl...). E2E encryption is now fully supported (but not audited). There is VOIP support which is switched off right now because our gstreamer seems to be too old.
* ftp/coeurl: New port, C++ wrapper around libcurlAdriaan de Groot2021-11-205-0/+41
| | | | | | Functionally, This seems to be an awful lot like ftp/curlpp, but consumers want something else. This is part of the mtxclient and nheko Matrix stack.
* audio/praat: Update to 6.2.01, latest upstreamAdriaan de Groot2021-11-203-7/+7
| | | | | | | | The release notes page has been reformatted, so it's quite short: https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html Bugfixes and Wayland compatibility (which is not yet relevant on our end, I'm not going to chase that).
* devel/kerl: Update to version 2.2.2Jimmy Olgeni2021-11-202-4/+4
|
* www/tt-rss: Update to g20211119Carlo Strub2021-11-203-24/+104
| | | | | PR: 259805 Reported by: maintainer
* sysutils/py-pkginfo: Update to 1.8.1Guangyuan Yang2021-11-202-4/+4
|
* devel/go-glide: Return to poolCarlo Strub2021-11-204-4/+4
| | | | | | | | devel/go-protobuf: Return to pool devel/go-tools: Return to pool devel/goprotobuf: Return to pool
* irc/soju: Update to 0.3.0Ashish SHUKLA2021-11-202-23/+53
|
* sysutils/fluent-bit: Update to 1.8.10Palle Girgensohn2021-11-202-4/+4
| | | | Release notes: https://fluentbit.io/announcements/v1.8.10/
* lang/silq: Fix build failures due to llvm13 changesStefan Eßer2021-11-203-13/+38
| | | | | | | | | | | | | The visibility rules of some variables have been changed in LLD13, leading to link failures. This is no issue if LDC is built with LLVM13, but the version currently in the ports tree is too old to be build with LLVM13. As a work around and since the currently provided LDC is built with LLVM10, make this port depend on LLVM10, too. Update to the latest development source level on this occasion.
* lang/php80: Upgrade from 8.0.12 to 8.0.13Torsten Zuehlsdorff2021-11-206-43/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | Core: Fixed bug #81518 (Header injection via default_mimetype / default_charset). Date: Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2). DBA: Fixed bug #81588 (TokyoCabinet driver leaks memory). MBString: Fixed bug #76167 (mbstring may use pointer from some previous request). Opcache: Fixed bug #81512 (Unexpected behavior with arrays and JIT). PCRE: Fixed bug #81424 (PCRE2 10.35 JIT performance regression). XML: Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) XMLReader: Fixed bug #81521 (XMLReader::getParserProperty may throw with a valid property). Also include a patch to fix issue 259725: dns_get_record fails when requested record doesn't exist PR: 259725 Reported by: fsbruva@yahoo.com Sponsored by: Bounce Experts
* lang/php74: Upgrade from 7.4.25 to 7.4.26Torsten Zuehlsdorff2021-11-206-43/+49
| | | | | | | | | | | | | | | | | | | | | | | | Core: Fixed bug #81518 (Header injection via default_mimetype / default_charset). Date: Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2). MBString: Fixed bug #76167 (mbstring may use pointer from some previous request). MySQLi: Fixed bug #81494 (Stopped unbuffered query does not throw error). PCRE: Fixed bug #81424 (PCRE2 10.35 JIT performance regression). Streams: Fixed bug #54340 (Memory corruption with user_filter). XML: Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) Also include a patch to fix issue 259725: dns_get_record fails when requested record doesn't exist PR: 259725 Reported by: fsbruva@yahoo.com Sponsored by: Bounce Experts
* lang/php73: Upgrade from 7.3.32 to 7.3.33Torsten Zuehlsdorff2021-11-202-4/+4
| | | | | | | | XML: Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) Sponsored by: Bounce Experts
* multimedia/plexmediaserver-plexpass: Update to 1.25.0.5246Mark Felder2021-11-202-5/+5
| | | | Changelog: https://forums.plex.tv/t/plex-media-server/30447/470
* multimedia/plexmediaserver: Update to 1.24.5.5173Mark Felder2021-11-202-5/+5
| | | | Changelog: https://forums.plex.tv/t/plex-media-server/30447/467
* graphics/gscan2pdf: update to 2.12.4Christoph Moench-Tegeder2021-11-203-5/+4
| | | | | Announcement: https://sourceforge.net/p/gscan2pdf/mailman/message/37388312/
* textproc/py-rich: Update to 10.14.0Matthew Seaman2021-11-202-4/+4
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.14.0/CHANGELOG.md
* astro/kosmorro: upgrade to v0.10.6Thierry Thomas2021-11-202-4/+4
| | | | | Release notes at <https://github.com/Kosmorro/kosmorro/releases/tag/v0.10.6>.
* multimedia/mkvtoolnix: Update to upstream version 63.0.0Thomas Zander2021-11-202-5/+4
| | | | | | | Details: - See https://mkvtoolnix.download/doc/NEWS.md MFH: 2021Q4
* multimedia/pipewire: Add a patch to fix ambguous function name issue.Gleb Popov2021-11-202-0/+68
| | | | PR: 259621
* x11-wm/sdorfehs: Update to 1.2Joseph Mingrone2021-11-202-4/+4
| | | | https://github.com/jcs/sdorfehs/releases/tag/v1.2
* comms/py-esptool: Update to 3.2Fukang Chen2021-11-202-16/+6
| | | | | | | | Changelog: https://github.com/espressif/esptool/releases/tag/v3.2 MFH: No (feature release)
* devel/py-swagger-spec-validator: Unbreak fetchKai Knoblich2021-11-201-3/+3
| | | | | | | The distfile was rerolled by upstream. The files in the old and new tarballs contain no differences apart from the timestamps. Reported by: fluffy
* lang/gcc12-devel: fix build on powerpcPiotr Kubaj2021-11-201-1/+1
| | | | Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102278 by using older GCC to build.
* math/muparser: fix build on armv7Piotr Kubaj2021-11-201-1/+1
| | | | Same issue as on powerpc.
* textproc/po4a: Update to 0.65Danilo G. Baio2021-11-203-4/+6
| | | | Changelog: https://github.com/mquinson/po4a/blob/v0.65/NEWS
* textproc/py-xmlschema: Update to 1.8.2Danilo G. Baio2021-11-202-4/+4
| | | | Changelog: https://github.com/sissaschool/xmlschema/blob/v1.8.2/CHANGELOG.rst
* security/openssl-devel: Fix detection of ARM CPU featuresBernard Spil2021-11-202-1/+66
| | | | | | | | | | Upstream: * https://github.com/openssl/openssl/pull/17082 * https://github.com/openssl/openssl/pull/17084 PR: 259937 Submitted by: allanjude Differential Revision: https://reviews.freebsd.org/D33062
* sysutils/czkawka: update to 3.3.0Jan Beich2021-11-202-212/+220
| | | | | Changes: https://github.com/qarmin/czkawka/releases/tag/3.3.0 Reported by: GitHub (watch releases)
* www/nextcloud-forms: Update to 2.4.0Bernard Spil2021-11-202-6/+6
|
* textproc/mdbook: fix build on powerpcPiotr Kubaj2021-11-201-50/+0
| | | | Remove stale patch that has been committed in libc 0.2.98 and now breaks build.
* graphics/drm-fbsd12.0-kmod: Remove mention of legacy kmodsEmmanuel Vadot2021-11-201-3/+0
| | | | | | | graphics/drm-legacy-kmod was removed and the still present in 12 drm modules aren't supported so remove this comment. PR: 253113
* www/jira-cli: Update to 0.2.0Santhosh Raju2021-11-202-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 0.1.1: > This version has some breaking changes in the config file and, you will need to regenerate the config for all features to work. - The tool is now compatible with next-gen/team-managed project. - New filters when listing issues, viz: - Filter by parent: This will allow you to list all sub-tasks of a task. - Order by filter: This will allow you to display a list sorted by their rank for example. - You can now assign epic to the issue on creation. - You can add issues to the sprint with `jira sprint add` - feat: Allow to assign epic on create #194 - feat: Cmd to add issues to sprint #205 - feat: Allow to filter by parent #197 - feat: Add order-by filter #206 - feat: Add type on project listing #190 - fix: Make epic add work in next-gen project #195 - fix: Epic creation for next-gen project #192 - fix: Make epic remove work in next-gen project #196 - fix: Make epic list work for next-gen project #201 - fix: Segmentation fault on view #202 - fix(tui): Link/key copy is broken for altered key col #204 - cfg!: Expand config to include project type #191 - cfg!: Rename field to name and add link field to epic #193 - dep: Upgrade rivo/tview #176 - dep: Upgrade outdated deps to latest #177 - dep: Use Go 1.17 #178 **Full Changelog**: https://github.com/ankitpokhrel/jira-cli/compare/v0.1.1...v0.2.0
* graphics/vapoursynth-fmtconv: update to r28Jan Beich2021-11-202-4/+4
| | | | | Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r28 Reported by: GitHub (watch releases)
* graphics/qgis-ltr: Update to 3.16.14Rainer Hurling2021-11-202-4/+4
| | | | | | Changelog: https://github.com/qgis/QGIS/compare/final-3_16_13%5E...final-3_16_14 Reported by: Repology
* devel/pecl-swoole: update to 4.8.2.Vanilla I. Shu2021-11-202-4/+4
|
* devel/py-grpcio-tools: update to 1.42.0.Vanilla I. Shu2021-11-202-4/+4
|
* devel/py-grpcio: update to 1.42.0.Vanilla I. Shu2021-11-202-9/+9
|
* graphics/qgis: Update to 3.22.1Rainer Hurling2021-11-202-5/+4
| | | | | | Changelog: https://github.com/qgis/QGIS/compare/final-3_22_0%5E...final-3_22_1 Reported by: Repology
* sysutils/inotify-tools: Update 3.20.11.0 -> 3.21.9.6Yuri Victorovich2021-11-206-27/+31
| | | | Reported by: portscout
* science/jmol: Update 14.31.60 -> 14.31.61Yuri Victorovich2021-11-203-4/+6
| | | | Reported by: portscout
* security/hexl: Update 1.2.1 -> 1.2.3Yuri Victorovich2021-11-203-9/+10
| | | | Reported by: portscout
* misc/free42: Update 3.0.6 -> 3.0.7Yuri Victorovich2021-11-202-4/+4
| | | | Reported by: portscout
* cad/netgen-lvs: Update 1.5.208 -> 1.5.209Yuri Victorovich2021-11-202-4/+4
| | | | Reported by: portscout
* german/ding: Update to 1.9Beat Gaetzi2021-11-203-8/+7
| | | | | PR: 259943 Submitted by: rhurlin@
* devel/z88dk: hook the test suite to our framework (one test fails)Alexey Dokuchaev2021-11-201-2/+21
| | | | | While here, tweak the `post-install' target recipe a bit (nothing important or affecting the package).