UPDATE: net/swirc 3.5.4 -> 3.5.5

2025-05-18 Thread Markus Uhlin
ff. Best Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v diff -u -p -r1.38 Makefile --- Makefile 24 Feb 2025 20:18:56 - 1.38 +++ Makefile 17 May 2025 17:07:22 - @@ -1,5 +1,5 @@ COMMENT = curses icb and i

net/swirc sparc64 undefined references

2025-05-13 Thread Markus Uhlin
Hi ports@, I noticed that there's a linking error for net/swirc on sparc64: https://cranky.work/sparc64/2025-05-06/net/swirc.log Since I don't have access to a sparc64 I wonder if appending LDLIBS += -lstdc++fs fixes it? If someone can confirm this it would be great. Best regards Markus

UPDATE: net/swirc 3.5.4

2025-02-22 Thread Markus Uhlin
improvements:   - Atomic vars.   - Null checks.   - Refactoring.   - Usage of `auto` for iterators.   - Usage of `nullptr`.   - `...` ### Windows ### - **Fixed** `/znc JumpNetwork`. I attach a diff. Yours faithfully Markus Index: Makefile

UPDATE: net/swirc 3.5.2 -> 3.5.3

2025-02-08 Thread Markus Uhlin
`.   (Did not take effect on private messages). - **Fixed** so that `/znc JumpNetwork` works. (It didn't until now due to   the lack of reinitialization of the IRC module). I attach a diff. Best regards Markus Index: Makefile === RCS

UPDATE: net/swirc 3.5.2

2025-02-01 Thread Markus Uhlin
resource leak found by Coverity. - **Fixed** uncontrolled data used in path expressions. I attach a diff. Best regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v diff -u -p -r1.35 Makefile --- Makefile 21 Nov

UPDATE: net/swirc: 3.4.9 -> 3.5.1

2024-11-09 Thread Markus Uhlin
  - `...` - **Enabled** `account_notify` by default. - **Enabled** more colors for BSD and macOS. - **Fixed** cases of uncontrolled allocation sizes. - **Fixed** potential signed integer overflows. It never got updated to 3.5.0. I attach a diff. Best regards Markus Index: Makefile

UPDATE: net/swirc: 3.4.9 -> 3.5.0

2024-09-30 Thread Markus Uhlin
IRC server software support   the batches which were added in 3.4.7. This release comes with its   own implementation. - **Improved** `xwcwidth()`. I.e. added more full width character ranges,   and switched to a better search algorithm. I attach a diff. Best regards Markus Index: Makefile

UPDATE: net/swirc: 3.4.8 -> 3.4.9

2024-07-29 Thread Markus Uhlin
connection is in progress. - **Fixed** [CWE-190](https://cwe.mitre.org/data/definitions/190.html)   bugs found by Coverity. - **Fixed** a few potential data races found by TSan. - **Fixed** a null pointer dereference. - **Improved** the thread safety. I attach a diff. Best regards Markus Index

update: net/swirc 3.4.8

2024-06-04 Thread Markus Uhlin
`. - **Upgraded to**:   - [Curl](https://curl.se/) 8.8.0   - [LibreSSL](https://www.libressl.org/) 3.9.2 --- I attach a diff. Best regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v diff -u -p -r1.32 Makefile

UPDATE: net/swirc 3.4.7

2024-03-12 Thread Markus Uhlin
a diff. Yours faithfully, Markus. Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 27 Sep 2023 14:18:34 - 1.29 +++ Makefile 12 Mar 2024 20:05:22 -00

Re: mcabber: TLS does not work, libmouth update crashes

2024-01-03 Thread Markus Hennecke
to my server offering TLSv1.3. I can recheck on amd64 later. But AFAIR that build of loudmouth-1.5.4 was breaking the freetalk port that crashed during connect the last time I checked. Kind regards Markus

UPDATE: net/swirc 3.4.6

2023-11-05 Thread Markus Uhlin
### Windows ### - **Upgraded to**...   - [Curl](https://curl.se/) 8.4.0   - [LibreSSL](https://www.libressl.org/) 3.8.2 A patched file, namely 'posixshell/os_BSD.sh', has changed and the patch is therefore no longer valid so I had to delete it. I attach a diff. Best regards Markus U

UPDATE: net/swirc 3.4.5

2023-09-14 Thread Markus Uhlin
  message. This when turning logging on for a window. The solution was   to replace `fprintf()` with `fprintf_s()`. --- I attach a diff. Best regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision

maintainer update: net/swirc 3.4.4

2023-07-29 Thread Markus Uhlin
st regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile 13 Mar 2023 14:40:26 - 1.26 +++ Makefile 29 Jul 2023 14:24:50 - @@ -1,5 +1,5 @

maintainer update: net/swirc 3.4.2 -> 3.4.3

2023-03-10 Thread Markus Uhlin
ded** usage of initializer lists - **Added** usage of new/delete - **Deleted** unused includes - ... - **Added** event `320` (the same as `275` and `671`, whois ssl) - **Added** MULTIPLE new translations I attach a diff. Best regards Markus Index: Makef

update: net/swirc 3.4.1 -> 3.4.2 (bug fix)

2023-02-22 Thread Markus Uhlin
ter passed to `wcrtomb_s()` or `wcrtomb()` is a null character. I attach a diff. Kind regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile

update: net/swirc 3.4.1

2023-02-18 Thread Markus Uhlin
had them my PATH and therefore didn't notice it. I attach a diff. Kind regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile10 Feb 2023 16:

update: net/swirc 3.4.0

2023-02-09 Thread Markus Uhlin
fest, only for Swirc. - **Upgraded to**... - [Curl](https://curl.se/) 7.87.0 - [LibreSSL](https://www.libressl.org/) 3.6.2 I attach a diff. Best regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrievin

update: net/swirc (3.3.9)

2023-01-06 Thread Markus Uhlin
` ### Linux ### - **Fixed** building on riscv64. Contributed by [Eric Long](https://github.com/hack3ric) - thanks! I attach a diff. Best regards Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision

update: net/swirc 3.3.8

2022-11-27 Thread Markus Uhlin
the following files: - `commands/theme.c` - `network.cpp` - `printtext.cpp` - **Moved** `squeeze_text_deco()` to a separate file - Reduced VA args in printtext calls ### Windows ### - Upgraded to [LibreSSL](https://www.libressl.org/) 3.6.1 I attach a diff. Best regards, Markus Index

update: net/swirc 3.3.7

2022-10-22 Thread Markus Uhlin
`_get_pgmptr()` signaled success but stored an empty string, which only occurred on some Windows setups. (Reported by [cpkio](https://github.com/cpkio) - thanks!) I attach a diff. Regards, Markus Index: Makefile === RCS file: /cvs

update: net/swirc 3.3.5 -> 3.3.6

2022-10-05 Thread Markus Uhlin
ork I attach a diff. Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile30 Jul 2022 11:14:47 - 1.18 +++ Makefile5 Oct 2022 19:58:58 -00

Re: [update] net/snort 2.9.20

2022-08-29 Thread Markus Lude
w complains about the missing directory. Therefore either comment out the line in snort.conf or as I prefer re-add back the entry in PLIST. Attached is a patch for the later way. Regards, Markus Index: Makefile === RCS file: /cvs/port

Re: [update] net/snort 2.9.20

2022-08-24 Thread Markus Lude
ping On Thu, Aug 11, 2022 at 09:24:45PM +0200, Markus Lude wrote: > Hello, > > attached is an update of snort to 2.9.20. > Tested on amd64. > > Please test and commit. > > Regards, > Markus Index: Makefile =

[update] net/snort 2.9.20

2022-08-11 Thread Markus Lude
Hello, attached is an update of snort to 2.9.20. Tested on amd64. Please test and commit. Regards, Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.112 diff -u -p -u -p -r1.112 Makefile

Re: net/swirc (3.3.5): 'WANTLIB' + 'CONFIGURE_ENV'

2022-07-30 Thread Markus Uhlin
ok markus@ :-) On Sat, Jul 30, 2022 at 11:03:48AM +0200, Omar Polo wrote: > Markus Uhlin wrote: > > Hi ports@ > > > > Starting from version 3.3.5 libiconv can be used so I added 'iconv' to > > 'WANTLIB'. > > > > Further in order

net/swirc (3.3.5): 'WANTLIB' + 'CONFIGURE_ENV'

2022-07-29 Thread Markus Uhlin
Hi ports@ Starting from version 3.3.5 libiconv can be used so I added 'iconv' to 'WANTLIB'. Further in order for the configure script to find/recognize support for libiconv and libintl setting 'CONFIGURE_ENV' seems to be necessary. I attach a

maintainer update: net/swirc: 3.3.3 -> 3.3.4

2022-05-04 Thread Markus Uhlin
.0 - [LibreSSL](https://www.libressl.org/) 3.5.2 I attach a cvs diff. Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile 11 Mar 2022 19:47:37 - 1.15 +++ M

Re: update net/snort to 2.9.19

2022-02-18 Thread Markus Lude
ping On Mon, Jan 31, 2022 at 11:15:54PM +0100, Markus Lude wrote: > Hello, > > attached is an update of snort to 2.9.19. > Tested on amd64. > > Regards, > Markus Index: Makefile === RCS file: /cvs/ports

update net/snort to 2.9.19

2022-01-31 Thread Markus Lude
Hello, attached is an update of snort to 2.9.19. Tested on amd64. Regards, Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.111 diff -u -p -u -p -r1.111 Makefile --- Makefile19 Sep 2021

maintainer update: net/swirc: 3.3.1 -> 3.3.2 -> 3.3.3

2021-11-28 Thread Markus Uhlin
atted and reindented files - **Rewrote** the `/join` and `/part` commands in C++ - **Updated** the translations I attach a diff. Markus ? patches Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.13 di

MAINTAINER UPDATE: net/swirc: 3.3.1 -> 3.3.2

2021-10-17 Thread Markus Uhlin
`   - `dataClassify.c`   - `log.c`   - `nestHome.c` - Reformatted and reindented files - **Rewrote** the `/join` and `/part` commands in C++ - **Updated** the translations I attach a diff. Markus Index: Makefile === RCS file: /cvs/ports/net/swirc

Re: snort+LuaJIT

2021-09-18 Thread Markus Lude
te PFRAG files. Thanks for your patch. Attached is a straight forward update of snort to 2.9.18.1 with your additional patch. The flavored and unflavored versions work for me on amd64. Unfortunately I don't have other archs to test. Regards, Markus Index: Makefile =

[update] net/snort 2.9.18

2021-07-06 Thread Markus Lude
Hello, attached is a stright forward update for snort 2.9.18. Tested on amd64. Regards, Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.109 diff -u -p -u -p -r1.109 Makefile --- Makefile

maintainer update: net/swirc 3.2.7 -> 3.3.0

2021-06-29 Thread Markus Uhlin
functions and patterns - **Rewrote the printtext module in C++ and made multiple improvements**! - Upgraded to:   - [Curl](https://curl.se/) 7.77.0   - [LibreSSL](https://www.libressl.org/) 3.3.3 I attach a diff. Markus ? patches Index

[update] net/snort 2.9.17.1

2021-04-06 Thread Markus Lude
Hello, attached is an update for snort to bugfix release 2.9.17.1. Tested on amd64. Regards, Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.108 diff -u -p -u -p -r1.108 Makefile

[update] net/swirc 3.2.6 -> 3.2.7

2021-03-13 Thread Markus Uhlin
could cause a crash. (Reported   by Michael Ortmann.) - Rewrote `events/names.c` using C++ and made various improvements I attach a diff. Kind regards, Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving

PATCH: net/swirc 3.2.6

2021-03-02 Thread Markus Uhlin
Hi, I patched 2 files for net/swirc 3.2.6 and I wrote at top what they do/their purpose are... (I hope that is ok) I attach the diff. Yours faithfully Markus Uhlin Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v

net/swirc: 3.2.5 -> 3.2.6

2021-02-22 Thread Markus Uhlin
ltiple non-ANSI function declarations - Fixed multiple sign-compare warnings - Added logging of program name and PID for debug/error messages - Fixed unchecked return values Kind regards Markus Index: Makefile === RCS file: /cvs

Re: [update] net/snort 2.9.17, fix for -fno-common

2021-02-15 Thread Markus Lude
ping On Tue, Feb 09, 2021 at 11:51:25PM +0100, Markus Lude wrote: > Hello, > > attached is an update to snort 2.9.17. The new version includes fixes > for gcc-10. Tested on amd64. > > Please test and eventually commit. Thanks. > > Regards, &

[update] net/snort 2.9.17, fix for -fno-common

2021-02-09 Thread Markus Lude
Hello, attached is an update to snort 2.9.17. The new version includes fixes for gcc-10. Tested on amd64. Please test and eventually commit. Thanks. Regards, Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v

[patch] net/tinyfugue, unbreak -fno-common

2021-02-09 Thread Markus Lude
Hello, attached is a patch for tinyfugue. The variable world_decl was just declared, but never used. Regards, Markus Index: Makefile === RCS file: /cvs/ports/net/tinyfugue/Makefile,v retrieving revision 1.30 diff -u -p -u -p -r1.30

Re: [UPDATE] net/mcabber to 1.1.2

2020-11-22 Thread Markus Hennecke
ile22 Nov 2020 19:11:16 - @@ -1,9 +1,8 @@ # $OpenBSD: Makefile,v 1.38 2019/07/12 20:48:32 sthen Exp $ COMMENT= console jabber client -DISTNAME= mcabber-1.1.0 +DISTNAME= mcabber-1.1.2 CATEGORIES=net -REVISION= 4 HOMEPAGE=

update: net/swirc 3.2.4 -> 3.2.5 -- a new attempt

2020-10-13 Thread Markus Uhlin
Hi ports@ I got the previous diff wrong. Here's another attempt. Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 23 Apr 2020 16:01:15 -000

update: net/swirc 3.2.4 -> 3.2.5

2020-10-11 Thread Markus Uhlin
Hi. I want to update Swirc to 3.2.5 I attach a cvs diff Yours faithfully Markus Index: Makefile === RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 23 Apr 2020 16:01:15

Re: update: net/swirc 3.2.3 -> 3.2.4

2020-04-09 Thread Markus Uhlin
RCv3 capability negotiation. So I generated a patch for that too. Yours faithfully Markus diff -Nru /tmp/ports/net/swirc/Makefile /usr/ports/net/swirc/Makefile --- /tmp/ports/net/swirc/Makefile Wed Apr 8 18:52:57 2020 +++ /usr/ports/net/swirc/Makefile Thu Apr 9 15:15:54 2020 @@ -1,7 +1,7

update: net/swirc 3.2.3 -> 3.2.4

2020-04-08 Thread Markus Uhlin
Hi, Here comes an update for net/swirc 3.2.3 -> 3.2.4. Full changelog: https://github.com/uhlin/swirc/blob/master/CHANGELOG.md#324---2020-04-08 I attach a diff for the port. Markus diff -ru /tmp/ports/net/swirc/Makefile /usr/ports/net/swirc/Makefile --- /tmp/ports/net/swirc/Makefile

update: net/swirc 3.2.1 -> 3.2.3

2020-03-22 Thread Markus Uhlin
view and feedback welcome. I attach a diff for the port. Yours faithfully Markus diff -ru /tmp/ports/net/swirc/Makefile /usr/ports/net/swirc/Makefile --- /tmp/ports/net/swirc/Makefile Sun Mar 22 19:11:02 2020 +++ /usr/ports/net/swirc/Makefile Sun Mar 22 19:17:09 2020 @@ -1,7 +1,7 @@ #

update: net/swirc 3.2.0 -> 3.2.1

2020-03-01 Thread Markus Uhlin
attach a diff. Yours faithfully Markus diff -ru /tmp/ports/net/swirc/Makefile /usr/ports/net/swirc/Makefile --- /tmp/ports/net/swirc/Makefile Sun Mar 1 22:10:39 2020 +++ /usr/ports/net/swirc/Makefile Sun Mar 1 21:55:56 2020 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.4 2020/02/27 16:51:43 solene Exp

[update] swirc 3.1.1 -> 3.2.0

2020-02-17 Thread Markus Uhlin
Hi, Here comes an update for Swirc (3.1.1 -> 3.2.0). The new version supports IRC logs and tab completion. Full changelog can be found here: https://github.com/uhlin/swirc/blob/master/CHANGELOG.md#320---2020-02-13 Yours faithfully Markus Uhlin diff -ru /tmp/ports/net/swirc/Makefile /usr/po

UPDATE: net/snort 2.9.15

2019-11-23 Thread Markus Lude
Hello, attached is an update to snort 2.9.15. Tested on amd64. Please test, comment and eventually commit. Regards Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.105 diff -u -p -u -p

Re: Curses ICB and IRC client

2019-11-02 Thread Markus Uhlin
ov 01, 2019 at 03:24:17AM +0100, Markus Uhlin wrote: I attach a port I've created. Portwise this looks fine, and I was able to connect to IRC and some channels. If someone OKs this, I'm happy to commit it. By the way: - Is there a way to list rooms, like in weechat/irssi? - Can you a

Curses ICB and IRC client

2019-11-01 Thread Markus Uhlin
yself... + development (so far) -- Med vänlig hälsning Markus Uhlin swirc-3.0.0-port.tar.gz Description: application/gzip

Re: Care and Feeding

2019-09-29 Thread Markus Lude
nnel. > > (Also in general, new ports are always trickier because there's a policy of > > always needing a second developer ok to commit them, so you need to get two > > dev's interested in it!) > Ahaa, I see. > > Second one: diff please! Don't forget the REVISION bump. > Did it. :3 Sent it back in its original thread. Regards Markus

Re: net/mcabber - relax pledge for config options calling external processes

2019-08-29 Thread Markus Hennecke
ping On Sun, 14 Jul 2019, Markus Hennecke wrote: > When using an external program to provide the jabber password we need to > allow proc and exec the same way like we do when using an external program > for event handling. Tested with a gpg encrypted password file. > > Ok? &

Re: UPDATE: net/snort 2.9.14.1

2019-08-28 Thread Markus Lude
ping On Sun, Aug 18, 2019 at 12:46:31PM +0200, Markus Lude wrote: > Hello, > > attached is an update to snort 2.9.14.1. > > Tested on amd64. > > Please test, comment and eventually commit. > > Regards &g

UPDATE: net/snort 2.9.14.1

2019-08-18 Thread Markus Lude
Hello, attached is an update to snort 2.9.14.1. Tested on amd64. Please test, comment and eventually commit. Regards Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.104 diff -u -p -u -p

Re: UPDATE: net/snort 2.9.14

2019-07-23 Thread Markus Lude
On Tue, Jul 23, 2019 at 12:23:02PM -0400, Lawrence Teo wrote: > On Mon, Jul 22, 2019 at 09:41:21PM -0600, Aaron Bieber wrote: > > Fixes it for me! Need to also regen WANTLIB, then OK abiener@ > > Great, thanks! Here is the updated diff with the regenerated WANTLIB. > > Markus

net/mcabber - relax pledge for config options calling external processes

2019-07-14 Thread Markus Hennecke
When using an external program to provide the jabber password we need to allow proc and exec the same way like we do when using an external program for event handling. Tested with a gpg encrypted password file. Ok? Index: patches/patch-mcabber_main_c ==

Re: "vfprintf %s NULL" during bulk build

2019-06-05 Thread Markus Lude
: Resetting desktop app info dirs from %s to %s" a few times per day, all with firefox The first entry on may 4th was while updating packages, among them firefox. I still have a log of package update if anyone is interested. Regards Markus

UPDATE: net/snort 2.9.13

2019-05-31 Thread Markus Lude
Hello, attached is an update to snort 2.9.13. A new library libsf_sorules appeared in an example directory. Questions about it went unanswered on snort-devel. I disabled it for now. Rest is mostly regenerated patches. Please test / comment and evetnually commit. Regards Markus Index: Makefile

Re: [UPDATE]: security/sshguard -> 2.3.1

2019-03-28 Thread Markus Lude
On Sat, Mar 16, 2019 at 07:59:54PM +0100, Andreas Kusalananda Khri wrote: > On Sun, Mar 10, 2019 at 06:50:43PM +0100, Andreas Kusalananda Kähäri wrote: > > On Sun, Mar 10, 2019 at 10:50:19AM +0100, Markus Lude wrote: > > > On Sat, Jan 26, 2019 at 03:43:17PM +0100, Andreas Kusa

Re: [UPDATE]: security/sshguard -> 2.3.1

2019-03-10 Thread Markus Lude
running fine now after reboots. Running on amd64 with latest snapshot. Regards Markus

Re: UPDATE: x11/icwem 1.3.8 => 1.5.2

2019-03-10 Thread Markus Lude
; Been running it on amd64 and macppc without any issues. at first the icons at the upper right corner weren't shown. Only three boxes without icons. The old theme "nice" was removed. Using the default theme they now look normal. Running on amd64 with latest snapshot. Works for me. Regards Markus

mcabber update; add proc and exec to pledge for password_eval option

2019-03-05 Thread Markus Hennecke
The configuration setting "password_eval" requires to call an external program like the "events_command" setting. So enable proc and exec when pledging if that setting is available too. Tested with gpg as a password provider. Index: Makefile =

Re: UPDATE: net/snort 2.9.12

2019-02-12 Thread Markus Lude
Hello, thanks Stuart for your suggestions. Updated diff attached. - straight DISTNAME - use RULESV instead of V - fix WANTLIB Regards Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.100

UPDATE: net/snort 2.9.12

2019-02-10 Thread Markus Lude
Hello, attached is an update to snort-2.9.12. Tested on amd64. Please test, comment and eventually commit. Regards Markus Index: Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.100 diff -u -p -u -p

[UPDATE] lang/scala to 2.12.8

2019-01-09 Thread markus ploner
hi ports@, i did a simple update, including jar dependencies in PLIST. hello world in scala is working so i assume the update is fine. best, markus ? scala-2.12.8.diff Index: Makefile === RCS file: /cvs/ports/lang/scala/Makefile,v

Re: sshguard-2.2.0 (still problems with startup) Re: UPDATE: security/sshguard, 1.5-->2.1.0 (2nd try)

2018-12-05 Thread Markus Lude
es_ start (as noticed in the log file), but terminates shortly after: shortly after reboot: Dec 5 22:30:14 myhost sshd[33894]: Server listening on 0.0.0.0 port 22. Dec 5 22:30:14 myhost sshd[33894]: Server listening on :: port 22. Dec 5 22:30:15 myhost sshguard[5454]: Started successfully [(a,p,s)=(40, 420, 1200)], now ready to scan. Dec 5 22:30:15 myhost sshd[25608]: Received disconnect from 222.87.49.93 port 27657:11: Bye Bye [preauth] Dec 5 22:30:15 myhost sshd[25608]: Disconnected from 222.87.49.93 port 27657 [preauth] Dec 5 22:30:16 myhost sshguard[5454]: Got exit signal, flushing blocked addresses and exiting... If started manually, it keeps running. > Any help with possible diagnoses of the startup problem would be > helpful. I haven't found any other port that starts a shell script as a > daemon, but I have only looked for "/bin/sh" in the rc scripts for that. Regards Markus

unbreak py-cryptodome on non-x86 archs

2018-06-24 Thread Markus Hennecke
CLMUL like AESNI is an extension to x86 archs, so treat it the same way in PLIST: Index: pkg/PLIST === RCS file: /cvs/ports/security/py-cryptodome/pkg/PLIST,v retrieving revision 1.4 diff -u -p -r1.4 PLIST --- pkg/PLIST 23 Jun 2018

Re: [update] emacs-26.1

2018-06-06 Thread Markus Hennecke
On Tue, 5 Jun 2018, Jeremie Courreges-Anglas wrote: > Are there people around who could test on powerpc, armv7, arm64, > mips64(el), hppa or i386? make install && emacs -Q would be a good > enough test. > > Obviously oks (and regression reports) are still welcome. :) Build of the no_x11 flavor

fix build mail/mimetic on aarch64 and armv7

2018-05-27 Thread Markus Hennecke
Fixes the signed/unsigned char problem. Patch tested on amd64, all tests passed on all three archs: Index: patches/patch-mimetic_codec_base64_cxx === RCS file: patches/patch-mimetic_codec_base64_cxx diff -N patches/patch-mimetic_code

Re: [armv7 fix] security/botan2

2018-05-26 Thread Markus Hennecke
On Sat, 26 May 2018, Alexander Bluhm wrote: > On Sat, May 26, 2018 at 10:23:25PM +1000, Jonathan Gray wrote: > > > After seeing some mails regarding NEON support on armv7 another approach > > > would be to pass --cc-abi-flags="-mfloat-abi=softfp" to configure which > > > fixes the build on armv7

Re: [armv7 fix] security/botan2

2018-05-26 Thread Markus Hennecke
On Mon, 30 Apr 2018, Markus Hennecke wrote: > Fixed building on armv7 by disabling neon support in configure. This has > no effect on amd64. I tested a build there and all tests passed. 16 tests > failed on armv7, all unable to allocate lzma memory if I remember > correctly

Re: [armv7 fix] net/ftpcopy

2018-05-25 Thread Markus Hennecke
(and very likely on aarch64 as well), OK > > : > > :Markus' diff makes sense and ftpcopy/ls work both on amd64 and arm; > > :ok jca@ > > : > > :One note though, __regparm__ looks mostly like premature optimization to > > :me. I had a wip diff that just did

Re: [armv7 fix] Fix build lang/gcc/4.9

2018-04-30 Thread Markus Hennecke
On Mon, 30 Apr 2018, Pascal Stumpf wrote: > Haven't managed to get my version working properly yet. So OK for > Markus' patch. There is already a working version of your patch in the tree: https://marc.info/?l=openbsd-ports&m=152493359410874&w=2

[armv7 fix] security/botan2

2018-04-30 Thread Markus Hennecke
Fixed building on armv7 by disabling neon support in configure. This has no effect on amd64. I tested a build there and all tests passed. 16 tests failed on armv7, all unable to allocate lzma memory if I remember correctly. Index: Makefile ===

Re: still failing to build gcc on arm - fbracket

2018-04-27 Thread Markus Hennecke
On Fri, 27 Apr 2018, s_g...@telus.net wrote: > > > I loaded the latest ports and src this morning. Do some other packages need > to be rebuilt also? I should have checked but didn't have the time. And at first glance everything looked ok. But Makefile is different to the configure shell scr

[armv7 fix] net/echoping

2018-04-26 Thread Markus Hennecke
The configure test for mandatory -lm is broken, because the single pow(a,b) call is optimized away. Fix this by forcing the call to be compiled in via return statement. This compiles without a change on amd64 and fixes the build on armv7. Index: patches/patch-configure ==

[armv7 fix] shell/ksh93

2018-04-26 Thread Markus Hennecke
The patch below adds explicit -lm when libshell.a is used to link an executable. This unbreaks the build on armv7. Building on amd64 succeeded as well, with no change in ldd output for ksh or shcomp. Index: patches/patch-src_cmd_ksh93_Mamfile =

[armv7 fix] net/ftpcopy

2018-04-25 Thread Markus Hennecke
Since clang defines __GNUC__ and __regparm__ is not valid on arm the wrong defines are used in attributes.h. As far as I understood __regparm__ is only valid on x86, so make sure this is only used on x86. The same error shows up on aarch64, it should be fixed there too. I can't test it there. I

Re: [armv7 fix] Build database/redis

2018-04-15 Thread Markus Hennecke
On Sat, 14 Apr 2018, Jeremie Courreges-Anglas wrote: > On Thu, Apr 12 2018, Klemens Nanni wrote: > > On Sat, Apr 07, 2018 at 08:26:10AM +0200, Markus Hennecke wrote: > >> With the attached fix the redis port builds, but is unable to complete the > >> regression te

Re: [armv7 fix] Fix build lang/gcc/4.9

2018-04-15 Thread Markus Hennecke
Attached is a new diff fixing build on armv7 and adding patches to fix the build after the switch to clang 6. The patch became pretty big, because clang complains about error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] in a

[armv7 fix] Fix build lang/gcc/4.9

2018-04-07 Thread Markus Hennecke
Resubmitting this, gcc 4.9 builds with this on armv7. All regression tests fail though. As already stated I successfuly build gcc on i386 and amd64 with this patch. Index: Makefile === RCS file: /cvs/ports/lang/gcc/4.9/Makefile,v re

[armv7 fix] Build database/redis

2018-04-06 Thread Markus Hennecke
With the attached fix the redis port builds, but is unable to complete the regression tests (see https://github.com/antirez/redis/issues/4640). Index: Makefile === RCS file: /cvs/ports/databases/redis/Makefile,v retrieving revision 1

Re: fix armv7 build for lang/gcc/4.9

2018-03-24 Thread Markus Hennecke
On Fri, 23 Mar 2018, Peter Hessler wrote: > Yes, packages for 6.3 will be built for armv7. Having gcc-4.9 available > would be quite nice. Thanks for looking into this. > > I see from your other mail, the configure patch isn't helpful so I'll > wait for the next info. The obvious solution is t

Re: fix armv7 build for lang/gcc/4.9

2018-03-23 Thread Markus Hennecke
Unfortunately this fails when doing a FLAVOR=full build with xg++: error: unrecognized command line option '-fbracket-depth=512'. I will look into this again, if only armv7 builds were a bit faster on my board... On Fri, 23 Mar 2018, Markus Hennecke wrote: > In order to compi

fix armv7 build for lang/gcc/4.9

2018-03-23 Thread Markus Hennecke
In order to compile gcc 4.9 on armv7 the patches below are required. I don't know if the approach for the configure patch is the correct way to inject -fbracket-depth=512 is the best way to do it. The patch for gcc/system.h had no effect on a i386 build. Perhaps this becomes handy if 6.3 packag

libgpg-error fails to build on arm

2018-03-22 Thread Markus Hennecke
Commit 791177d is required to build the latest release on arm, I stripped down the patch leaving out the comments. The patch has to be removed in the next version update anyway: Index: Makefile === RCS file: /cvs/ports/security/libg

Re: [UPDATE] ctwm-4.0.1

2018-03-16 Thread Markus Hennecke
On Sun, 25 Feb 2018, Stuart Henderson wrote: > On 2018/02/25 22:31, Klemens Nanni wrote: > > On Fri, Oct 27, 2017 at 11:01:57PM +0200, Markus Hennecke wrote: > > > I got some input from Matthew Fuller regarding the dependencies and it > > > looks like we could get

Enhanced DUC

2018-03-11 Thread Markus Uhlin
first release. So I would like a new attempt to get it in... https://github.com/uhlin/enhanced-duc http://uhlin.github.io/enhanced-duc/ Peace. -- Med vänlig hälsning Markus Uhlin

Re: [UPDATE] ctwm-4.0.1

2018-02-25 Thread Markus Hennecke
On Fri, 27 Oct 2017, Markus Hennecke wrote: > I got some input from Matthew Fuller regarding the dependencies and it > looks like we could get rid of all build depends by setting > -DFORCE_PREGEN_FILE=TRUE in CONFIGURE_ARGS (see attached diff) disabling > the man page build al

Re: [UPDATE] ctwm-4.0.1

2017-10-27 Thread Markus Hennecke
I got some input from Matthew Fuller regarding the dependencies and it looks like we could get rid of all build depends by setting -DFORCE_PREGEN_FILE=TRUE in CONFIGURE_ARGS (see attached diff) disabling the man page build altogether and using the pre generated files. The post-install target fro

Re: [UPDATE] ctwm-4.0.1

2017-10-26 Thread Markus Hennecke
Revised diff fixing the issues quoted below attached... On Thu, 26 Oct 2017, Rafael Sadowski wrote: > Thanks for the diff, Comments below. > > On Thu Oct 26, 2017 at 09:04:34PM +0200, Markus Hennecke wrote: > > Update ctwm to latest release. > > The build is switched to cma

[UPDATE] ctwm-4.0.1

2017-10-26 Thread Markus Hennecke
Update ctwm to latest release. The build is switched to cmake and I think we can get rid of all the patches. This is a huge improvement compared to the ancient version currently in ports. Regards MarkusIndex: Makefile === RCS file:

Re: [Update] net/loudmouth to 1.5.3

2017-07-10 Thread Markus Hennecke
On Mon, 29 May 2017, Markus Hennecke wrote: Ping. I only tested this with mcabber-1.1.0, freetalk and irssi-xmpp build with this, so is the statement irssi-xmpp is not ready for this still valid for loudmouth-1.5.3? So at least for future reference the diff without the revision and the updated

Re: UPDATE: net/mcabber 1.1.0

2017-07-10 Thread Markus Hennecke
On Mon, 10 Jul 2017, Ricardo Mestre wrote: > Hi ports@ > > Please find attached an update to mcabber 1.1.0, it includes a new vi > mode and some bugfixes. > > OK? Yes please. But your patch is not against -current (Makefile version 1.31)? Index: Makefile ==

Re: [Update] net/loudmouth to 1.5.3

2017-05-29 Thread Markus Hennecke
the following WANTLIB: WANTLIB += ffi gobject-2.0 You can check that with make port-lib-depends-check Apart from that I am not sure about the revision. My guess is that the revision can be removed because of the new version number. Regards and sorry for the delay Markus

Swirc v1.4 -- updated submission

2017-02-04 Thread Markus Uhlin
Hi Here comes an updated submission regarding Swirc. I released v1.4 yesterday night. Markus Uhlin swirc-1.4-ports.tar.gz Description: application/tar-gz

Re: UPDATE: net/mcabber 1.0.4

2017-01-10 Thread Markus Hennecke
Yes, I have this running for a few days and see no regression. Please commit this. Thanks Ricardo! Markus Am 10.01.2017 um 11:15 schrieb Ricardo Mestre: Hi ports@ This updates mcabber to latest version 1.0.4 which includes an important bugfix The bug is described in CVE-2015-8688 and

  1   2   3   4   5   >