CVS: cvs.openbsd.org: ports

2021-07-19 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2021/07/19 23:12:52

Added files:
games/widelands/patches: patch-src_network_bufferedconnection_h 

Log message:
Add  header to fix build with boost-1.77
>From Brad, thank.



Re: backport CVE fixes audio/sox

2021-07-19 Thread Nam Nguyen
Nam Nguyen writes:

> tj@ had a diff to backport CVE fixes for audio/sox. Here, I tweaked it
> so the patches apply cleanly.

ping

>
> This diff:
> - adds devel/quirks entry (so, apply the diff in /usr/ports)
> - bumps minor to 4.1 due to addition of symbols
>   check_sym output: https://namtsui.com/public/sox.txt
> - moves to CONFIGURE_STYLE autoreconf because Makefile.am is patched
> - backports fixes for CVEs since 2017
> - backported fixes can be viewed online:
>   https://namtsui.com/public/sox_cve.txt  
> - tweaks from sthen@: BUILD_DEPENDS MODGNU_AUTO{CONF,MAKE}_DEPENDS and
>   libtool not needed because autoreconf already adds them.

Two fresh diffs are attached incorporating sthen@'s advice (since
-stable is problematic when bumping SHARED_LIBS and consumers don't use
any of the new symbols):
- sox.diff: REVISION=7; bump to sox 4.1; quirks <14.4.2p7
- sox_stable.diff: REVISION=6; keep sox 4.0; quirks <14.4.2p6

sox.diff applies against -current
sox_stable.diff applies against -rOPENBSD6_9



sox.diff
Description: sox.diff


sox_stable.diff
Description: sox_stable


CVS: cvs.openbsd.org: ports

2021-07-19 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2021/07/19 20:23:28

Modified files:
net/dendrite   : Makefile distinfo 
net/dendrite/pkg: PLIST 
Added files:
net/dendrite   : modules.inc 

Log message:
Update dendrite to v0.4.0.

- switch to modules.inc
- add fix for missing log dir

OK bentley@



Re: Update nmap to 7.91

2021-07-19 Thread JR Aquino
Thanks David!

Thanks for the feedback and the tweaks Stuart!

I'll go back through to see what was missed on testing and come back to the
group with the edits.  Could you share the exact commands that failed for
you on the package build on your side just so that I'm able to reproduce
the exact failure case?

-JR

On Mon, Jul 19, 2021, 12:29 PM Stuart Henderson  wrote:

