From noreply at github.com Fri Apr 3 21:14:05 2026 From: noreply at github.com (Jose Luis Duran) Date: Fri, 03 Apr 2026 14:14:05 -0700 Subject: [InterNetNews/inn] 5245d9: Rename blacklist to blocklist Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: 5245d9151133e2674f3a6f31050daf7abbb8ab0a https://github.com/InterNetNews/inn/commit/5245d9151133e2674f3a6f31050daf7abbb8ab0a Author: Jose Luis Duran Date: 2026-04-03 (Fri, 03 Apr 2026) Changed paths: M CONTRIBUTORS M MANIFEST M Makefile.global.in M ci/test M configure.ac M doc/pod/hacking.pod M doc/pod/install.pod M doc/pod/news.pod M doc/pod/nnrpd.pod R m4/blacklist.m4 A m4/blocklist.m4 M nnrpd/Makefile M nnrpd/nnrpd.c M nnrpd/nnrpd.h M nnrpd/perm.c M support/mksnapshot Log Message: ----------- Rename blacklist to blocklist Current versions of NetBSD and FreeBSD are using the new nomenclature. close #335 To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Fri Apr 3 21:28:31 2026 From: noreply at github.com (Bernhard M. Wiedemann) Date: Fri, 03 Apr 2026 14:28:31 -0700 Subject: [InterNetNews/inn] d83e39: Reduce chance for overflow in ParseTime Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: d83e392d4b4fc1dcf07ba717c94d2b93c3e155ba https://github.com/InterNetNews/inn/commit/d83e392d4b4fc1dcf07ba717c94d2b93c3e155ba Author: Bernhard M. Wiedemann Date: 2026-04-03 (Fri, 03 Apr 2026) Changed paths: M CONTRIBUTORS M storage/interface.c Log Message: ----------- Reduce chance for overflow in ParseTime Without this patch, an input of 802M (months) could surprisingly produce a negative return value. Use `atoi` to match the type of the tmp variable. This patch was done while reviewing potential year-2038 issues in openSUSE. close #331 To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Fri Apr 3 21:51:57 2026 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 03 Apr 2026 14:51:57 -0700 Subject: [InterNetNews/inn] ac864a: Reformat with latest clang-format-19 version Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: ac864a63f4414682e45604e636ec17de2d5dc6b3 https://github.com/InterNetNews/inn/commit/ac864a63f4414682e45604e636ec17de2d5dc6b3 Author: Julien ?LIE Date: 2026-04-03 (Fri, 03 Apr 2026) Changed paths: M backends/innbind.c M frontends/inews.c M frontends/sm.c M history/hisv6/hisv6.c M include/inn/storage.h M innd/innd.c M innd/nc.c M innd/python.c M innfeed/endpoint.c M lib/innconf.c M lib/xmalloc.c M nnrpd/python.c M storage/buffindexed/shmem.c M storage/ovdb/ovdb-private.h M storage/ovdb/ovdb.c M storage/ovsqlite/ovsqlite-server.c M storage/ovsqlite/ovsqlite.c M tests/innd/fakeinnd.c Log Message: ----------- Reformat with latest clang-format-19 version Commit: 650bde65b8c438717c94c5f67269d9cb82a61b19 https://github.com/InterNetNews/inn/commit/650bde65b8c438717c94c5f67269d9cb82a61b19 Author: Julien ?LIE Date: 2026-04-03 (Fri, 03 Apr 2026) Changed paths: M .git-blame-ignore-revs Log Message: ----------- Add previous commit to git blame ignore Compare: https://github.com/InterNetNews/inn/compare/d83e392d4b4f...650bde65b8c4 To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications