1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

623457 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
627d9b8a64 chinese/libime: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:48 +02:00
Muhammad Moinur Rahman
de6240d6a1 x11-toolkits/itk: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:48 +02:00
Muhammad Moinur Rahman
74791d08b9 multimedia/mjpegtools: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:48 +02:00
Muhammad Moinur Rahman
0a27454da6 graphics/plotutils: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:48 +02:00
Muhammad Moinur Rahman
6237f271f4 x11-toolkits/irrlicht: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:47 +02:00
Muhammad Moinur Rahman
436f58ed00 java/jikes: Fix build with llvm16
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:47 +02:00
Muhammad Moinur Rahman
de06f99a9c graphics/gle: Fix build with llvm16
- Add LICENSE GPLv2
- Pet portclippy
- Add missing USE_XORG=xext reported by poudriere testport

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:47 +02:00
Muhammad Moinur Rahman
abad80143b x11-toolkits/fox16: Fix build with llvm16
- Utilize USES=localbase

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:47 +02:00
Muhammad Moinur Rahman
3a8cd0d0c8 java/openjfx14: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-25 20:09:46 +02:00
Cy Schubert
2bda327dba security/krb5-119: Flag broken with OpenSSL 3.0 in 14-CURRENT 2023-06-25 10:53:14 -07:00
Cy Schubert
0adf433938 security/krb5-118: Remove expired MIT KRB5 1.18 port 2023-06-25 10:53:14 -07:00
Cy Schubert
46980efe59 security/krb5-119: Fix EXPIRATION_DATE typo 2023-06-25 10:53:13 -07:00
Cy Schubert
d0a17f9dae security/krb5-118: Fix EXPIRATION_DATE typo 2023-06-25 10:53:13 -07:00
Daniel Engberg
18792f20a2 devel/ticcutils: Remove libtar dependency
Removed in upstream commit a6cafc98689a177f54c0af8f222dd488d6c442ac

Approved by:	portmgr (build fix)
2023-06-25 19:33:37 +02:00
Christian Weisgerber
903973f2f5 audio/flac: revert update 1.4.2 → 1.4.3
As MAINTAINER, I was not given a chance to review this and it likely
introduces gratuitous changes I object to.

This reverts commit f7f2d731c8.
2023-06-25 19:15:27 +02:00
Thierry Thomas
656ce340b0 math/libbraiding: work-around to build with clang 16
Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.

Without that, it fails with this error:

./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std'
--- braiding.lo ---
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std'
(+ many others)

Since I’m there, strip the library.

PR:		271047
Reported by:	pkg-fallout
2023-06-25 18:57:15 +02:00
Luca Pizzamiglio
5aba571d19 benchmarks/stress-ng: update to 0.15.10
Add mpfr as new dependency
Make portlint happy
2023-06-25 18:45:49 +02:00
Luca Pizzamiglio
e525f82644 www/lychee: update to 0.13.0
Re-enable openssl 3.x support
Remove openssl-src
2023-06-25 18:44:41 +02:00
Thierry Thomas
86aa24afc6 math/eclib: work-around to build with clang 16
Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.

Without that, it fails with this error:

In file included from unimod.cc:24:
In file included from ./eclib/unimod.h:27:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
      ~~~~~^
--- interface.lo ---
In file included from interface.cc:24:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
      ~~~~~^
1 error generated.
*** [interface.lo] Error code 1

PR:		271047
Reported by:	pkg-fallout
2023-06-25 18:36:53 +02:00
Charlie Li
58b5fdee52
comms/chirp: update to 20230621
Event: ARRL/RAC Field Day 2023
2023-06-25 12:12:21 -04:00
Fernando Apesteguía
99141fec1a science/afni: update to 23.1.09 2023-06-25 18:05:46 +02:00
Daniel Engberg
f7f2d731c8 audio/flac: Update 1.4.2 → 1.4.3
PR:	272185
2023-06-25 08:57:35 -07:00
Jan Beich
4828dae14a multimedia/libva-intel-hybrid-driver: unbreak build with clang 16
In file included from intel_hybrid_hostvld_vp9.cpp:67:
./intel_hybrid_hostvld_vp9_engine.h:116:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    register INT                     iNumBits);
    ^~~~~~~~~

Reported by:	pkg-fallout
2023-06-25 15:52:09 +00:00
Jan Beich
32a8753e3f devel/spirv-llvm-translator: unbreak build with clang 16
In file included from lib/SPIRV/LLVMToSPIRVDbgTran.cpp:38:
In file included from lib/SPIRV/LLVMToSPIRVDbgTran.h:42:
In file included from lib/SPIRV/libSPIRV/SPIRVModule.h:44:
In file included from lib/SPIRV/libSPIRV/SPIRVEntry.h:44:
In file included from lib/SPIRV/libSPIRV/SPIRVEnum.h:44:
In file included from lib/SPIRV/libSPIRV/SPIRVOpCode.h:45:
lib/SPIRV/libSPIRV/spirv_internal.hpp:182:5: error: integer value 16777216 is outside the valid range of values [0, 16777215] for the enumeration type 'LoopControlMask' [-Wenum-constexpr-conversion]
    static_cast<LoopControlMask>(ILoopControlLoopCountINTELMask);
    ^

Reported by:	pkg-fallout
Regressed by:	https://github.com/llvm/llvm-project/commit/b36453530418
See also:	https://github.com/KhronosGroup/SPIRV-LLVM-Translator/commit/1d5694629aad
2023-06-25 15:52:08 +00:00
Chris Rees
62e8b91190 mail/dmarcts-report-parser: New port
A Perl based tool to parse DMARC reports, based on John Levine's rddmarc,
but extended by the following features:

    Allow to read messages from an IMAP server and not only from
    the local filesystem.

    Store much more XML values into the database (for example the
    missing SPF and DKIM results from the policy_evaluated section)
    and also the entire XML for later reference.

    Supports MySQL and PostgreSQL.

    Needed database tables and columns are created automatically,
    database by themselves.