> Generally I'm OK with this but have a few tweaks in the diff below.
> Sync other patches, minor Makefile things, more explicit note about the
> license, regenerate plist.
>
> Note that 7.91 is the last release which can still be used under the
> previous license, I would like someone with a better eye on copyright law
> to take a look at https://nmap.org/npsl/npsl-annotated.html especially
> section 4 before this port is updated beyond that point as it may be
> that we want to discontinue distributing source/packages.
>
> Now the problem. The previous diff as sent didn't package so it's not
> too clear what testing has been done...
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/nmap/Makefile,v
> retrieving revision 1.139
> diff -u -p -r1.139 Makefile
> --- Makefile23 Feb 2021 19:39:33 -  1.139
> +++ Makefile19 Jul 2021 19:28:44 -
> @@ -3,11 +3,10 @@
>  COMMENT-main=  scan ports and fingerprint stack of network hosts
>  COMMENT-zenmap=graphical frontend for nmap
>
> -MODPY_EGG_VERSION= 7.80
> +MODPY_EGG_VERSION= 7.91
>  DISTNAME=  nmap-${MODPY_EGG_VERSION}
>  PKGNAME-main=  ${DISTNAME}
>  PKGNAME-zenmap=nmap-zenmap-${MODPY_EGG_VERSION}
> -REVISION=  0
>
>  CATEGORIES=net security
>  MASTER_SITES=  ${HOMEPAGE}/dist/
> @@ -15,9 +14,11 @@ EXTRACT_SUFX=.tgz
>
>  HOMEPAGE=  https://www.nmap.org/
>
> -MAINTAINER=David Carlier 
> +MAINTAINER=JR Aquino 
>
> -# GPL (v2 only), with additional clarifications and exceptions, see
> COPYING
> +# NPSL, https://nmap.org/npsl/npsl-annotated.html
> +# For <=7.91, https://nmap.org/misc/nmap-v7.80-license.txt may be used
> instead
> +# XXX license needs checking over before updating beyond 7.91
>  PERMIT_PACKAGE=Yes
>
>  MULTI_PACKAGES=-main -zenmap
> @@ -27,11 +28,10 @@ COMPILER =  base-clang ports-gcc base-gc
>  USE_GMAKE= Yes
>  MODLUA_SA= Yes
>  MODLUA_VERSION=5.3
> -# added manually for -zenmap
>  MODPY_RUNDEP=  No
>  MODULES=   lang/python \
> lang/lua
> -MODPY_VERSION =${MODPY_DEFAULT_VERSION_2}
> +MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
>
>  CONFIGURE_STYLE=autoconf
>  AUTOCONF_VERSION=2.69
> Index: distinfo
> ===
> RCS file: /cvs/ports/net/nmap/distinfo,v
> retrieving revision 1.40
> diff -u -p -r1.40 distinfo
> --- distinfo24 Aug 2019 06:37:13 -  1.40
> +++ distinfo19 Jul 2021 19:28:44 -
> @@ -1,2 +1,2 @@
> -SHA256 (nmap-7.80.tgz) = eAy/Sg3bnpzUnY+9+lx/NozHroV938ORAt0rg6kF16c=
> -SIZE (nmap-7.80.tgz) = 13132692
> +SHA256 (nmap-7.91.tgz) =
> 9ecf2e93adad5a90c69fa7ab419937ef670398707dd4f97b12bf464d6b1e6cda
> +SIZE (nmap-7.91.tgz) = 12971299
> Index: patches/patch-Makefile_in
> ===
> RCS file: /cvs/ports/net/nmap/patches/patch-Makefile_in,v
> retrieving revision 1.21
> diff -u -p -r1.21 patch-Makefile_in
> --- patches/patch-Makefile_in   24 Aug 2019 06:37:13 -  1.21
> +++ patches/patch-Makefile_in   19 Jul 2021 19:28:44 -
> @@ -1,8 +1,9 @@
>  $OpenBSD: patch-Makefile_in,v 1.21 2019/08/24 06:37:13 giovanni Exp $
> +
>  Index: Makefile.in
>  --- Makefile.in.orig
>  +++ Makefile.in
> -@@ -45,7 +45,7 @@ DEFS += -D_FORTIFY_SOURCE=2
> +@@ -44,7 +44,7 @@ DEFS += -D_FORTIFY_SOURCE=2
>   # Should only be enabled during debugging and not in any real release.
>   # DEFS += -DMTRACE=1
>   CXXFLAGS = @CXXFLAGS@ $(DBGFLAGS) $(CCOPT)
> @@ -11,7 +12,7 @@ Index: Makefile.in
>   CFLAGS = @CFLAGS@ $(DBGFLAGS) $(CCOPT)
>   STATIC =
>   LDFLAGS = @LDFLAGS@ $(DBGFLAGS) $(STATIC)
> -@@ -351,8 +351,8 @@ $(NPINGDIR)/nping.h: nmap.h
> +@@ -348,8 +348,8 @@ $(NPINGDIR)/nping.h: nmap.h
> mv -f $@.tmp $@
>
>   # Update the version number used by Zenmap.
> @@ -20,5 +21,5 @@ Index: Makefile.in
>  +#$(ZENMAPDIR)/zenmapCore/Version.py
> $(ZENMAPDIR)/share/zenmap/config/zenmap_version: nmap.h
>  +# cd $(ZENMAPDIR) && $(PYTHON)
> install_scripts/utils/version_update.py "$(NMAP_VERSION)"
>
> - nmap-update/default_channel.h: nmap.h
> -   sed -e 's/^#[ \t]*define[ \t]\+DEFAULT_CHANNEL[
> \t]\+\(".*"\)/#define DEFAULT_CHANNEL "$(NMAP_UPDATE_CHANNEL)"/' $@ > $@.tmp
> + tests/check_dns: $(OBJS)
> +$(CXX) -o $@ $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $^ $(LIBS)
> tests/nmap_dns_test.cc
> Index: patches/patch-libnetutil_netutil_cc
> ===
> RCS file: 

