[InterNetNews/inn] d63dc4: build(deps): bump actions/checkout from 3 to 4
Julien ÉLIE
noreply at github.com
Sun Sep 17 10:18:39 UTC 2023
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: d63dc4ba899a37e5e7c87e560ddba775e04d49de
https://github.com/InterNetNews/inn/commit/d63dc4ba899a37e5e7c87e560ddba775e04d49de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M .github/workflows/build.yaml
Log Message:
-----------
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support at github.com>
Commit: 94c490adc29f64ec0645d7f39445caa20483630c
https://github.com/InterNetNews/inn/commit/94c490adc29f64ec0645d7f39445caa20483630c
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M control/perl-nocem.in
Log Message:
-----------
perl-nocem: Fix use of uninitialized value
Thanks to Jesse Rehmer for the bug report.
Commit: 4a3263246cbed5185c5b61d662245d3c83807ba1
https://github.com/InterNetNews/inn/commit/4a3263246cbed5185c5b61d662245d3c83807ba1
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M doc/pod/buffindexed.conf.pod
M doc/pod/inn.conf.pod
M doc/pod/news.pod
M include/inn/innconf.h
M lib/innconf.c
M samples/inn.conf.in
M storage/buffindexed/buffindexed.c
M tests/overview/api-t.c
M tests/overview/overview-t.c
Log Message:
-----------
Add new ovflushcount parameter in inn.conf
The icdsynccount parameter was used for the flushing of both the active
and history files, and buffindexed (though undocumented for that use with
buffindexed).
Add a new parameter for that use.
close #280
Commit: a910136ed524cb4c23bd263ed437175a2f09b399
https://github.com/InterNetNews/inn/commit/a910136ed524cb4c23bd263ed437175a2f09b399
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M doc/pod/external-auth.pod
Log Message:
-----------
External auth: All the fields are always returned
Document that the fields are "always" returned, instead of saying they
"generally" are.
Thanks to ReK2 (Hispagatos) for the suggestion of documentation
improvement.
Commit: f4350264dcb7c3eace4d3b8f58f77e9d540091b8
https://github.com/InterNetNews/inn/commit/f4350264dcb7c3eace4d3b8f58f77e9d540091b8
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M doc/pod/ovdb.pod
M doc/pod/ovdb_monitor.pod
M samples/ovdb.conf
Log Message:
-----------
ovdb_monitor: Document the frequency of actions
Commit: d438514d3401dfecab703794d1ec3f5247c4e642
https://github.com/InterNetNews/inn/commit/d438514d3401dfecab703794d1ec3f5247c4e642
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M site/getsafe.sh
Log Message:
-----------
getsafe: Better explain why the build is stopped
Improve user experience.
Thanks to Jesse Rehmer for the suggestion.
Commit: 3238a5c088a065596a708a5b34701da6d06cf72f
https://github.com/InterNetNews/inn/commit/3238a5c088a065596a708a5b34701da6d06cf72f
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M samples/filter_innd.py
M samples/nnrpd_access.py
M samples/nnrpd_auth.py
M samples/nnrpd_dynamic.py
Log Message:
-----------
Python samples: Properly write strings to log
In the commented code for Python 3, use decode() to write a string
instead of a byte string (b'...').
close #260
Compare: https://github.com/InterNetNews/inn/compare/0db25bba6a5e...3238a5c088a0
More information about the inn-committers
mailing list