Re: update audio/flac 1.4.0

2022-09-11 Thread Nam Nguyen
Jeremie Courreges-Anglas writes: > A major bump looks appropriate but the switch to using pandoc > unconditionally doesn't. > > I suggest using lowdown(1) from textproc/lowdown to format them, > proposal below. Here is the diff with one sed tweak escaping underscores. Functions with underscores

update audio/flac 1.4.0

2022-09-09 Thread Nam Nguyen
Here is an update to audio/flac 1.4.0 released on Sep. 9, 2022. Release notes: https://github.com/xiph/flac/releases/tag/1.4.0 This diff does the following: - removes cpu.c patch because there is a new else condition that sets ppc.arch* = false instead of erroring out as before - removes

Re: Update from Maintainer: games/mvdsv 0.34 -> 0.35

2022-08-23 Thread Nam Nguyen
Tom Murphy writes: > Hi, > > I've redone the diff to match what you recommend upstream. I've also > added logic so that if system is UNIX but not OpenBSD, then link in dl > (which allows it to build for other platforms upstream). Once this is > committed upstream I can remove the CMakeLists.txt

CVS: cvs.openbsd.org: ports

2022-08-23 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/08/23 21:24:32 Modified files: games/mvdsv: Makefile distinfo games/mvdsv/patches: patch-src_sv_ccmds_c Added files: games/mvdsv/patches: patch-CMakeLists_txt Removed files:

Re: Update from Maintainer: games/mvdsv 0.34 -> 0.35

2022-08-16 Thread Nam Nguyen
Tom Murphy writes: > Hi, > > Here is a diff to update games/mvdsv from 0.34 to 0.35. > A few notable changes: > > * meson build dropped -- only uses cmake > * devel/pcre no longer used -- dropped in favor of wraps wraps was part of meson and not cmake. Since it has moved to cmake, it now

CVS: cvs.openbsd.org: ports

2022-08-12 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/08/12 10:56:56 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-08-11 Thread Nam Nguyen
Stuart Henderson writes: > Don't roll your own "libtorrent.cpython-${MODPY_VERSION:C/\.//g}.so", > either use MODPY_PYC_MAGIC_TAG (as is used in the PLIST), or a > wildcard e.g. libtorrent*.so Thanks. Here is a fresh diff cribbed from thfr@'s games/gogrepo. I learned about about :S and :C from

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-08-09 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> Brad Smith writes: >> >>> On 5/16/2022 11:21 PM, Nam Nguyen wrote: >> >>>> This diff additionally: >>>> - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a >>>>

Re: net/rsync: CVE-2022-29154 fix

2022-08-05 Thread Nam Nguyen
"T.J. Townsend" writes: >> https://www.openwall.com/lists/oss-security/2022/08/02/1 >> https://github.com/WayneD/rsync/commit/b7231c7d02.patch Here is a diff that updates to 3.2.5pre1 to cover tj@'s backported fix + additional related fixes. This way, no local patches are needed. I am a bit

CVS: cvs.openbsd.org: ports

2022-08-02 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/08/02 19:44:25 Modified files: net/dnscrypt-proxy: Makefile distinfo Log message: update net/dnscrypt-proxy 2.1.2 changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.2 ok bket@

update dnscrypt-proxy 2.1.2

2022-08-01 Thread Nam Nguyen
Here is an update to net/dnscrypt-proxy 2.1.2, released on August 1, 2022. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.2 I lightly tested runtime. `make test' passes. OK? Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2022-07-29 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/07/29 22:19:59 Modified files: net/irssi : Makefile distinfo net/irssi/pkg : PLIST-main PLIST-otr Added files: net/irssi/patches: patch-meson_build Removed files:

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-07-27 Thread Nam Nguyen
Nam Nguyen writes: > Brad Smith writes: > >> On 5/16/2022 11:21 PM, Nam Nguyen wrote: > >>> This diff additionally: >>> - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a >>> diff for devel/boost to install b2 and bj

Re: [patch] update irssi to 1.4.2

2022-07-26 Thread Nam Nguyen
Stuart Henderson writes: > On 2022/07/25 19:12, Nam Nguyen wrote: >> 2. Should the meson.build patch be used? It patches >> /usr/local/share/irssi --> /usr/local/share/examples/irssi. I'm >> preserving the behavior from before but I'm also fine not carrying this >

Re: update net/vnstat 2.9

2022-07-25 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> Nam Nguyen writes: >> >>> This is an update for net/vnstat to 2.9 released on 23-Jan-2022. >>> The diff is originally from tj@ with tweaks by me. >> >> ping > > ping ping > >> >>>

Re: [patch] update irssi to 1.4.2

2022-07-25 Thread Nam Nguyen
Lauri Tirkkonen writes: > Hi ports@, > > trivial minor update to irssi. irssi-icb and twirssi still build with > this. Thanks for posting. I looked into switching to meson since upstream is switching from autotools. The diff is inline. 2 questions === I was getting an infinite loop with

Re: devel/pcre2: why --enable-newline-is-any?

2022-07-08 Thread Nam Nguyen
lenn...@getcoding.de writes: > (not subscribed to the list) > > Ever since the initial revision of devel/pcre2/Makefile, PCRE2 is > compiled with --enable-newline-is-any. Why is that? Does anything > depend on it? Is that written down anywhere? pcre2build(3): NEWLINE RECOGNITION This explains

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:37:09 Modified files: net/twirssi: Makefile distinfo net/twirssi/pkg: README Log message: update to twirssi-2.8.0pl20190726 - updated to latest git version - upstream moved to

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:32:53 Modified files: net/irssi-xmpp : Makefile Log message: mark irssi-xmpp BROKEN irssi-xmpp needs to be updated upstream to support irssi >1.0.0. jung@ (maintainer) let upstream know.

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:27:21 Modified files: net/irssi-icb : Makefile net/irssi-icb/pkg: PLIST Added files: net/irssi-icb/patches: patch-configure_ac

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:21:36 Modified files: net/irssi : Makefile distinfo net/irssi/patches: patch-src_core_settings_c patch-src_fe-common_core_Makefile_in

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-06-20 Thread Nam Nguyen
Brad Smith writes: > On 5/16/2022 11:21 PM, Nam Nguyen wrote: >> This diff additionally: >> - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a >> diff for devel/boost to install b2 and bjam. I will send this after this >> e-mail. >> >>

Re: update net/vnstat 2.9

2022-06-16 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> This is an update for net/vnstat to 2.9 released on 23-Jan-2022. >> The diff is originally from tj@ with tweaks by me. > > ping ping > >> >> changelog: https://humdi.net/vnstat/CHANGES >> >> T

CVS: cvs.openbsd.org: ports

2022-06-16 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/16 19:33:47 Modified files: devel/boost: Makefile devel/boost/pkg: PLIST-main Added files: devel/boost/patches: patch-tools_build_src_engine_startup_cpp Log message: re-add

Re: [patch] update irssi to 1.4.1

2022-06-16 Thread Nam Nguyen
Landry Breuil writes: > Le Thu, Jun 16, 2022 at 09:43:42AM +0100, Stuart Henderson a écrit : >> On 2022/06/16 16:11, Lauri Tirkkonen wrote: >> > upstream has removed that file, shipping a pkg-config file instead. Not >> > sure >> > what to do with this; irssi-icb seems like it hasn't been

CVS: cvs.openbsd.org: ports

2022-05-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/05/22 18:24:58 Modified files: net/rsync : Makefile distinfo net/rsync/patches: patch-support_rrsync net/rsync/pkg : PLIST Added files: net/rsync/patches:

CVS: cvs.openbsd.org: ports

2022-05-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/05/22 17:59:19 Modified files: net/rsync : Tag: OPENBSD_7_1 Makefile Added files: net/rsync/patches: Tag: OPENBSD_7_1 patch-zlib_deflate_c patch-zlib_deflate_h

Re: devel/boost install b2/bjam

2022-05-18 Thread Nam Nguyen
Brad Smith writes: > On 5/16/2022 11:30 PM, Nam Nguyen wrote: >> Here is a diff needed for an update to net/libtorrent-rasterbar. >> >> It installs b2 and bjam. The motivation is to not carry an older version >> of setup.py for the python bindings in >> libtorren

Re: update net/rsync 3.2.4

2022-05-16 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> Two diffs are attached, incorporating feedback from espie@ sthen@ and >> naddy@. Feedback is welcome. OK? ping. Diffs are reattached for convenience. >> >> 1. rsync_stable.diff: intended for -stable. brings bundl

Re: update net/vnstat 2.9

2022-05-16 Thread Nam Nguyen
Nam Nguyen writes: > This is an update for net/vnstat to 2.9 released on 23-Jan-2022. > The diff is originally from tj@ with tweaks by me. ping > > changelog: https://humdi.net/vnstat/CHANGES > > This diff does the following three things ports-wise: > > 1. Proofread an

devel/boost install b2/bjam

2022-05-16 Thread Nam Nguyen
Here is a diff needed for an update to net/libtorrent-rasterbar. It installs b2 and bjam. The motivation is to not carry an older version of setup.py for the python bindings in libtorrent-rasterbar. libtorrent-rasterbar is probably the only consumer of b2 other than boost itself. At first I

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-05-16 Thread Nam Nguyen
Brad Smith writes: > Here is an update to libtorrent-rasterbar 1.2.16. Thanks I had something similar in my local tree. This diff additionally: - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a diff for devel/boost to install b2 and bjam. I will send this after this e-mail.

update net/vnstat 2.9

2022-05-07 Thread Nam Nguyen
This is an update for net/vnstat to 2.9 released on 23-Jan-2022. The diff is originally from tj@ with tweaks by me. changelog: https://humdi.net/vnstat/CHANGES This diff does the following three things ports-wise: 1. Proofread and edit README to get rid of the usage of second-person. Add 80

Re: update net/rsync 3.2.4

2022-04-26 Thread Nam Nguyen
Nam Nguyen writes: > Two diffs are attached, incorporating feedback from espie@ sthen@ and > naddy@. Feedback is welcome. OK? > > 1. rsync_stable.diff: intended for -stable. brings bundled zlib from >rsync 3.2.4 to 3.2.3 with this commit: > > https://github.co

Re: update net/rsync 3.2.4

2022-04-25 Thread Nam Nguyen
Two diffs are attached, incorporating feedback from espie@ sthen@ and naddy@. Feedback is welcome. OK? 1. rsync_stable.diff: intended for -stable. brings bundled zlib from rsync 3.2.4 to 3.2.3 with this commit:

update net/rsync 3.2.4

2022-04-20 Thread Nam Nguyen
"T.J. Townsend" writes: > This is an update for rsync. I switched the zlib from the included one > to the base system one since it's likely to get future security updates > faster. I can undo that part if needed. Here is an update for net/rsync 3.2.4 based on tj@'s diff which does the following:

CVS: cvs.openbsd.org: ports

2022-04-03 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/04/03 17:42:37 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-Makefile_in Log message: update net/wget 1.21.3 NEWS:

update net/wget 1.21.3

2022-03-21 Thread Nam Nguyen
Here is an update to net/wget 1.21.3 released on February 26, 2022. I tested downloading install70.img. NEWS: https://git.savannah.gnu.org/cgit/wget.git/commit/?id=40747a11e44ced5a8ac628a41f879ced3e2ebce9 "Add option to select TLS 1.3 on the command line." `wget --secure-protocol=TLSv1_3