Re: GCC 8.4.0 fails to build on loongson

2021-07-19 Thread manphiz
I've recently upgraded to -current on loongson and retried building GCC
8.4.0 and unfortunately it failed with the same error.  Looks like Clang
miscompiles bootstrapping GCC on mips64el/loongson.  Should I report
this upstream?  Any tips (like system info or logs to include) on filing
the bug?

Thanks.


manp...@gmail.com writes:

> (Adding bugs@ and ports@ back to CC)
>
> On 6/13/21 7:37 PM, Brad Smith wrote:
>> On Thu, May 27, 2021 at 01:27:17AM -0700, manp...@gmail.com wrote:
 Synopsis:  lang/gcc/8 fails to build on loongson
 Category:  ports
 Environment:
>>> System  : OpenBSD 6.9
>>> Details : OpenBSD 6.9 (GENERIC) #78: Thu Apr 22 20:28:58 MDT 2021
>>>  
>>> dera...@loongson.openbsd.org:/usr/src/sys/arch/loongson/compile/GENERIC
>>>
>>> Architecture: OpenBSD.loongson
>>> Machine : loongson
 Description:
>>>  lang/gcc/8 fails to build on loongson
 How-To-Repeat:
>>>  Reproducible on loongson when building using dpb.  Build log is
>>> attached.
 Fix:
>>> No idea.
>>>
>>> dmesg:
>>> OpenBSD 6.9 (GENERIC) #78: Thu Apr 22 20:28:58 MDT 2021
>>>  dera...@loongson.openbsd.org:/usr/src/sys/arch/loongson/compile/GENERIC
>>> real mem = 1073741824 (1024MB)
>>> avail mem = 1052065792 (1003MB)
>>> random: boothowto does not indicate good seed
>>> mainbus0 at root: Lemote Yeeloong
>>> cpu0 at mainbus0: STC Loongson2F CPU 797 MHz, STC Loongson2F FPU
>>> cpu0: cache L1-I 64KB D 64KB 4 way, L2 512KB 4 way
>>> bonito0 at mainbus0: memory and PCI-X controller, rev 1
>>> pci0 at bonito0 bus 0
>>> rl0 at pci0 dev 7 function 0 "Realtek 8139" rev 0x10: irq 5, address
>>> 00:23:8b:33:d4:7f
>>> rlphy0 at rl0 phy 0: RTL internal PHY
>>> smfb0 at pci0 dev 8 function 0 "Silicon Motion LynxEM+" rev 0xb0: 1024x600,
>>> 16bpp
>>> wsdisplay0 at smfb0 mux 1: console (std, vt100 emulation)
>>> ohci0 at pci0 dev 9 function 0 "NEC USB" rev 0x44: irq 7, version 1.0
>>> ehci0 at pci0 dev 9 function 1 "NEC USB" rev 0x05: irq 7
>>> usb0 at ehci0: USB revision 2.0
>>> uhub0 at usb0 configuration 1 interface 0 "NEC EHCI root hub" rev 2.00/1.00
>>> addr 1
>>> glxpcib0 at pci0 dev 14 function 0 "AMD CS5536 ISA" rev 0x03: rev 3, 32-bit
>>> 3579545Hz timer, watchdog, gpio, i2c
>>> isa0 at glxpcib0
>>> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
>>> pckbd0 at pckbc0 (kbd slot)
>>> wskbd0 at pckbd0: console keyboard, using wsdisplay0
>>> pms0 at pckbc0 (aux slot)
>>> wsmouse0 at pms0 mux 0
>>> mcclock0 at isa0 port 0x70/2: mc146818 or compatible
>>> ykbec0 at isa0 port 0x381/3
>>> gpio1 at glxpcib0: 32 pins
>>> iic at glxpcib0 not configured
>>> glxclk0 at glxpcib0: clock, prof
>>> pciide0 at pci0 dev 14 function 2 "AMD CS5536 IDE" rev 0x01: DMA, channel 0
>>> wired to compatibility, channel 1 wired to compatibility
>>> wd0 at pciide0 channel 0 drive 0: 
>>> wd0: 16-sector PIO, LBA48, 152627MB, 312581808 sectors
>>> wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
>>> pciide0: channel 1 ignored (disabled)
>>> auglx0 at pci0 dev 14 function 3 "AMD CS5536 Audio" rev 0x01: isa irq 9,
>>> CS5536 AC97
>>> ac97: codec id 0x414c4760 (Avance Logic ALC655 rev 0)
>>> audio0 at auglx0
>>> ohci1 at pci0 dev 14 function 4 "AMD CS5536 USB" rev 0x02: isa irq 11,
>>> version 1.0, legacy support
>>> ehci1 at pci0 dev 14 function 5 "AMD CS5536 USB" rev 0x02: isa irq 11
>>> usb1 at ehci1: USB revision 2.0
>>> uhub1 at usb1 configuration 1 interface 0 "AMD EHCI root hub" rev 2.00/1.00
>>> addr 1
>>> usb2 at ohci0: USB revision 1.0
>>> uhub2 at usb2 configuration 1 interface 0 "NEC OHCI root hub" rev 1.00/1.00
>>> addr 1
>>> usb3 at ohci1: USB revision 1.0
>>> uhub3 at usb3 configuration 1 interface 0 "AMD OHCI root hub" rev 1.00/1.00
>>> addr 1
>>> apm0 at mainbus0
>>> umass0 at uhub1 port 1 configuration 1 interface 0 "Generic USB2.0-CRW" rev
>>> 2.00/58.87 addr 2
>>> umass0: using SCSI over Bulk-Only
>>> scsibus0 at umass0: 2 targets, initiator 0
>>> sd0 at scsibus0 targ 1 lun 0:  removable
>>> serial.0bda015811417340
>>> urtw0 at uhub1 port 4 configuration 1 interface 0 "Realtek
>>> RTL8187B_WLAN_Adapter" rev 2.00/2.00 addr 3
>>> urtw0: RTL8187B rev E, address 00:17:c4:4d:ea:21
>>> vscsi0 at root
>>> scsibus1 at vscsi0: 256 targets
>>> softraid0 at root
>>> scsibus2 at softraid0: 256 targets
>>> pmon bootpath: bootduid=b0c7a9c3d196767f
>>> root on wd0a (b0c7a9c3d196767f.a) swap on wd0b dump on wd0b
>>>
>>> usbdevs:
>>> Controller /dev/usb0:
>>> addr 01: 1033: NEC, EHCI root hub
>>>  high speed, self powered, config 1, rev 1.00
>>>  driver: uhub0
>>> Controller /dev/usb1:
>>> addr 01: 1022: AMD, EHCI root hub
>>>  high speed, self powered, config 1, rev 1.00
>>>  driver: uhub1
>>> addr 02: 0bda:0158 Generic, USB2.0-CRW
>>>  high speed, power 500 mA, config 1, rev 58.87, iSerial 
>>> 2007111417340
>>>  driver: umass0
>>> addr 03: 0bda:8189 Realtek, RTL8187B_WLAN_Adapter
>>>  high speed, power 500 mA, config 1, rev 2.00, iSerial 

Re: [NEW] audio/muse: digital audio workstation with support for Audio and MIDI

2021-07-19 Thread Dimitri Karamazov
On Sun, Jul 18, 2021 at 07:25:13PM +0200, Stefan Hagen wrote:
> Dimitri Karamazov wrote:
> > On Fri, Jun 25, 2021 at 10:48:20PM +0100, Stuart Henderson wrote:
> >> On 2021/06/24 17:16, Dimitri Karamazov wrote:
> >>> Ping
> >>>
> >>> On Fri, Jun 18, 2021 at 02:06:24PM +0200, Alexandre Ratchov wrote:
>  On Fri, Jun 18, 2021 at 09:05:41AM +, Dimitri Karamazov wrote:
> > Ping
> >
> 
>  I'm very interested by your port, but I've not time these days,
>  hopefully end of next week. Sorry.
> 
>  Thanks for your port
> >>
> >> I'm not going to have time to do much in the way of debugging, but
> >> it's crashing at startup for me:
> >
> > Apologies for the huge delay but I'm unable to reproduce the error 
> > could you please test again?
> 
> I'm not able to reproduce the error as well. Muse4 starts up find here.
> However, I was not able to hear any sound output. Jackd is running, the
> mixer in muse4 shows a signal and audioctl shows bytes played. But no
> audio is actually played.
> 
> Other audio works fine on my machine. I followed your test steps in the
> first email. Am I missing anything obvious?
> 
> No need to troubleshoot my audio setup. But if there are prerequisites, 
> they should be mentioned in a pkg-readme.