2023-06-25 16:38:46 +01:00
Hajimu UMEMOTO
a4dc07b5ab mail/cyrus-imapd23: ignore build with llvm 16 2023-06-26 00:35:22 +09:00
Hajimu UMEMOTO
0fc7258682 mail/cyrus-imapd24: include bsd.ports.post.mk rather than bsd.ports.mk 2023-06-26 00:22:14 +09:00
Hajimu UMEMOTO
0e9f4482ed mail/cyrus-imapd24: ignore build with llvm 16 2023-06-26 00:17:26 +09:00
Luca Pizzamiglio
28806b7fc2 devel/sccache: Update to 0.5.3
This version is compatible with OpenSSL 3.x
Remove any reference to openssl-src
This is going to ensure that no vendored openssl is going to be used
2023-06-25 16:53:26 +02:00
Tijl Coosemans
1237feacf2 print/hplip: Fix build with llvm16
PR:		272171
2023-06-25 16:44:03 +02:00
Gleb Popov
dff31335fa x11/xpra-html5: Update to 8.1
Reported by:	portscout!
2023-06-25 14:02:52 +03:00
Gleb Popov
8bd737a18e devel/py-noseofyeti: Update to 2.4.2
Reported by:	portscout!
2023-06-25 14:02:51 +03:00
Gleb Popov
51798ee64c net-p2p/cardano-node: Update to 8.1.1
Reported by:	Boris Polujin <boris@zfs.ninja>
2023-06-25 14:02:51 +03:00
Gabriel M. Dutra
67ce6e5e1c */*: Updating maintainer address
PR:		272055
Reported by:	nulldutra@proton.me (maintainer)
2023-06-25 12:55:59 +02:00
Yuri Victorovich
558ce1efd8 security/zlint: New port: X.509 certificate linter 2023-06-25 01:28:13 -07:00
Yuri Victorovich
8da1e27502 science/hypre: Update 2.28.0 → 2.29.0
Reported by:	portscout
2023-06-25 01:26:02 -07:00
Yuri Victorovich
6d9bfa454b sysutils/rush: Update 0.5.0 → 0.5.1
Reported by:	portscout
2023-06-25 01:04:54 -07:00
Yuri Victorovich
f0362bb219 www/lzr: New port: Fast Go application scanner 2023-06-25 00:55:36 -07:00
Mikael Urankar
6f9bdce5b9 net-im/signal-desktop: Update to 6.22.0
Changes:
  https://github.com/signalapp/Signal-Desktop/releases/tag/v6.22.0
2023-06-25 09:48:54 +02:00
Boris Korzun
86d7d344b5 www/grafana8: Update to 8.5.27
- Set as deprecated after Grafana 10 released.

ChangeLog:
https://grafana.com/blog/2023/06/22/grafana-security-release-for-cve-2023-3128/

PR:		272161
MFH:		2023Q2
Security:	fdbe9aec-118b-11ee-908a-6c3be5272acd
2023-06-25 08:23:16 +01:00
Boris Korzun
d86981321a www/grafana9: Update to 9.5.5
ChangeLog:
https://grafana.com/blog/2023/06/22/grafana-security-release-for-cve-2023-3128/

PR:		272161
MFH:		2023Q2
Security:	fdbe9aec-118b-11ee-908a-6c3be5272acd
2023-06-25 08:23:15 +01:00
Boris Korzun
60127f6f40 security/vuxml: Add www/grafana{8,9} vulnerabilities
* CVE-2023-3128 - Account takeover / authentication bypass
( https://grafana.com/security/security-advisories/cve-2023-3128 )

PR:		272161
2023-06-25 08:23:15 +01:00
Yuri Victorovich
cdeafd8493 www/zgrab2: New port: Fast Go application scanner 2023-06-25 00:03:56 -07:00
Yuri Victorovich
ee656d2bb9 devel/py-itertree: Update 0.8.2 → 1.0.1
Reported by:	portscout
2023-06-25 00:03:55 -07:00
Yuri Victorovich
5a55735fc3 math/kissat: Update 3.0.0 → 3.1.0
Reported by:	portscout
2023-06-25 00:03:55 -07:00
Yuri Victorovich
857c051bee devel/argc: Update 1.5.0 → 1.6.0
Reported by:	portscout
2023-06-25 00:03:54 -07:00
Charlie Li
fe6320a394
graphics/inkscape: partially pull in two upstream changes
Both changes are for removing std::unary_function and std::binary_function,
which are deprecated in C++17 and error in clang 16:
- https://gitlab.com/inkscape/inkscape/-/merge_requests/4463 (partial)
- https://gitlab.com/inkscape/inkscape/-/merge_requests/4483 (full)
These involve code refactorings where functional changes can exist
so bump PORTREVISION.

Event: ARRL/RAC Field Day 2023
2023-06-25 01:12:27 -04:00
Jung-uk Kim
62bfc7f0f5 deskutils/kdepim-runtime: Fix build with llvm 16
Approved by:	portmgr (blanket)
2023-06-25 00:50:05 -04:00
Jung-uk Kim
97bb4872ef net/messagelib: Fix build with llvm 16
Approved by:	portmgr (blanket)
2023-06-25 00:48:38 -04:00
Cy Schubert
0a04ec004e sysutils/cfengine318: Flag as BROKEN under 14-CURRENT
cfengine 3.18 does not support OpenSSL 3.0. As it is deprecated and
scheduled for removal in August, let's simply flag it BROKEN.
2023-06-24 21:15:55 -07:00