Re: update audio/flac 1.3.4

2022-02-24 Thread Nam Nguyen
Christian Weisgerber writes: > Nam Nguyen: > >> Here is an update to flac 1.3.4, released on 20 Feb 2022. It comes with >> security fixes. > >> This update: >> - removes upstreamed bitreader.c patch >> - updates cpu.c ppc patch > > I have a d

update audio/flac 1.3.4

2022-02-22 Thread Nam Nguyen
Here is an update to flac 1.3.4, released on 20 Feb 2022. It comes with security fixes. changelog: https://xiph.org/flac/changelog.html This update: - removes upstreamed bitreader.c patch - updates cpu.c ppc patch - bumps library majors check_sym reports removed symbols:

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/01/25 15:31:54 Modified files: games/amnesia-tdd: Makefile Log message: workaround for segfault in games/amnesia-tdd clang 13 is stricter and -O2 causes segfault. clang 11 worked with -O2. As a

Re: update editors/TeXmacs 2.1

2022-01-13 Thread Nam Nguyen
Omar Polo writes: > Nam Nguyen writes: >> Unresolved bug with graphviz that can wait: >> >> Help > Plug-ins > Graphviz >> New window >> Insert > Session > Graphviz >> %dot -width 400 >> Error: gs_to_png failed for ramdisc://image.p