There is no need for any initial configuration, though there is a need
for an Output Track similar to the Input Track we create while following
the instructions. This Track is created by default and must be present
for any sound or signal to be detected so we can rule this one out.

I'll suggest using the attached file for testing the sound. Please use it
as is without any extraction.

While in Muse, Ctrl-O then select the attached file, Space or click the
play icon on the second row from the top to play. Hopefully there will be
sound and we can claim inadequate instructions to be the cause of the error.

Let me know how it goes.

regards,
  Dimitri.


0002.med.gz
Description: Binary data


Re: Update nmap to 7.91

2021-07-19 Thread Stuart Henderson
Generally I'm OK with this but have a few tweaks in the diff below.
Sync other patches, minor Makefile things, more explicit note about the
license, regenerate plist.

Note that 7.91 is the last release which can still be used under the
previous license, I would like someone with a better eye on copyright law
to take a look at https://nmap.org/npsl/npsl-annotated.html especially
section 4 before this port is updated beyond that point as it may be
that we want to discontinue distributing source/packages.

Now the problem. The previous diff as sent didn't package so it's not
too clear what testing has been done...

Index: Makefile
===
RCS file: /cvs/ports/net/nmap/Makefile,v
retrieving revision 1.139
diff -u -p -r1.139 Makefile
--- Makefile23 Feb 2021 19:39:33 -  1.139
+++ Makefile19 Jul 2021 19:28:44 -
@@ -3,11 +3,10 @@
 COMMENT-main=  scan ports and fingerprint stack of network hosts
 COMMENT-zenmap=graphical frontend for nmap
 
-MODPY_EGG_VERSION= 7.80
+MODPY_EGG_VERSION= 7.91
 DISTNAME=  nmap-${MODPY_EGG_VERSION}
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-zenmap=nmap-zenmap-${MODPY_EGG_VERSION}
-REVISION=  0
 
 CATEGORIES=net security
 MASTER_SITES=  ${HOMEPAGE}/dist/
@@ -15,9 +14,11 @@ EXTRACT_SUFX=.tgz
 
 HOMEPAGE=  https://www.nmap.org/
 
-MAINTAINER=David Carlier 
+MAINTAINER=JR Aquino 
 
-# GPL (v2 only), with additional clarifications and exceptions, see COPYING
+# NPSL, https://nmap.org/npsl/npsl-annotated.html
+# For <=7.91, https://nmap.org/misc/nmap-v7.80-license.txt may be used instead
+# XXX license needs checking over before updating beyond 7.91
 PERMIT_PACKAGE=Yes
 
 MULTI_PACKAGES=-main -zenmap
@@ -27,11 +28,10 @@ COMPILER =  base-clang ports-gcc base-gc
 USE_GMAKE= Yes
 MODLUA_SA= Yes
 MODLUA_VERSION=5.3
-# added manually for -zenmap
 MODPY_RUNDEP=  No
 MODULES=   lang/python \
lang/lua
-MODPY_VERSION =${MODPY_DEFAULT_VERSION_2}
+MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
 
 CONFIGURE_STYLE=autoconf
 AUTOCONF_VERSION=2.69
