Re: [maintainer update] sysutils/lsd v1.1.2

2024-06-27 Thread Laurent Cheylus
On Sat, 8 Jun 2024 11:38:34 +0200 (CEST), Laurent Cheylus wrote:

> update for sysutils/lsd version 1.1.2 ("ls deluxe" written in Rust).
> Changelog: https://github.com/lsd-rs/lsd/releases/tag/v1.1.2

> Build and tests OK on current/amd64 with Rust 1.78.0

Bump, please tests welcome and commit if OK.

Laurent



Re: UPDATE: Blender 3.3.20

2024-06-27 Thread Mike Larkin
On Thu, Jun 27, 2024 at 10:20:23PM -0400, Brad Smith wrote:
> Here is an update to Blender 3.3.20.
>
>

Is there a reason we can't go to blender 4?

> Blender 3.3.20 LTS - June 25, 2024
>
> - Fix #102872: Custom Normals Average operator ui shows wrong properties. 
> [#121864]
> - layout.template_search() causes crash if target is a PointerProperty. 
> [#122150]
> - Hair Curves: Grow brush doesn't work if curves have only two points. 
> [#122598]
> - Pie menu performs multiple actions at the same time if it appears near the 
> edge of screen and hotkey is used. [#122526]
>
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/graphics/blender/Makefile,v
> retrieving revision 1.124
> diff -u -p -u -p -r1.124 Makefile
> --- Makefile  29 May 2024 08:04:35 -  1.124
> +++ Makefile  28 Jun 2024 02:14:25 -
> @@ -7,8 +7,7 @@ DPB_PROPERTIES = parallel
>
>  COMMENT =3D creation software
>
> -DISTNAME =   blender-3.3.16
> -REVISION =   2
> +DISTNAME =   blender-3.3.20
>  CATEGORIES = graphics
>
>  HOMEPAGE =   https://www.blender.org/
> @@ -40,12 +39,13 @@ COMPILER =base-clang ports-gcc
>
>  CONFIGURE_ARGS = -DPYTHON_INCLUDE_DIR="${MODPY_INCDIR}" \
>   -DPYTHON_VERSION=${MODPY_VERSION} \
> - -DWITH_INTERNATIONAL=OFF \
> - -DWITH_OPENMP=OFF \
> - -DWITH_SYSTEM_GLEW=ON \
>   -DWITH_CYCLES_EMBREE=OFF \
> + -DWITH_INSTALL_PORTABLE=OFF \
> + -DWITH_INTERNATIONAL=OFF \
>   -DWITH_JACK=OFF \
> - -DWITH_PULSEAUDIO=OFF
> + -DWITH_OPENMP=OFF \
> + -DWITH_PULSEAUDIO=OFF \
> + -DWITH_SYSTEM_GLEW=ON
>
>  # Disable PCH, build issue with cmake 3.28
>  CONFIGURE_ARGS +=-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
> Index: distinfo
> ===
> RCS file: /cvs/ports/graphics/blender/distinfo,v
> retrieving revision 1.36
> diff -u -p -u -p -r1.36 distinfo
> --- distinfo  23 Mar 2024 13:34:46 -  1.36
> +++ distinfo  28 Jun 2024 02:14:25 -
> @@ -1,2 +1,2 @@
> -SHA256 (blender-3.3.16.tar.xz) = pSJ3SvSJ5Gf8q6r4DvI3mTw4ZjHtClZW6baYhCsEKRc=
> -SIZE (blender-3.3.16.tar.xz) = 41924328
> +SHA256 (blender-3.3.20.tar.xz) = 4oACMsujHrxKu7f8yYg5m4twGelvM1fwad3m4XKm+qY=
> +SIZE (blender-3.3.20.tar.xz) = 41912112
>



UPDATE: Blender 3.3.20

2024-06-27 Thread Brad Smith
Here is an update to Blender 3.3.20.


Blender 3.3.20 LTS - June 25, 2024

- Fix #102872: Custom Normals Average operator ui shows wrong properties. 
[#121864]
- layout.template_search() causes crash if target is a PointerProperty. 
[#122150]
- Hair Curves: Grow brush doesn't work if curves have only two points. [#122598]
- Pie menu performs multiple actions at the same time if it appears near the 
edge of screen and hotkey is used. [#122526]


Index: Makefile
===
RCS file: /cvs/ports/graphics/blender/Makefile,v
retrieving revision 1.124
diff -u -p -u -p -r1.124 Makefile
--- Makefile29 May 2024 08:04:35 -  1.124
+++ Makefile28 Jun 2024 02:14:25 -
@@ -7,8 +7,7 @@ DPB_PROPERTIES = parallel
 
 COMMENT =  3D creation software
 
-DISTNAME = blender-3.3.16
-REVISION = 2
+DISTNAME = blender-3.3.20
 CATEGORIES =   graphics
 
 HOMEPAGE = https://www.blender.org/
@@ -40,12 +39,13 @@ COMPILER =  base-clang ports-gcc
 
 CONFIGURE_ARGS =   -DPYTHON_INCLUDE_DIR="${MODPY_INCDIR}" \
-DPYTHON_VERSION=${MODPY_VERSION} \
-   -DWITH_INTERNATIONAL=OFF \
-   -DWITH_OPENMP=OFF \
-   -DWITH_SYSTEM_GLEW=ON \
-DWITH_CYCLES_EMBREE=OFF \
+   -DWITH_INSTALL_PORTABLE=OFF \
+   -DWITH_INTERNATIONAL=OFF \
-DWITH_JACK=OFF \
-   -DWITH_PULSEAUDIO=OFF
+   -DWITH_OPENMP=OFF \
+   -DWITH_PULSEAUDIO=OFF \
+   -DWITH_SYSTEM_GLEW=ON
 
 # Disable PCH, build issue with cmake 3.28
 CONFIGURE_ARGS +=  -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
Index: distinfo
===
RCS file: /cvs/ports/graphics/blender/distinfo,v
retrieving revision 1.36
diff -u -p -u -p -r1.36 distinfo
--- distinfo23 Mar 2024 13:34:46 -  1.36
+++ distinfo28 Jun 2024 02:14:25 -
@@ -1,2 +1,2 @@
-SHA256 (blender-3.3.16.tar.xz) = pSJ3SvSJ5Gf8q6r4DvI3mTw4ZjHtClZW6baYhCsEKRc=
-SIZE (blender-3.3.16.tar.xz) = 41924328
+SHA256 (blender-3.3.20.tar.xz) = 4oACMsujHrxKu7f8yYg5m4twGelvM1fwad3m4XKm+qY=
+SIZE (blender-3.3.20.tar.xz) = 41912112



Re: UPDATE: Dolphin

2024-06-27 Thread Brad Smith

ping.

On 2024-06-13 2:27 p.m., Brad Smith wrote:

Here are some fixes for the Dolphin port.

- Now that the enet port is up to date use the system copy.
- Remove the SoundTouch build workaround. The issue with the way the header
   was included and the header path was fixed properly.


Index: Makefile
===
RCS file: /cvs/ports/emulators/dolphin/Makefile,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 Makefile
--- Makefile1 Jun 2024 09:01:48 -   1.23
+++ Makefile13 Jun 2024 18:21:55 -
@@ -6,6 +6,7 @@ COMMENT-main =  Nintendo GameCube and Wi
  COMMENT-nogui =   Nintendo GameCube and Wii emulator
  
  PKGNAME =		dolphin-5.0.0.20240524

+REVISION = 0
  DIST_TUPLE += github dolphin-emu dolphin \
222a3930807545d9ebffebfbd13c3a816f788434 . # GPLv2
  
@@ -82,7 +83,7 @@ MULTI_PACKAGES =	-main -nogui

  PERMIT_PACKAGE =  Yes
  
  cWANTLIB =		EGL GL GLU SDL2 X11 Xi Xrandr avcodec avformat avutil \

-   bz2 c curl fmt hidapi-libusb iconv lz4 lzma lzo2 m \
+   bz2 c curl enet fmt hidapi-libusb iconv lz4 lzma lzo2 m 
\
mbedcrypto mbedtls mbedx509 miniupnpc minizip pthread \
pugixml sfml-network sfml-system speexdsp spng swscale \
swresample usb-1.0 xxhash zstd \
@@ -110,6 +111,7 @@ LIB_DEPENDS-nogui = archivers/lz4 \
graphics/libspng \
multimedia/sfml \
net/curl \
+   net/enet>=1.3.18 \
net/miniupnp/miniupnpc \
security/polarssl \
sysutils/xxhash \
@@ -131,15 +133,7 @@ CONFIGURE_ARGS +=  -DENABLE_ALSA=OFF \
-DENABLE_VULKAN=OFF \
-DUSE_DISCORD_PRESENCE=OFF \
-DUSE_SANITIZERS=OFF \
-   -DUSE_SYSTEM_ENET=OFF \
-DUSE_SYSTEM_LIBMGBA=OFF \
-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
-
-FIX_CRLF_FILES =   Externals/soundtouch/SoundTouch.cpp \
-   Externals/soundtouch/SoundTouch.h
-
-post-configure:
-   @mv ${WRKSRC}/Externals/soundtouch/SoundTouch.h \
-   ${WRKSRC}/Externals/soundtouch/ExtSoundTouch.h
  
  .include 

Index: patches/patch-Externals_soundtouch_SoundTouch_cpp
===
RCS file: patches/patch-Externals_soundtouch_SoundTouch_cpp
diff -N patches/patch-Externals_soundtouch_SoundTouch_cpp
--- patches/patch-Externals_soundtouch_SoundTouch_cpp   16 Apr 2024 17:21:57 
-  1.4
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-Index: Externals/soundtouch/SoundTouch.cpp
 Externals/soundtouch/SoundTouch.cpp.orig
-+++ Externals/soundtouch/SoundTouch.cpp
-@@ -68,7 +68,7 @@
- #include 
- #include 
-
--#include "SoundTouch.h"
-+#include "ExtSoundTouch.h"
- #include "TDStretch.h"
- #include "RateTransposer.h"
- #include "cpu_detect.h"
Index: patches/patch-Externals_soundtouch_SoundTouch_h
===
RCS file: patches/patch-Externals_soundtouch_SoundTouch_h
diff -N patches/patch-Externals_soundtouch_SoundTouch_h
--- patches/patch-Externals_soundtouch_SoundTouch_h 16 Apr 2024 17:21:57 
-  1.4
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,19 +0,0 @@
-Avoid picking up SoundTouch.h from audio/soundtouch if installed.
-
-CMakeLists.txt: "Unable to use system soundtouch library: We require shorts, 
not
-floats"
-
-Index: Externals/soundtouch/SoundTouch.h
 Externals/soundtouch/SoundTouch.h.orig
-+++ Externals/soundtouch/SoundTouch.h
-@@ -62,8 +62,8 @@
- //
- 

-
--#ifndef SoundTouch_H
--#define SoundTouch_H
-+#ifndef ExtSoundTouch_H
-+#define ExtSoundTouch_H
-
- #include "FIFOSamplePipe.h"
- #include "STTypes.h"
Index: patches/patch-Source_Core_AudioCommon_AudioStretcher_h
===
RCS file: patches/patch-Source_Core_AudioCommon_AudioStretcher_h
diff -N patches/patch-Source_Core_AudioCommon_AudioStretcher_h
--- patches/patch-Source_Core_AudioCommon_AudioStretcher_h  16 Apr 2024 
17:21:57 -  1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-Index: Source/Core/AudioCommon/AudioStretcher.h
 Source/Core/AudioCommon/AudioStretcher.h.orig
-+++ Source/Core/AudioCommon/AudioStretcher.h
-@@ -5,7 +5,7 @@
-
- #include 
-
--#include 
-+#include 
-
- namespace AudioCommon
- {




[UPDATE] mail/s-nail: to v14.9.25

2024-06-27 Thread Steffen Nurpmeso
Hello.

Collects all patches from June 2022 to March 2024.
Gets rid of reSSL patches.

Index: Makefile
===
RCS file: /cvs/ports/mail/s-nail/Makefile,v
diff -u -p -a -p -u -r1.38 Makefile
--- Makefile26 Sep 2023 12:28:15 -  1.38
+++ Makefile27 Jun 2024 20:34:38 -
@@ -1,6 +1,6 @@
 COMMENT=   SysV mail/BSD Mail/POSIX mailx: send and receive mail
 
-DISTNAME=  s-nail-14.9.24
+DISTNAME=  s-nail-14.9.25
 CATEGORIES=mail
 HOMEPAGE=  https://www.sdaoden.eu/code.html\#s-mailx
 REVISION=  0
Index: distinfo
===
RCS file: /cvs/ports/mail/s-nail/distinfo,v
diff -u -p -a -p -u -r1.26 distinfo
--- distinfo1 Apr 2022 19:10:54 -   1.26
+++ distinfo27 Jun 2024 20:34:38 -
@@ -1,2 +1,2 @@
-SHA256 (s-nail-14.9.24.tar.gz) = Tk24aXkrzcyX+uHbGmZB5mSpOy6F9urFPns6wwXmxYY=
-SIZE (s-nail-14.9.24.tar.gz) = 1105199
+SHA256 (s-nail-14.9.25.tar.gz) = HqQIX7UJ1RC5ZvVvf7gtdtbHqHUOVnEfysG6xF9Q52w=
+SIZE (s-nail-14.9.25.tar.gz) = 1107097
Index: patches/patch-mk_make-config_sh
===
RCS file: patches/patch-mk_make-config_sh
diff -N patches/patch-mk_make-config_sh
--- patches/patch-mk_make-config_sh 5 Jul 2023 23:14:46 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,26 +0,0 @@
-Unbreak build with OPENSSL_NO_TLS1
-
-Index: mk/make-config.sh
 mk/make-config.sh.orig
-+++ mk/make-config.sh
-@@ -2751,9 +2751,6 @@ int nonempty;
- #include 
- #include 
- #include 
--#ifdef OPENSSL_NO_TLS1 /* TODO only deduced from OPENSSL_NO_SSL[23]! */
--# error We need TLSv1.
--#endif
- int main(void){
-SSL_CTX *ctx = SSL_CTX_new(TLS_client_method());
- 
-@@ -2772,10 +2769,6 @@ int main(void){
- #include 
- #include 
- #include 
--#if defined OPENSSL_NO_SSL3 &&\
--  defined OPENSSL_NO_TLS1 /* TODO only deduced from OPENSSL_NO_SSL[23]! */
--# error We need one of SSLv3 and TLSv1.
--#endif
- int main(void){
-SSL_CTX *ctx = SSL_CTX_new(SSLv23_client_method());
- 
Index: patches/patch-src_mx_xtls_c
===
RCS file: patches/patch-src_mx_xtls_c
diff -N patches/patch-src_mx_xtls_c
--- patches/patch-src_mx_xtls_c 5 Jul 2023 23:14:46 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-unbreak build with OPENSSL_NO_TLS1
-
-Index: src/mx/xtls.c
 src/mx/xtls.c.orig
-+++ src/mx/xtls.c
-@@ -112,6 +112,10 @@ su_EMPTY_FILE()
-SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 |\
-SSL_OP_NO_TLSv1_3)
- # endif
-+# if SSL_OP_NO_SSL_MASK == 0
-+#  error We cannot deal with (what we use as) SSL_OP_NO_SSL_MASK!
-+#  error None ov _SSLv[23], _TLSv1, _TLSv1_[123]?  Ooops.
-+# endif
- 
- # ifndef SSL2_VERSION
- #  define SSL2_VERSION 0

--steffen
|
|Der Kragenbaer,The moon bear,
|der holt sich munter   he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)



Re: UPDATE audio/audacious to 4.4

2024-06-27 Thread Caspar Schutijser
On Thu, Jun 27, 2024 at 05:16:14AM +0200, Bjorn Ketelaars wrote:
> On Thu 13/06/2024 17:43, Bjorn Ketelaars wrote:
> > Diff below updates {audio,meta}/audacious to 4.4. Changes are listed on
> > https://audacious-media-player.org/news/59-audacious-4-4-released.
> > 
> > Changes to port:
> > - bumped minor of libaudcore because of an addition
> > - bumped major of libaudqt because of a removal
> > - updated dependencies
> > - synced patches and WANTLIB
> > 
> > Tested on amd64.
> > 
> > Comments/OK?
> 
> Ping...
> 
> I saw one positive test report.
> 
> Diff enclosed again for your convenience:

OK caspar@

> 
> 
> diff --git audio/audacious/Makefile.inc audio/audacious/Makefile.inc
> index dc147db461f..7a0a5713d63 100644
> --- audio/audacious/Makefile.inc
> +++ audio/audacious/Makefile.inc
> @@ -1,5 +1,5 @@
>  # Do not forget to sync meta/audacious
> -VERSION =4.3.1
> +VERSION =4.4
>  
>  CATEGORIES = audio multimedia
>  
> @@ -18,7 +18,7 @@ BUILD_DEPENDS +=devel/gettext,-tools
>  
>  MODULES +=   x11/qt5
>  CONFIGURE_ARGS +=--disable-gtk \
> - --enable-qt
> + --enable-qt5
>  
>  USE_GMAKE =  Yes
>  
> diff --git audio/audacious/player/Makefile audio/audacious/player/Makefile
> index fe25b02d5f7..79bc651b73d 100644
> --- audio/audacious/player/Makefile
> +++ audio/audacious/player/Makefile
> @@ -3,22 +3,22 @@ COMMENT =   graphical audio player which supports 
> lots of formats
>  DISTNAME =   audacious-${VERSION}
>  PKGNAME =audacious-player-${VERSION}
>  
> -REVISION =   0
> -
> -SHARED_LIBS +=   audcore 5.2 # 5.3
> -SHARED_LIBS +=   audtag  3.0 # 3.0
> -SHARED_LIBS +=   audqt   0.2 # 2.4
> +SHARED_LIBS +=   audcore 5.3
> +SHARED_LIBS +=   audtag  3.0
> +SHARED_LIBS +=   audqt   1.0
>  
>  # BSD
>  PERMIT_PACKAGE = Yes
>  
> -WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets c gio-2.0
> -WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 iconv intl m
> +WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Svg Qt5Widgets
> +WANTLIB += c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 iconv intl
> +WANTLIB += m
> +
> +# needed for displaying icons
> +LIB_DEPENDS =x11/qt5/qtsvg
>  
>  RUN_DEPENDS =devel/desktop-file-utils \
>   x11/gtk+4,-guic
> -# needed for displaying icons
> -RUN_DEPENDS +=   x11/qt5/qtsvg
>  
>  MAKE_ENV =   LIBaudcore_VERSION=${LIBaudcore_VERSION} \
>   LIBaudtag_VERSION=${LIBaudtag_VERSION} \
> diff --git audio/audacious/player/distinfo audio/audacious/player/distinfo
> index 17417f6e3f5..1b3848192e9 100644
> --- audio/audacious/player/distinfo
> +++ audio/audacious/player/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (audacious-4.3.1.tar.bz2) = 
> heniaEFQW1HjQu5yotBfGb74lPVnoCnrs/Pgwa20IEI=
> -SIZE (audacious-4.3.1.tar.bz2) = 630820
> +SHA256 (audacious-4.4.tar.bz2) = qtxdJuopVCNqABU+QkCU2ebrVcXDJMCP0EkbfCri+DA=
> +SIZE (audacious-4.4.tar.bz2) = 635856
> diff --git audio/audacious/player/patches/patch-buildsys_mk_in 
> audio/audacious/player/patches/patch-buildsys_mk_in
> deleted file mode 100644
> index b5370c4f27c..000
> --- audio/audacious/player/patches/patch-buildsys_mk_in
> +++ /dev/null
> @@ -1,103 +0,0 @@
> -Show compiler invocations.
> -
> -Index: buildsys.mk.in
>  buildsys.mk.in.orig
> -+++ buildsys.mk.in
> -@@ -123,18 +123,18 @@ DEPS = ${OBJS:.o=.dep} \
> - 
> - MO_FILES = ${LOCALES:.po=.mo}
> - 
> --.SILENT:
> -+#.SILENT:
> - .SUFFIXES:
> - .SUFFIXES: .amigalib.o .beam .c .cc .class .cxx .d .erl .lib.o .java .mo .m 
> .mm .o .plugin.o .po .py .pyc .rc .S .xpm
> - .PHONY: all subdirs subdirs-after pre-depend depend install install-extra 
> uninstall uninstall-extra clean distclean locales copy-headers-into-framework 
> ${SUBDIRS} ${SUBDIRS_AFTER}
> - 
> - all:
> --${MAKE} -s pre-all
> --${MAKE} -s subdirs
> --${MAKE} -s depend
> --${MAKE} -s ${STATIC_LIB} ${STATIC_LIB_NOINST} ${STATIC_PIC_LIB} 
> ${STATIC_PIC_LIB_NOINST} ${STATIC_AMIGA_LIB} ${STATIC_AMIGA_LIB_NOINST} 
> ${SHARED_LIB} ${SHARED_LIB_NOINST} ${FRAMEWORK} ${FRAMEWORK_NOINST} 
> ${AMIGA_LIB} ${AMIGA_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} 
> ${PROG_NOINST} ${JARFILE} locales
> --${MAKE} -s subdirs-after
> --${MAKE} -s post-all
> -+${MAKE} pre-all
> -+${MAKE} subdirs
> -+${MAKE} depend
> -+${MAKE} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${STATIC_PIC_LIB} 
> ${STATIC_PIC_LIB_NOINST} ${STATIC_AMIGA_LIB} ${STATIC_AMIGA_LIB_NOINST} 
> ${SHARED_LIB} ${SHARED_LIB_NOINST} ${FRAMEWORK} ${FRAMEWORK_NOINST} 
> ${AMIGA_LIB} ${AMIGA_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} 
> ${PROG_NOINST} ${JARFILE} locales
> -+${MAKE} subdirs-after
> -+${MAKE} post-all
> - 
> - pre-all post-all:
> - 
> -@@ -144,7 +144,7 @@ subdirs-after: ${SUBDIRS_

UPDATE: devel/py-sip 6.8.3, x11/py-qt5 5.15.10, x11/py-sip-qt5 12.13.0

2024-06-27 Thread Caspar Schutijser
Hi,

Below is a diff that updates devel/py-sip and related ports that must
be upgraded at the same time to their most recent versions (there is
no update for www/py-qtwebengine). As is noted in the Makefile of
devel/py-sip, these updates should be tested well.

I have tested the following ports at build-time and run-time:
- textproc/calibre

I have tested whether the following ports still build:
- devel/py-qt-builder
- editors/py-qscintilla
- geo/qgis
- print/hplip
- www/py-qtwebengine
- www/qutebrowser

I'm looking for feedback and test reports, can others do some
testing of ports that use these ports too?

Caspar


Index: devel/py-sip/Makefile
===
RCS file: /cvs/ports/devel/py-sip/Makefile,v
diff -u -p -r1.64 Makefile
--- devel/py-sip/Makefile   6 May 2024 12:23:31 -   1.64
+++ devel/py-sip/Makefile   27 Jun 2024 17:16:50 -
@@ -3,11 +3,10 @@ COMMENT=  automatically generate Python b
 # The following ports often usually need updating together:
 # devel/py-sip, www/py-qtwebengine, x11/py-qt5, x11/py-sip-qt5
 # API changes fairly often, be sure to test dependent ports when updating.
-MODPY_EGG_VERSION= 6.7.11
+MODPY_EGG_VERSION= 6.8.3
 
 DISTNAME=  sip-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
-REVISION=  1
 
 EPOCH= 0
 
Index: devel/py-sip/distinfo
===
RCS file: /cvs/ports/devel/py-sip/distinfo,v
diff -u -p -r1.26 distinfo
--- devel/py-sip/distinfo   2 Sep 2023 10:58:57 -   1.26
+++ devel/py-sip/distinfo   27 Jun 2024 17:16:50 -
@@ -1,2 +1,2 @@
-SHA256 (sip-6.7.11.tar.gz) = 8Nwyh6CxcuVmSTHIeEd1DUfk/c2k/jYrUUr47dZVtGk=
-SIZE (sip-6.7.11.tar.gz) = 1165368
+SHA256 (sip-6.8.3.tar.gz) = iIVHsBi7JMNq3tUZ6T0+UT1MaqC6VbfMGv+9Rc8Qdiw=
+SIZE (sip-6.8.3.tar.gz) = 987656
Index: devel/py-sip/pkg/PLIST
===
RCS file: /cvs/ports/devel/py-sip/pkg/PLIST,v
diff -u -p -r1.18 PLIST
--- devel/py-sip/pkg/PLIST  2 Sep 2023 10:58:57 -   1.18
+++ devel/py-sip/pkg/PLIST  27 Jun 2024 17:16:50 -
@@ -66,7 +66,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/sipbuild/bindings_configuration.py
 lib/python${MODPY_VERSION}/site-packages/sipbuild/buildable.py
 lib/python${MODPY_VERSION}/site-packages/sipbuild/builder.py
-@so 
lib/python${MODPY_VERSION}/site-packages/sipbuild/code_generator${MODPY_ABI3SO}.so
 lib/python${MODPY_VERSION}/site-packages/sipbuild/configurable.py
 lib/python${MODPY_VERSION}/site-packages/sipbuild/distinfo/
 lib/python${MODPY_VERSION}/site-packages/sipbuild/distinfo/__init__.py
@@ -109,6 +108,8 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}api.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}api.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}code.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}code.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}extracts.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}extracts.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}pyi.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -118,6 +119,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}xml.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/${MODPY_PYCACHE}xml.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/api.py
+lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/code.py
 lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/extracts.py
 lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/formatters/
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/formatters/__init__.py
@@ -126,35 +128,26 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/formatters/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/formatters/${MODPY_PYCACHE}argument.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/sipbuild/generator/outputs/formatters/${MODPY_PYCACHE}argument.${MODPY_PYC_

Update: suricata 7.0.6

2024-06-27 Thread Jeremy Evans
Simple update to the latest release of suricata.  Release announcement
at https://suricata.io/2024/06/27/suricata-7-0-6-and-6-0-20-released/

This fixes 4 security issues, so I plan to backport to -stable.

Other than version bump, only port change is regenerating patches.

OKs?

Thanks,
Jeremy

Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
diff -u -p -u -p -r1.71 Makefile
--- Makefile29 May 2024 08:04:35 -  1.71
+++ Makefile27 Jun 2024 15:12:03 -
@@ -3,13 +3,12 @@ NOT_FOR_ARCHS =   powerpc64 riscv64
 
 COMMENT =  high performance network IDS, IPS and security monitoring
 
-SURICATA_V =   7.0.5
+SURICATA_V =   7.0.6
 SUPDATE_V =1.3.3
 
 DISTNAME = suricata-${SURICATA_V}
 CATEGORIES =   security
 SHARED_LIBS += htp   0.1 # 2.0
-REVISION = 1
 
 HOMEPAGE = https://suricata.io/
 
Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
diff -u -p -u -p -r1.24 distinfo
--- distinfo30 Apr 2024 14:30:46 -  1.24
+++ distinfo27 Jun 2024 15:12:12 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-7.0.5.tar.gz) = H/tWgVjyZcCFVEZL+4VOZWjvaDvwMxKSO1HyjFB5Ck4=
-SIZE (suricata-7.0.5.tar.gz) = 23612189
+SHA256 (suricata-7.0.6.tar.gz) = IYJPf/Egh8DJud4gcZmnWpwxsDA2aIx8ucF48KO1f40=
+SIZE (suricata-7.0.6.tar.gz) = 23644184
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
diff -u -p -u -p -r1.13 patch-configure_ac
--- patches/patch-configure_ac  22 Feb 2024 09:49:35 -  1.13
+++ patches/patch-configure_ac  27 Jun 2024 15:15:29 -
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -2562,7 +2562,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2597,7 +2597,7 @@ if test "$WINDOWS_PATH" = "yes"; then
  fi
  else
  EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-src_suricata_c
===
RCS file: /cvs/ports/security/suricata/patches/patch-src_suricata_c,v
diff -u -p -u -p -r1.15 patch-src_suricata_c
--- patches/patch-src_suricata_c27 Mar 2024 21:31:15 -  1.15
+++ patches/patch-src_suricata_c27 Jun 2024 15:15:26 -
@@ -4,7 +4,7 @@ Suricata uses libcap-ng on Linux and run
 Index: src/suricata.c
 --- src/suricata.c.orig
 +++ src/suricata.c
-@@ -1597,7 +1597,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
+@@ -1609,7 +1609,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
  return TM_ECODE_FAILED;
  #endif /* UNITTESTS */
  } else if (strcmp((long_opts[option_index]).name, "user") == 0) {
@@ -13,7 +13,7 @@ Index: src/suricata.c
  SCLogError("libcap-ng is required to"
 " drop privileges, but it was not compiled into 
Suricata.");
  return TM_ECODE_FAILED;
-@@ -1606,7 +1606,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
+@@ -1618,7 +1618,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
  suri->do_setuid = TRUE;
  #endif /* HAVE_LIBCAP_NG */
  } else if (strcmp((long_opts[option_index]).name, "group") == 0) {
@@ -22,7 +22,7 @@ Index: src/suricata.c
  SCLogError("libcap-ng is required to"
 " drop privileges, but it was not compiled into 
Suricata.");
  return TM_ECODE_FAILED;
-@@ -3040,6 +3040,7 @@ int SuricataMain(int argc, char **argv)
+@@ -3055,6 +3055,7 @@ int SuricataMain(int argc, char **argv)
  SystemHugepageSnapshotDestroy(prerun_snap);
  SystemHugepageSnapshotDestroy(postrun_snap);
  }
Index: patches/patch-suricata_yaml_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-suricata_yaml_in,v
diff -u -p -u -p -r1.21 patch-suricata_yaml_in
--- patches/patch-suricata_yaml_in  27 Mar 2024 21:31:15 -  1.21
+++ patches/patch-suricata_yaml_in  27 Jun 2024 15:15:26 -
@@ -35,7 +35,7 @@ Index: suricata.yaml.in
# Enable for multi-threaded eve.json output; output files are amended 
with
# an identifier, e.g., eve.9.json
#threaded: false
-@@ -334,6 +336,7 @@ outputs:
+@@ -340,6 +342,7 @@ outputs:
- http-log:
enabled: no
filename: http.log
@@ -43,7 +43,7 @@ Index: suricata.yaml.in
append: yes
#extended: yes # enable this for extended logging information
#custom: yes   # enable the custom logging format (defined by 
customformat)
-@@ -344,6 +347,7 @@ outputs:
+@@ -350,6 +353,7 @@ outputs:
- tls-log:
enabled: no  # Log TLS connections.
filename: tls.log # File to store TLS lo

Re: mail/mailman 2.x update

2024-06-27 Thread K R
Hi ports@,

As you know, mailman-2 still uses Python 2.7.18p11.  Any plans to add
a Mailman 3 (core) port?

Thanks,
--Kor

On Fri, Dec 24, 2021 at 1:10 PM Okan Demirmen  wrote:
>
> Hi,
>
> Update to 2.1.39; I've been running everything inbetween and this latest
> 2.1.39 on a list server I maintain.
>
> Covers: CVE-2021-42096, CVE-2021-42097, CVE-2021-43331, CVE-2021-43332,
> CVE-2021-44227, CVE-2021-42097, CVE-2021-44227
>
> okay?
>
> Regards,
> Okan
>
> Index: Makefile
> ===
> RCS file: /home/open/cvs/ports/mail/mailman/Makefile,v
> retrieving revision 1.97
> diff -u -p -r1.97 Makefile
> --- Makefile3 Apr 2021 17:01:29 -   1.97
> +++ Makefile19 Dec 2021 15:28:01 -
> @@ -2,7 +2,7 @@
>
>  COMMENT=   mailing list manager with web interface
>
> -DISTNAME=  mailman-2.1.34
> +DISTNAME=  mailman-2.1.39
>  CATEGORIES=mail www
>
>  HOMEPAGE=  https://www.gnu.org/software/mailman/
> Index: distinfo
> ===
> RCS file: /home/open/cvs/ports/mail/mailman/distinfo,v
> retrieving revision 1.32
> diff -u -p -r1.32 distinfo
> --- distinfo3 Apr 2021 17:01:29 -   1.32
> +++ distinfo19 Dec 2021 15:28:13 -
> @@ -1,2 +1,2 @@
> -SHA256 (mailman-2.1.34.tgz) = 2u7IkX91YgvhOXgz/oEpO5pq9SiqHtACD1qIi4YQI4k=
> -SIZE (mailman-2.1.34.tgz) = 9414225
> +SHA256 (mailman-2.1.39.tgz) = e46SIjZKvf0lyyBTxCIxmqx7Ygwofdl5cD4DmdcvQ5A=
> +SIZE (mailman-2.1.39.tgz) = 9508474
> Index: pkg/PLIST
> ===
> RCS file: /home/open/cvs/ports/mail/mailman/pkg/PLIST,v
> retrieving revision 1.33
> diff -u -p -r1.33 PLIST
> --- pkg/PLIST   7 May 2020 19:06:49 -   1.33
> +++ pkg/PLIST   21 Nov 2021 17:31:59 -
> @@ -2567,6 +2567,7 @@ lib/mailman/tests/bounces/simple_38.txt
>  lib/mailman/tests/bounces/simple_39.txt
>  lib/mailman/tests/bounces/simple_40.txt
>  lib/mailman/tests/bounces/simple_41.txt
> +lib/mailman/tests/bounces/simple_44.txt
>  lib/mailman/tests/bounces/sina_01.txt
>  lib/mailman/tests/bounces/smtp32_01.txt
>  lib/mailman/tests/bounces/smtp32_02.txt
>



[update patch] xv 5.0.0 -> 5.2.0

2024-06-27 Thread Martin Ziemer
This patch updates xv from 5.0.0 to 5.2.0.

Tested on amd64.

Index: Makefile
===
RCS file: /cvs/ports/graphics/xv/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- Makefile7 Feb 2024 19:24:01 -   1.66
+++ Makefile27 Jun 2024 11:00:16 -
@@ -1,6 +1,6 @@
 COMMENT=   X11 image display and modification tool
 
-V= 5.0.0
+V= 5.2.0
 DISTNAME=  xv-3.10a-js-$V
 PKGNAME=   xv-$V
 
Index: distinfo
===
RCS file: /cvs/ports/graphics/xv/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo7 Feb 2024 19:24:01 -   1.16
+++ distinfo27 Jun 2024 11:00:16 -
@@ -1,2 +1,2 @@
-SHA256 (xv-3.10a-js-5.0.0.tar.gz) = 
cKd6MHrv6kpasZ/oopN1HLcAN6ZD55H6HEsEJxLHKEc=
-SIZE (xv-3.10a-js-5.0.0.tar.gz) = 4820097
+SHA256 (xv-3.10a-js-5.2.0.tar.gz) = 
Re8MLxegvy2fdvF5xM0vO3hbJTyP3p6naMyDYp8p1J4=
+SIZE (xv-3.10a-js-5.2.0.tar.gz) = 4823545