CVS: cvs.openbsd.org: ports

2022-01-13 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/01/13 21:30:11 Modified files: editors/TeXmacs: Makefile distinfo editors/TeXmacs/patches: patch-CMakeLists_txt patch-src_Plugins_Qt_qt_gui_cpp

Re: update editors/TeXmacs 2.1

2022-01-08 Thread Nam Nguyen
Omar Polo writes: > Nam Nguyen writes: > >> Here is a fresh diff that incorporates op@'s feedback of dropping >> -Wno-deprecated-register and adding NO_TEST=Yes. >> >> Omar Polo writes: >> >>> Just wondering, should we set NO_TEST? >> >> Y

CVS: cvs.openbsd.org: ports

2022-01-08 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/01/08 02:18:24 Modified files: net/libtorrent-rasterbar: Makefile Log message: garbage collect CPPFLAGS (-pthread and warnings) >From Brad

CVS: cvs.openbsd.org: ports

2021-12-30 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/12/30 17:31:16 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp

Re: UPDATE: libtorrent-rasterbar 1.2.15

2021-12-30 Thread Nam Nguyen
Brad Smith writes: > Here is an update to libtorrent-rasterbar 1.2.15. This is OK namn@, with a tweak to bump library major. I am looking for another OK. brad's diff tweaked with major bump is provided inline for convenience. I propose a major bump because of removed symbols. check_sym output:

CVS: cvs.openbsd.org: ports

2021-12-17 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/12/17 04:00:26 Modified files: editors/calligra: Makefile editors/calligra/patches: patch-CMakeLists_txt Log message: editors/calligra link imath and remove kcalendarcore and kcontacts -

editors/calligra: link imath and remove kcalendarcore and kcontacts (Was: Re: "LIB_DEPENDS not needed for")

2021-12-15 Thread Nam Nguyen
Rafael Sadowski writes: > On Sun Dec 12, 2021 at 03:41:48PM +0100, Rafael Sadowski wrote: >> I'll fix calligra. >> I propose an inline diff that does the following three things: 1.) Removes kcalendarcore and kcontacts from BUILD_DEPENDS and RUN_DEPENDS. These are listed as optional and only

CVS: cvs.openbsd.org: ports

2021-11-28 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/11/28 03:32:40 Modified files: graphics/libcaca: Makefile distinfo graphics/libcaca/patches: patch-Makefile_in patch-configure graphics/libcaca/pkg: PLIST Log message: update

Re: update editors/TeXmacs 2.1

2021-11-26 Thread Nam Nguyen
Here is a fresh diff that incorporates op@'s feedback of dropping -Wno-deprecated-register and adding NO_TEST=Yes. Omar Polo writes: > Just wondering, should we set NO_TEST? Yes. Upstream recently moved from GoogleTest to QtTest, so we can revisit how to hook up the unit tests once this

Re: update graphics/libcaca-0.99.beta20

2021-11-26 Thread Nam Nguyen
Thomas Frohwein writes: >> > I tested with misc/toilet, the only consumer. > > Not sure how much misc/toilet uses it without '--export ', but > the bundled applications cacademo and cacafire work fine. good catch on how to actually test it. I used --export html and was able to view it. > >