Index: distinfo
===
RCS file: /cvs/ports/net/nmap/distinfo,v
retrieving revision 1.40
diff -u -p -r1.40 distinfo
--- distinfo24 Aug 2019 06:37:13 -  1.40
+++ distinfo19 Jul 2021 19:28:44 -
@@ -1,2 +1,2 @@
-SHA256 (nmap-7.80.tgz) = eAy/Sg3bnpzUnY+9+lx/NozHroV938ORAt0rg6kF16c=
-SIZE (nmap-7.80.tgz) = 13132692
+SHA256 (nmap-7.91.tgz) = 
9ecf2e93adad5a90c69fa7ab419937ef670398707dd4f97b12bf464d6b1e6cda
+SIZE (nmap-7.91.tgz) = 12971299
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/net/nmap/patches/patch-Makefile_in,v
retrieving revision 1.21
diff -u -p -r1.21 patch-Makefile_in
--- patches/patch-Makefile_in   24 Aug 2019 06:37:13 -  1.21
+++ patches/patch-Makefile_in   19 Jul 2021 19:28:44 -
@@ -1,8 +1,9 @@
 $OpenBSD: patch-Makefile_in,v 1.21 2019/08/24 06:37:13 giovanni Exp $
+
 Index: Makefile.in
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -45,7 +45,7 @@ DEFS += -D_FORTIFY_SOURCE=2
+@@ -44,7 +44,7 @@ DEFS += -D_FORTIFY_SOURCE=2
  # Should only be enabled during debugging and not in any real release.
  # DEFS += -DMTRACE=1
  CXXFLAGS = @CXXFLAGS@ $(DBGFLAGS) $(CCOPT)
@@ -11,7 +12,7 @@ Index: Makefile.in
  CFLAGS = @CFLAGS@ $(DBGFLAGS) $(CCOPT)
  STATIC =
  LDFLAGS = @LDFLAGS@ $(DBGFLAGS) $(STATIC)
-@@ -351,8 +351,8 @@ $(NPINGDIR)/nping.h: nmap.h
+@@ -348,8 +348,8 @@ $(NPINGDIR)/nping.h: nmap.h
mv -f $@.tmp $@
  
  # Update the version number used by Zenmap.
@@ -20,5 +21,5 @@ Index: Makefile.in
 +#$(ZENMAPDIR)/zenmapCore/Version.py 
$(ZENMAPDIR)/share/zenmap/config/zenmap_version: nmap.h
 +# cd $(ZENMAPDIR) && $(PYTHON) install_scripts/utils/version_update.py 
"$(NMAP_VERSION)"
  
- nmap-update/default_channel.h: nmap.h
-   sed -e 's/^#[ \t]*define[ \t]\+DEFAULT_CHANNEL[ \t]\+\(".*"\)/#define 
DEFAULT_CHANNEL "$(NMAP_UPDATE_CHANNEL)"/' $@ > $@.tmp
+ tests/check_dns: $(OBJS)
+$(CXX) -o $@ $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $^ $(LIBS) 
tests/nmap_dns_test.cc
Index: patches/patch-libnetutil_netutil_cc
===
RCS file: patches/patch-libnetutil_netutil_cc
diff -N patches/patch-libnetutil_netutil_cc
--- patches/patch-libnetutil_netutil_cc 24 Aug 2019 06:37:13 -  1.11
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,91 +0,0 @@
-$OpenBSD: patch-libnetutil_netutil_cc,v 1.11 2019/08/24 06:37:13 giovanni Exp $
-
-first chunk:
-http://marc.info/?l=openbsd-ports=140284432321370=2
-
-similar diff to DLT_LINUX_SLL chunks sent upstream but they seem uninterested.
-http://marc.info/?l=nmap-dev=140179174718457=2
-
-chunks dealing with iovec: ???
-
-Index: libnetutil/netutil.cc
 libnetutil/netutil.cc.orig

CVS: cvs.openbsd.org: ports

2021-07-19 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2021/07/19 12:13:38

Modified files:
games/flightgear/base: Makefile 

Log message:
Do not pick up installed audio/flite.

found by sthen@



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/07/19 10:47:32

Modified files:
security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests-20210719



Re: Update nmap to 7.91

2021-07-19 Thread David CARLIER
Hi

No problem to pass it on to you :-), my interest towards nmap had
shifted anyway.

Kind regards.

