Theo de Raadt wrote:
> Similar comments here:
>
> > Another attempt to be helpful. This removes %n from brltty.
> > Compiles, but untested due to I don't have a braille device.
> >
> > +@@ -87,8 +87,9 @@ describeCommand (int command, char *buffer, int size)
> > + candidate->name, num
Update kdeconnect-kde to 21.08.1 and switch to x11/kde-applications.
kdeconnect is part of KDE Gear now. Unfortunately we have to disable two
plugins because they depends on Wayland.
Does it make sense to do this update WITHOUT the two plugins?
Feedback, OK?
diff --git a/net/kdeconnect-kde/Makef
Similar comments here:
> Hi,
>
> Another attempt to be helpful. This removes %n from brltty.
> Compiles, but untested due to I don't have a braille device.
>
> +@@ -87,8 +87,9 @@ describeCommand (int command, char *buffer, int size)
> + candidate->name, number, candidate->descripti
Bulk build on sparc64-0a.ports.openbsd.org
Started : Wed Sep 8 08:56:30 MDT 2021
Finished: Fri Sep 10 18:22:33 MDT 2021
Duration: 2 Days 9 hours 26 minutes
Built using OpenBSD 7.0-beta (GENERIC.MP) #964: Tue Sep 7 13:06:17 MDT 2021
Built 9462 packages
Number of packages built each day:
Sep 8:
I do not like your style of adjusting the counter with -=
the character counting approach looks fragile.
I suspect some of these refactorings are better if MULTIPLE *printf calls
are used, instead of one call.
Cut the call into two at the %n
Stefan Hagen wrote:
> Hi,
>
> Another %n fix.
>
>
Hi,
Another %n fix.
There's actually a change in behavior, which I can't explain:
BEFORE:
$ ExplicateUTF8 CanterburyPieces.txt
The sequence 0xEF 0xBB 0xBF
1110 10111011 1011
is a valid UTF-8 character encoding equivalent to UTF32 0xFEFF.
The first byte tells us t
Hi,
Another attempt to be helpful. This removes %n from brltty.
Compiles, but untested due to I don't have a braille device.
OK?
Best Regards,
Stefan
Index: misc/brltty/Makefile
===
RCS file: /cvs/ports/misc/brltty/Makefile,v
retr
Am Fri, 10 Sep 2021 00:14:41 +0200
schrieb Florian Viehweger :
> > this updates chafa to 1.8.0.
>
> Unmangled diff below, sorry.
Some additional testing done on i386 via ssh and X11 with xterm and st.
Again, no issues found.
portcheck, 'make lib-depends-check' and 'make test' are happy.
Commen
Stuart Henderson wrote:
> On 2021/09/10 20:38, Stefan Hagen wrote:
> > Indeed. The diff should be discarded.
>
> It does still need something for cdr_drv.c though,
>
> 284 error("Driver types:\n");
> 285 for (d = drivers; *d != (cdr_t *)NULL; d++) {
> 286 error("%s
./security/libssh2.log:subsystem_netconf.c:267:17: warning: '%n' format
specifier support is deactivated and will call abort(3)
./security/libssh2.log:subsystem_netconf.c:285:17: warning: '%n' format
specifier support is deactivated and will call abort(3)
This is in example code that isn't actua
On Fri, 10 Sep 2021 09:36:50 -0600, "Todd C. Miller" wrote:
> This cannot go in until post-7.0 due to a change where bison 3.8
> now declares yyerror for POSIX compatibility as:
>
> void yyerror(const char *msg);
>
> This may conflict with yyerror() as defined by the .y file, leading
> to buil
On 2021/09/10 20:38, Stefan Hagen wrote:
> Indeed. The diff should be discarded.
It does still need something for cdr_drv.c though,
284 error("Driver types:\n");
285 for (d = drivers; *d != (cdr_t *)NULL; d++) {
286 error("%s%n",
^^
287
Theo de Raadt wrote:
> This change is really weird.
>
> %n in a scanning string isn't the same as %n in a format string.
>
> Is clang mistakenly flagging %n in scanning strings? That might be a
> mistake. clang should only be inspecting *printf style format strings.
No, clang is doing it right
This change is really weird.
%n in a scanning string isn't the same as %n in a format string.
Is clang mistakenly flagging %n in scanning strings? That might be a
mistake. clang should only be inspecting *printf style format strings.
The change to libc has no impact on scanning strings. scann
On Fri, Sep 10, 2021 at 08:03:04PM +0200, Stefan Hagen wrote:
> Hi,
>
> This removes the '%n' format specifier from sysutils/cdrtools.
The warning is about *printf %n, not sscanf %n. The problem is in a
different file, according to naddy's list
./sysutils/cdrtools.log:cdr_drv.c:286:13: warning:
Hi,
This removes the '%n' format specifier from sysutils/cdrtools.
Test: %n is used to align this list and it works like before:
# cdrecord -scanbus
Cdrecord-ProDVD-ProBD-Clone 3.00 (amd64-unknown-openbsd7.0) Copyright (C)
1995-2010 J�rg Schilling
Using libscg version 'schily-0.9'.
scsibus3:
Straightforward, but there's a few of them, so a second pair of eyes
seems warranted.
Index: Makefile
===
RCS file: /cvs/ports/games/gnugo/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile4 Feb 2021 20:09
On Fri, 10 Sep 2021 at 16:29:57 +0200, Christian Weisgerber wrote:
> Here's the list of remaining ports with
>
> warning: '%n' format specifier support is deactivated and will call abort(3)
>
> These need to be fixed before the release.
> net/dnstracer The OpenBSD ports mailing-list
On Fri, Sep 10, 2021 at 05:50:00PM +0200, Christian Weisgerber wrote:
> jas...@openbsd.org:
>
> > http://build-failures.rhaalovely.net/powerpc64/2021-09-09/sysutils/ggrep.log
>
> I guess something like this?
>
Note quite, here's a fixed diff.
The issue was that OpenBSD/powerpc64 also defines __
jas...@openbsd.org:
> http://build-failures.rhaalovely.net/powerpc64/2021-09-09/sysutils/ggrep.log
I guess something like this?
Index: Makefile
===
RCS file: /cvs/ports/sysutils/ggrep/Makefile,v
retrieving revision 1.39
diff -u -p -
This cannot go in until post-7.0 due to a change where bison 3.8
now declares yyerror for POSIX compatibility as:
void yyerror(const char *msg);
This may conflict with yyerror() as defined by the .y file, leading
to build errors. For example, old code may return int instead of
void or declar
Standard %n fix, I guess.
Mark as NO_TEST while here; there is no check or test target.
ok?
Index: Makefile
===
RCS file: /cvs/ports/textproc/openjade/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile2 S
Hi,
This is an update for google snappy.
Port changes:
- version bump
- disabled benchmarks. They're enabled in the CMakefile,
but not shipped (benchmark directory is empty)
Software changes:
Performance improvements.
Google Test and Google Benchmark are now bundled in third_party/.
Stefan Hagen writes:
> Stefan Hagen wrote:
>> Hi,
>>
>> This is a small update to syutils/hcloud.
>>
>> Changes:
>> - Fix panic on iso & location list as json
>> - Move RDNS Commands to RDNS Client
>>
>> portcheck, lib-depends-check, make test are ok on amd64.
>>
>> Best Regards,
>> Stefan
Here's the list of remaining ports with
warning: '%n' format specifier support is deactivated and will call abort(3)
These need to be fixed before the release.
databases/openldap23The OpenBSD ports mailing-list
devel/adb The OpenBSD ports mailing-list
devel/libvstr
Omar Polo writes:
> this time with the tarball...
>
> Omar Polo writes:
>
>> Omar Polo writes:
>>
>>> Hello ports,
>>>
>>> I wanted to play with lua and ended up needing luarocks. I tried to
>>> resurrect the luarocks ports on openbsd-wip by abieber@ and cschutijser.
>>> With this I was able
Hi,
this is a simple update for archivers/makeself.
Port changes:
- version bump, revision removed
- patch adapted
Software changes:
2.4.5
This release mostly addresses possible incompatibilities with the
default ustar TAR format, by introducing a new --tar-format option
when creating th
Hola,
Here is a diff that includes the desktop bits for barrier. I have tested
it with xfce and it seems to be working fine!
I am not 100% sure I did the plist bits correctly - update-plist
included an entry for all of the dir's in
share/icons/hicolor/scalable/apps/ which seemed clunky..
OK?
Ch
On Thu, Sep 09, 2021 at 07:36:08AM +0200, Mark Patruck wrote:
> Hi Pierre-Emmanuel,
>
> the following diff updates databases/postgresql-previous to 12.8, which
> fixes over 75 bugs and addresses CVE-2021-3677 (Memory disclosure in
> certain queries)
>
> Notes: https://www.postgresql.org/docs/12/r
On Thu, Sep 09, 2021 at 07:30:44AM +0200, Mark Patruck wrote:
> Hi Pierre-Emmanuel,
>
> the following diff updates databases/postgresql to 13.4, which fixes
> over 75 bugs and addresses CVE-2021-3677 (Memory disclosure in certain
> queries)
>
> Notes: https://www.postgresql.org/docs/13/release-13
For rpki-client tests I need libretls so that I can link it with
openssl-1.1. This diff allows that (more or less). It is not intended to
be used for anything else but interop tests.
Thanks to sthen@ for some of the magic needed to make it link and install
correctly.
--
:wq Claudio
libretls.tgz
Hi,
This is an update to fuse-zip.
Port changes:
* Version update
* Removed include sys/sysmacros.h (not needed)
* Removed include sys/xattr.h und copied the missing defines from linux
* Adjusted test case to reflect OpenBSD device major
Note: I adapted the test case based on the test output
Stefan Hagen wrote:
> Hi,
>
> This is a small update to syutils/hcloud.
>
> Changes:
> - Fix panic on iso & location list as json
> - Move RDNS Commands to RDNS Client
>
> portcheck, lib-depends-check, make test are ok on amd64.
>
> Best Regards,
> Stefan
Automating a patch process is hard...
Hi, all:
Here is a patch for sysutils/fabric:
i) Update to 2.6.0
ii) Update DEPENDS
iii) Add do-test
It build well and run well and pass all tests on amd64-current system.
No other ports depends on it.
Comments ?
wenIndex: Makefile
===
Theo Buehler writes:
> On Fri, Sep 10, 2021 at 06:54:10AM +0200, Sebastien Marie wrote:
>> On Thu, Sep 09, 2021 at 01:19:21PM -0600, Aaron Bieber wrote:
>> > Hi,
>> >
>> > Here is a port of cargo-audit:
>> > https://github.com/RustSec/rustsec/tree/main/cargo-audit
>> >
>> > This isn't the lat
Bulk build on powerpc64.ports.openbsd.org
Started : Thu Sep 9 14:10:15 MDT 2021
Finished: Fri Sep 10 06:04:04 MDT 2021
Duration: 0 Days 15 hours 54 minutes
Built using OpenBSD 7.0-beta (GENERIC.MP) #355: Thu Sep 9 10:14:39 MDT 2021
Built 7037 packages
Number of packages built each day:
Sep 9:
On Fri, Sep 10, 2021 at 08:53:35AM +0200, Renaud Allard wrote:
> Hello,
>
> On 9/10/21 8:19 AM, Antoine Jacoutot wrote:
> > On Fri, Sep 10, 2021 at 07:54:03AM +0200, Antoine Jacoutot wrote:
> > > On Thu, Sep 09, 2021 at 10:53:56PM +0100, Stuart Henderson wrote:
> > > > On 2021/09/09 21:52, Omar Po
this time with the tarball...
Omar Polo writes:
> Omar Polo writes:
>
>> Hello ports,
>>
>> I wanted to play with lua and ended up needing luarocks. I tried to
>> resurrect the luarocks ports on openbsd-wip by abieber@ and cschutijser.
>> With this I was able to install (locally) and use thing
Omar Polo writes:
> Hello ports,
>
> I wanted to play with lua and ended up needing luarocks. I tried to
> resurrect the luarocks ports on openbsd-wip by abieber@ and cschutijser.
> With this I was able to install (locally) and use things like luasocket
> or dkjson, and even lua-lsp ^^
>
> I'm
Hello,
On 9/10/21 8:19 AM, Antoine Jacoutot wrote:
On Fri, Sep 10, 2021 at 07:54:03AM +0200, Antoine Jacoutot wrote:
On Thu, Sep 09, 2021 at 10:53:56PM +0100, Stuart Henderson wrote:
On 2021/09/09 21:52, Omar Polo wrote:
Hello,
I've updated to the current snapshot and packages yesterday afte
On Thu, Sep 09, 2021 at 01:00:14PM +0200, Omar Polo wrote:
Hello Omar,
> I wanted to play with lua and ended up needing luarocks. I tried to
> resurrect the luarocks ports on openbsd-wip by abieber@ and cschutijser.
> With this I was able to install (locally) and use things like luasocket or
> d
On Fri, Sep 10, 2021 at 06:54:10AM +0200, Sebastien Marie wrote:
> On Thu, Sep 09, 2021 at 01:19:21PM -0600, Aaron Bieber wrote:
> > Hi,
> >
> > Here is a port of cargo-audit:
> > https://github.com/RustSec/rustsec/tree/main/cargo-audit
> >
> > This isn't the latest version because that fails to
looks ok to me
On Fri, Sep 10, 2021 at 2:41 AM wen heping
wrote:
> Hi, all:
>
> Here is a patch for databases/p5-Mojo-Pg:
> i) Update to 4.26
> ii) Update DEPENDS
> It build well and pass all tests on amd64-current system.
> No other ports depend on it.
>
> Comments?
> wen
Hi, all:
Here is a patch for databases/p5-Mojo-Pg:
i) Update to 4.26
ii) Update DEPENDS
It build well and pass all tests on amd64-current system.
No other ports depend on it.
Comments?
wenIndex: Makefile
===
RCS f
Hi, ports@:
Here is a patch to create new port databases/p5-SQL-Abstract-Pg,
which is required by the update of databases/p5-Mojo-Pg.
It build well and pass all tests on amd64-current system.
Comments?
wen
p5-SQL-Abstract-Pg.tar.gz
Description: p5-SQL-Abstract-Pg.tar.gz
Hi, all:
Here is a patch for databases/p5-SQL-Abstract to update to 2.01.
It build well and pass all tests on amd64-current system.
Six ports depends on it. Five build well and pass all tests with this patch.
I did not test audio/squeezecenter, it is too old and many tests f
Stuart Henderson writes:
> On 2021/09/09 09:03, Omar Polo wrote:
>> Thanks Stuart, I didn't know about checksym :)
>>
>> Looking at the diff between version I got confused and some (all?) of
>> the changes I spotted were only in the files that are either internal or
>> provided only as static
Hi, ports@:
Here is a patch for databases/p5-DBIx-DataModel:
i) Update to 3.01
ii) Add some missing DEPENDS
It build well and pass all tests(current version in ports tree
failed test) on amd64-current system.
Only 1 port depends on it, it build well, failed test but
Hi, ports@:
databases/p5-Catalyst-Model-DBIDM had not been updated for
over 12 years upstream , it failed the test, no other ports depend on it.
So I suggest remove this port.
Comments?
wen
Hi,
This is a small update to syutils/hcloud.
Changes:
- Fix panic on iso & location list as json
- Move RDNS Commands to RDNS Client
portcheck, lib-depends-check, make test are ok on amd64.
Best Regards,
Stefan
===
RCS file: /cvs
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
> building without python; t
51 matches
Mail list logo