Re: update editors/TeXmacs 2.1

2021-11-25 Thread Nam Nguyen
Nam Nguyen writes: > Here is an update to editors/TeXmacs 2.1 released on June 23, 2021. > > changelog: > https://github.com/texmacs/texmacs/blob/v2.1/TeXmacs/doc/about/changes/change-log.en.tm > > Add -DUSE_STACK_TRACE=ON to CONFIGURE_ARGS so > ${WRKSRC}/src/System/Misc/sta

Re: update graphics/libcaca-0.99.beta20

2021-11-25 Thread Nam Nguyen
Nam Nguyen writes: > Here is an update for graphics/libcaca to 0.99.beta20. > > Changelog: > https://github.com/cacalabs/libcaca/releases/tag/v0.99.beta20 > > There are some CVE fixes listed there (e.g., buffer overflow, illegal > WRITE access, illegal READ access).

CVS: cvs.openbsd.org: ports

2021-11-05 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/11/05 16:18:24 Modified files: devel/pcre2: Makefile distinfo Removed files: devel/pcre2/patches: patch-RunGrepTest Log message: update devel/pcre2 10.37 This is an update for

update editors/TeXmacs 2.1

2021-11-04 Thread Nam Nguyen
Here is an update to editors/TeXmacs 2.1 released on June 23, 2021. changelog: https://github.com/texmacs/texmacs/blob/v2.1/TeXmacs/doc/about/changes/change-log.en.tm Add -DUSE_STACK_TRACE=ON to CONFIGURE_ARGS so ${WRKSRC}/src/System/Misc/stack_trace.cpp will use libexecinfo. This resolves `make

Re: update devel/pcre2 10.37

2021-11-03 Thread Nam Nguyen
ping Nam Nguyen writes: > This is an update for devel/pcre2 10.37 released on May 26, 2021. > > Changelog: > https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup=1310 > > This diff: > - undoes RunGrepTest patch by jca@ now that it has been upstreamed (item &g

update graphics/libcaca-0.99.beta20

2021-11-03 Thread Nam Nguyen
Here is an update for graphics/libcaca to 0.99.beta20. Changelog: https://github.com/cacalabs/libcaca/releases/tag/v0.99.beta20 There are some CVE fixes listed there (e.g., buffer overflow, illegal WRITE access, illegal READ access). Here is one:

CVS: cvs.openbsd.org: ports

2021-10-30 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/30 16:59:03 Modified files: audio/sox : Makefile distinfo audio/sox/patches: patch-src_formats_c audio/sox/pkg : PLIST Removed files: audio/sox/patches:

Re: backport CVE fixes audio/sox

2021-10-30 Thread Nam Nguyen
Here is a diff incorporating sthen@'s feedback and tj@'s feedback to add a comment about mirroring. Stuart Henderson writes: > On 2021/10/28 22:36, Nam Nguyen wrote: >> I prepared a release tarball from a checkout: >> install groff for tbl and nroff >> install autoc

Re: backport CVE fixes audio/sox

2021-10-28 Thread Nam Nguyen
Stefan Hagen writes: > Stuart Henderson wrote: >> On 2021/07/03 15:43, Nam Nguyen wrote: >>> - Since maintaining this many patches is clunky, should we consider >>> mirroring the latest git checkout? >> >> I don't have any feel for what shape the upstr

CVS: cvs.openbsd.org: ports

2021-10-26 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/26 19:19:58 Modified files: games : Makefile Log message: +amnesia-tdd

CVS: cvs.openbsd.org: ports

2021-10-26 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/26 19:13:41 Log message: Import games/amnesia-tdd, a first person survival horror game. Credits: brynet@ for intial port and upstreaming OpenBSD patches. shamazmazum for providing an

new games/amnesia-tdd

2021-10-23 Thread Nam Nguyen
Please find attached a port for Amnesia: The Dark Descent. It is a port from brynet@ with tweaks by me. Thanks to brynet@ for making and upstreaming patches to compile on OpenBSD with clang. Thanks to shamazmazum for providing an upstream for this port and getting it to run on FreeBSD. Thanks to

CVS: cvs.openbsd.org: ports

2021-10-13 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/13 17:31:43 Modified files: net/dnscrypt-proxy: Makefile distinfo Log message: update net/dnscrypt-proxy 2.1.1 changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 OK bket@

update net/dnscrypt-proxy 2.1.1

2021-10-12 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.1.1 released on Sep. 27, 2021. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 It fixes regressions dealing with more niche features like DoH served from cache during connectivity issues and time-based rules in blocklists. I

CVS: cvs.openbsd.org: ports

2021-09-11 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/09/11 16:48:22 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-Makefile_in net/wget/pkg : PLIST Log message: update to wget-1.21.2 Release notes:

Re: update net/wget 1.21.2

2021-09-10 Thread Nam Nguyen
Stuart Henderson writes: > On 2021/09/09 03:44, Nam Nguyen wrote: >> Here is an update to wget 1.21.2 released on September 7, 2021. It is >> from tj@ with tweaks by me to revise the python3 hack. > > ok, though I'm not sure there's much benefit to keeping the hack for >

update net/wget 1.21.2

2021-09-09 Thread Nam Nguyen
Here is an update to wget 1.21.2 released on September 7, 2021. It is from tj@ with tweaks by me to revise the python3 hack. Release notes: https://lists.gnu.org/archive/html/info-gnu/2021-09/msg3.html

Re: mpv -- reinstate sndio backend

2021-09-04 Thread Nam Nguyen
Brad Smith writes: > Any other mpv users? > > On 8/15/2021 4:35 AM, Brad Smith wrote: >> On Sun, Aug 15, 2021 at 04:19:05AM -0400, Brad Smith wrote: >>> Looking for mpv users to test this diff to reinstate the WIP sndio >>> backend. >> A second rev to get the intended result. I tested

Re: update: net/dnscrypt-proxy 2.1.0

2021-08-21 Thread Nam Nguyen
"T.J. Townsend" writes: > Tested on amd64. > > https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.0 Thanks. I committed this with tweaks to use sed instead of SUBST_CMD for cache_file lines. This simplifies the patch and inserts /var/dnscrypt-proxy/ for (commented out) cache_file lines

CVS: cvs.openbsd.org: ports

2021-08-21 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/08/21 19:54:11 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/patches: patch-dnscrypt-proxy_example-dnscrypt-proxy_toml Log

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 > ch

Re: Emacs patch, tests welcome

2021-07-15 Thread Nam Nguyen
Manuel Giraud writes: > Hi all, > > So here is what I did (on a quite fresh snapshot amd64): > >- comment the "Emacs.selectionTimeout: 10" line in my .Xresources >- build the default gtk3 flavor with this patch >- M-x org-capture => asks for input instantly Thanks. M-x org-capture

backport CVE fixes audio/sox

2021-07-03 Thread Nam Nguyen
tj@ had a diff to backport CVE fixes for audio/sox. Here, I tweaked it so the patches apply cleanly. 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

CVS: cvs.openbsd.org: ports

2021-06-27 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/06/27 17:49:58 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-Makefile_in patch-doc_wget_texi net/wget/pkg : PLIST Log message: update to wget-1.21.1

update devel/pcre2 10.37

2021-06-27 Thread Nam Nguyen
This is an update for devel/pcre2 10.37 released on May 26, 2021. Changelog: https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup=1310 This diff: - undoes RunGrepTest patch by jca@ now that it has been upstreamed (item #1 changelog) https://bugs.exim.org/show_bug.cgi?id=2681 - major bump

Re: [Update] net/wget : Update to 1.21

2021-06-26 Thread Nam Nguyen
Here is a fresh diff for 1.21.1 (not 1.21) released on January 9, 2021. It is based on wen heping's diff for 1.21. Changelog: https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS I tested downloading and verifying SHA256 of install69.img. Feedback and tests are welcome. OK? Nam Nguyen writes

Re: [update] textproc/libxml

2021-06-15 Thread Nam Nguyen
Alexander Bluhm writes: > ok? > > bluhm Your diff had mangled whitespace, so a fixed diff is provided here so it applies cleanly. Can this be put through a bulk? ok namn@ Index: Makefile === RCS file:

Re: [update] textproc/libxml

2021-05-31 Thread Nam Nguyen
Ping. Diff is repasted below. Nam Nguyen writes: > Moritz Buhl writes: > >> Hi ports@, >> >> A new libxml release is out (two actally) >> http://www.xmlsoft.org/news.html >> https://gitlab.gnome.org/GNOME/libxml2/-/commit/b48e77cf4f6fa0792c5f4b639707a2b0675

CVS: cvs.openbsd.org: ports

2021-05-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/05/22 15:47:29 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp

CVS: cvs.openbsd.org: ports

2021-05-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/05/22 15:40:16 ports/net/libtorrent-rasterbar/files Update of /cvs/ports/net/libtorrent-rasterbar/files In directory cvs.openbsd.org:/tmp/cvs-serv15093/files Log Message: Directory

Re: unbreak games/supertux [Was: Re: games/supertux startup error]

2021-05-16 Thread Nam Nguyen
Nam Nguyen writes: Ping. Diff is inline for convenience. > Nam Nguyen writes: > >> Here is a diff for unbreaking games/supertux, which segfaults on >> startup. I opened an issue explaining the bug here: >> https://github.com/SuperTux/supertux/issues/1726 > >

Re: update net/libtorrent-rasterbar 1.2.11

2021-05-16 Thread Nam Nguyen
mt -lboost_python38-mt -lpthread -lssl -lcrypto -o build/lib.openbsd-6.9-amd64-3.8/libtorrent.cpython-38.so -fvisibility=hidden -fvisibility-inlines-hidden /usr/local/lib/libiconv.so.7.0 > On 2021/04/24 01:47, Nam Nguyen wrote: >> "Elias M. Mariani" writes: >> >> &

Re: [update] textproc/libxml

2021-05-15 Thread Nam Nguyen
Daniel Dickman writes: > libxml 2.9.12 already includes the change for python 3.9, right? > > So if we go to this new version of libxml, I don't think the local diff > would be needed anymore? Yes. I checked and confirmed that your proposed diff is part of this new release. > > I'll hold off

Re: [update] textproc/libxml

2021-05-15 Thread Nam Nguyen
Moritz Buhl writes: > Hi ports@, > > A new libxml release is out (two actally) > http://www.xmlsoft.org/news.html > https://gitlab.gnome.org/GNOME/libxml2/-/commit/b48e77cf4f6fa0792c5f4b639707a2b0675e461b > > This fixes CVE-2021-3541. > > I updated the version and removed previous patches for

CVS: cvs.openbsd.org: ports

2021-05-06 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/05/06 14:54:50 Modified files: games/openjk : Makefile Added files: games/openjk/patches: patch-code_CMakeLists_txt Log message: Add -lGL and -lGLU to openjk_sp Unbreaks crash when

unbreak games/openjk singleplayer fullscreen

2021-05-06 Thread Nam Nguyen
Here is a diff that unbreaks crashing when toggling fullscreen in singleplayer. I used LD_DEBUG=1 to see the differences between openjk_sp and openjk.[1] I eventually found that openjk is linked with -lGL -lGLU whereas openjk_sp lacks these flags. I opened a pull request.[2] Feedback and tests

Re: NEW: sysutils/openbsdisks2 - UDisks2 service implementation for OpenBSD

2021-05-04 Thread Nam Nguyen
Rafael Sadowski writes: > On Sat Apr 24, 2021 at 01:23:56PM +0200, Rafael Sadowski wrote: >> >> I will fix this in 0.2.1b. >> > > 0.2.1beta attached Here is a diff with some more nits: - add comment explaining dbus,-suid as in sysutils/upower and sysutils/polkit - An --> A UDisks2 -

Re: NEW: sysutils/openbsdisks2 - UDisks2 service implementation for OpenBSD

2021-04-24 Thread Nam Nguyen
Rafael Sadowski writes: > On Mon Apr 05, 2021 at 04:22:27PM +0200, Rafael Sadowski wrote: >> On Sun Mar 28, 2021 at 08:58:22PM +0200, Rafael Sadowski wrote: >> > On Sat Mar 27, 2021 at 09:29:14AM +0100, Rafael Sadowski wrote: >> > > Hi ports@, >> > > >> > > I would like to introduce a small

Re: update net/libtorrent-rasterbar 1.2.11

2021-04-24 Thread Nam Nguyen
e (with backup plan going back to b2 and new setup.py if it ever stops working). rsadowski@ gave an OK on an older 1.2.11 diff. > > Cheers. > > > On Mon, Apr 5, 2021 at 3:28 AM Nam Nguyen wrote: >> Here is a fresh diff with some tweaks. Need some additional feedback on >>

Re: unbreak games/supertux [Was: Re: games/supertux startup error]

2021-04-19 Thread Nam Nguyen
Nam Nguyen writes: > Here is a diff for unbreaking games/supertux, which segfaults on > startup. I opened an issue explaining the bug here: > https://github.com/SuperTux/supertux/issues/1726 Here is a fresh diff for games/supertux 0.6.2, released on May 14, 2020. Changelogs: https://g

unbreak games/supertux [Was: Re: games/supertux startup error]

2021-04-17 Thread Nam Nguyen
Here is a diff for unbreaking games/supertux, which segfaults on startup. I opened an issue explaining the bug here: https://github.com/SuperTux/supertux/issues/1726 I bisected and found a commit from 2.0.10 that caused this segfault:

fix games/barony textures in sdl2-2.0.14

2021-04-10 Thread Nam Nguyen
solene@ reported that games/barony has missing textures.[1] Here is a diff fixing this sourced from a PR by Sylvain Becker. I used hg bisect to track down the revision in sdl2's repository that introduced this bug.[2] I contacted Sylvain Becker, the author of the sdl2 commit. Sylvain fixed

CVS: cvs.openbsd.org: ports

2021-04-07 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/04/07 00:58:47 Modified files: multimedia/mpv : Makefile distinfo Log message: update mpv to 0.33.1 This is a security fix release. Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.33.1

update mpv 0.33.1

2021-04-05 Thread Nam Nguyen
Here is an update for mpv 0.33.1, which is a security fix release, released on April 5, 2021. Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.33.1 This diff does the following: - resyncs # 1.109 with ${WRKSRC}/DOCS/client-api-changes.rst - paranoid major bump ahead of upstream's

Re: update net/libtorrent-rasterbar 1.2.11

2021-04-05 Thread Nam Nguyen
Elias M. Mariani writes: > Hi. > Just giving a bump and attaching a new diff for 1.2.13 based on the > previous one from Nam. Here is a fresh diff with some tweaks. Need some additional feedback on carrying the old 1.2.11 ${FILESDIR}/setup.py. Please find a fresh diff that additionally: -

CVS: cvs.openbsd.org: ports

2021-02-09 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/02/09 10:36:58 Modified files: editors/TeXmacs: Makefile distinfo editors/TeXmacs/patches: patch-CMakeLists_txt patch-src_Plugins_Qt_qt_gui_cpp

CVS: cvs.openbsd.org: ports

2021-01-19 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/01/19 18:04:22 Modified files: devel/pcre2: Makefile distinfo devel/pcre2/patches: patch-RunGrepTest Log message: update pcre2 to 10.36 changelog:

Re: update net/libtorrent-rasterbar 1.2.11

2021-01-18 Thread Nam Nguyen
Rafael Sadowski writes: > On Mon Dec 28, 2020 at 04:04:42AM -0800, Nam Nguyen wrote: >> Here is a diff to update libtorrent-rasterbar to 1.2.11, released on >> Nov. 15, 2020. Here is a diff for 1.2.12 which was released on Jan. 5, 2021. I have not yet committed 1.2.11 which was OK

<    1   2   3   4   >