On Mon, 19 Jul 2021 at 16:19, JR Aquino  wrote:
>
> Attached patch updates nmap from 7.80 to the current 7.91.
>
> In addition to the port languishing updates since 2019, there is also an 
> outstanding breakage of IPv6 Support ( 'ipv6 nmap breakage under 6.5-STABLE 
> ?' - MARC) from an old patch file that is no longer compatible/necessary: 
> patch-libnetutil_netutil_cc.
>
> Removing the patch file addresses the IPv6 issues as the upstream code was 
> fixed and updated a few revisions ago.
>
> If possible and permissible, I would like to volunteer to take over port 
> maintainership if David Carlier & the OpenBSD team find this acceptable.



Update nmap to 7.91

2021-07-19 Thread JR Aquino
Attached patch updates nmap from 7.80 to the current 7.91.

In addition to the port languishing updates since 2019, there is also an
outstanding breakage of IPv6 Support ( 'ipv6 nmap breakage under 6.5-STABLE
?' - MARC ) from
an old patch file that is no longer
compatible/necessary: patch-libnetutil_netutil_cc.

Removing the patch file addresses the IPv6 issues as the upstream code was
fixed and updated a few revisions ago.

If possible and permissible, I would like to volunteer to take over port
maintainership if David Carlier & the OpenBSD team find this acceptable.


patch-nmap
Description: Binary data


Re: Interest check: gh (github's cli)

2021-07-19 Thread Ricardo
Hey Stefan,

Thanks. :)
Minor update: enabled tests.

--- github-cli-v1.12.1/Makefile Thu Jul 15 11:57:36 2021
+++ github-cli-v1.12.1v2/Makefile   Mon Jul 19 11:44:49 2021
@@ -8,6 +8,7 @@ COMMENT =   command-line access to github pull 
requests
 V =1.12.1
 MODGO_MODNAME =github.com/cli/cli
 MODGO_VERSION =v$V
+REVISION = 1

 DISTNAME = cli-${MODGO_VERSION}
 PKGNAME =  github-cli-$V
@@ -25,6 +26,9 @@ WANTLIB +=c pthread
 MODULES =  lang/go

 MODGO_LDFLAGS +=   -X "github.com/cli/cli/internal/build.Version=$V"
+
+do-test:
+   cd ${WRKSRC} && ${MODGO_TEST_CMD} ./...


Take care.
Ricardo

‐‐‐ Original Message ‐‐‐

On Thursday, July 15th, 2021 at 12:01 PM, Stefan Hagen 
 wrote:

> Ricardo wrote:
>
> > Port attached.
>
> And again with aligned tabs and go modules in modules.inc.
>
> Best Regards,
>
> Stefan

github-cli-v1.12.11v2.tgz
Description: application/gzip


CVS: cvs.openbsd.org: ports

2021-07-19 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/07/19 07:58:12

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/firefox-i18n: Makefile.inc distinfo 

Log message:
www/mozilla-firefox: update to 90.0.1.

See https://www.mozilla.org/en-US/firefox/90.0.1/releasenotes/



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2021/07/19 05:45:53

Modified files:
net/p5-Net-DNS : Makefile distinfo 

Log message:
update p5-Net-DNS to 1.32



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/19 05:07:06

Modified files:
www/nghttp2: Makefile distinfo 
www/nghttp2/patches: patch-Makefile_in patch-configure_ac 

Log message:
update to nghttp2-1.44.0



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/19 05:04:10

Modified files:
security/p5-CryptX: Makefile distinfo 

Log message:
update to p5-CryptX-0.073



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/19 03:21:03

Modified files:
mail/postfix/stable: Makefile distinfo 

Log message:
update to postfix-3.5.11, from Brad



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/07/19 03:09:26

Added files:
net/kea/patches: patch-src_lib_dhcpsrv_timer_mgr_cc 

Log message:
kea will need the  header with boost 1.77



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2021/07/19 02:10:02

Modified files:
benchmarks/siege: Makefile distinfo 

Log message:
Update siege to 4.1.1.



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2021/07/19 01:37:57

Modified files:
net/ipv6calc   : Makefile distinfo 

Log message:
Update ipv6calc to 3.2.0.



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2021/07/19 01:35:40

Modified files:
fonts/gentium  : Makefile distinfo 
fonts/gentium/pkg: PLIST 

Log message:
Update gentium to 6.001.



CVS: cvs.openbsd.org: ports

2021-07-19 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2021/07/19 01:34:59

Modified files:
fonts/cascadia-code: Makefile distinfo 
fonts/cascadia-code/pkg: PLIST 

Log message:
Update cascadia-code to 2106.17.