Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883963 - dev-util/jenkins-bin-2.375.1 version bump
Summary: dev-util/jenkins-bin-2.375.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick Lauer
URL: https://www.jenkins.io/changelog/#v2.375
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-02 05:34 UTC by Tomáš Mózes
Modified: 2022-12-02 10:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2022-12-02 05:34:48 UTC
Had to comment HANDLERs in conf.d:

#JENKINS_HANDLER_MAX="100"
#JENKINS_HANDLER_IDLE="20"

to avoid:
Exception in thread "main" java.lang.IllegalArgumentException: Unrecognized option: --handlerCountMax=100
        at winstone.cmdline.CmdLineParser.parse(CmdLineParser.java:52)
        at winstone.Launcher.getArgsFromCommandLine(Launcher.java:399)
        at winstone.Launcher.main(Launcher.java:369)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at executable.Main.main(Main.java:355)
Comment 1 Hans de Graaff gentoo-dev Security 2022-12-02 08:22:09 UTC
"Align the default value of the HTTP keep-alive timeout in Winstone with that of the upstream Jetty project by changing it from 5 seconds to 30 seconds. Remove unused --ajp13Port, --ajp13ListenAddress, --handlerCountMax, and --handlerCountMaxIdle options. (issue 69509, Align HTTP keep-alive with Jetty default)"

Was not mentioned in the 375.1 changelog, so easily missed. Thanks for the heads-up.
Comment 2 Larry the Git Cow gentoo-dev 2022-12-02 08:30:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646c77d1dc71d7858ba32412c9edaab9abb8b620

commit 646c77d1dc71d7858ba32412c9edaab9abb8b620
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2022-12-02 08:29:29 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2022-12-02 08:30:08 +0000

    dev-util/jenkins-bin: add 2.375, 2.375.1
    
    Closes: https://bugs.gentoo.org/883963
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-util/jenkins-bin/Manifest                     |  2 +
 dev-util/jenkins-bin/files/jenkins-bin-r1.confd   | 52 +++++++++++++++++++++++
 dev-util/jenkins-bin/files/jenkins-bin-r3.init    | 50 ++++++++++++++++++++++
 dev-util/jenkins-bin/files/jenkins-bin-r3.service |  2 +-
 dev-util/jenkins-bin/files/jenkins-bin-r4.service | 11 +++++
 dev-util/jenkins-bin/jenkins-bin-2.375.1.ebuild   | 45 ++++++++++++++++++++
 dev-util/jenkins-bin/jenkins-bin-2.375.ebuild     | 45 ++++++++++++++++++++
 7 files changed, 206 insertions(+), 1 deletion(-)
Comment 3 Tomáš Mózes 2022-12-02 10:31:22 UTC
Thanks!