1
0

58 Commits

Author SHA256 Message Date
424bf63a85 Accepting request 1286055 from Java:packages
gcc15 fix

OBS-URL: https://build.opensuse.org/request/show/1286055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=28
2025-06-17 16:20:39 +00:00
38b6bb0cb7 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=57 2025-06-16 10:26:44 +00:00
68eac8181d Accepting request 1273081 from Java:packages
1.4.1

OBS-URL: https://build.opensuse.org/request/show/1273081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=27
2025-05-05 20:24:58 +00:00
422324802d update to 1.4.1
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=55
2025-03-31 13:03:35 +00:00
d4fb6eba21 Accepting request 1193662 from Java:packages
1.4.0

OBS-URL: https://build.opensuse.org/request/show/1193662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=26
2024-08-14 12:14:49 +00:00
ba2a6a0746 Accepting request 1172174 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1172174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=25
2024-05-06 15:55:29 +00:00
39ec3978eb Accepting request 1172167 from home:gkenion:branches:Java:packages
GCC 14 compatibility fix.

OBS-URL: https://build.opensuse.org/request/show/1172167
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=51
2024-05-06 12:57:25 +00:00
e28befecd5 Accepting request 1147972 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1147972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=24
2024-02-20 20:15:25 +00:00
13c30786d9 Accepting request 1147831 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147831
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=49
2024-02-20 12:59:48 +00:00
5660678e82 Accepting request 1144485 from Java:packages
Fix build on arm32 architectures

OBS-URL: https://build.opensuse.org/request/show/1144485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=23
2024-02-06 15:35:16 +00:00
09472781e6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=47 2024-02-06 08:04:21 +00:00
08fe16796a OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=46 2024-02-06 08:02:19 +00:00
2135833f87 Accepting request 1118219 from home:david.anes:branches:Java:packages
- Update to 1.3.4:
  * Procrun. Configured stack size now applies to the main thread 
    when running in JVM mode. Fixes DAEMON-451.
  * Procrun. If the specified log directory does not exist, attempt
    to create any missing parent directories, as well as the 
    specified directory, when the service starts. Fixes DAEMON-452.
  * Procrun. Allow Windows service dependencies to be managed by 
    Procrun or by 'sc config ...'. Fixes DAEMON-458.
  * jsvc. Fix DaemonController.reload() only working the first time
    it is called. Fixes DAEMON-459. Thanks to Klaus Malorny.
  * jsvc. Remove incorrent definition 'supported_os' which defined
    in psupport.m4 file to fix jsvc build error on riscv64.
  * Bump commons-parent from 54 to 57 #71, #91.

OBS-URL: https://build.opensuse.org/request/show/1118219
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=45
2023-10-17 13:03:25 +00:00
6227a47b26 Accepting request 1084292 from Java:packages
1.3.3

OBS-URL: https://build.opensuse.org/request/show/1084292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=22
2023-05-04 15:10:03 +00:00
David Anes
1eeaa4c7bd Accepting request 1084187 from home:pmonrealgonzalez:branches:Java:packages
- Update to 1.3.3:
  * Fixes:
    - Procrun. Follow-up to ensure all child processes are cleaned
      up if the service does not stop cleanly.
    - Procrun. Fix creation of duplicate ACL entries on some
      Windows platforms.
  * Updates:
    - Bump actions/cache from 3.0.8 to 3.0.11.
    - Bump actions/checkout from 3.0.2 to 3.1.0.
    - Bump actions/setup-java from 3.5.1 to 3.6.0.
    - Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.3.0.

OBS-URL: https://build.opensuse.org/request/show/1084187
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=43
2023-05-03 07:40:27 +00:00
7104734178 Accepting request 1031119 from Java:packages
1.3.2

OBS-URL: https://build.opensuse.org/request/show/1031119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=21
2022-10-25 11:40:18 +00:00
David Anes
7e28d8a9f8 Accepting request 1030260 from home:pmonrealgonzalez:branches:Java:packages
- Update to 1.3.2:
  * Fixes:
    - Procrun. Remove noisy INFO log message that triggered logging
      once per minute while the service was running.
    - Fix typos in Javadoc and comments.
    - Procrun. The DependsOn parameter is no longer ignored when
      updating the service configuration.
    - Fix crash and provide an error level log message when the
      user attempts to start the service without configuring a
      JVM and none is available via the registry.
  * Updates:
    - Bump actions/cache from 3.0.3 to 3.0.8.
    - Bump actions/checkout from 3 to 3.0.2.
    - Bump commons-parent from 53 to 54.
    - Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.2.0.
    - Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
    - Bump japicmp-maven-plugin from 0.15.4 to 0.16.0.
    - Bump JUnit 4 to 5 vintage.
  * Remove apache-commons-daemon-riscv64.patch already upstream

OBS-URL: https://build.opensuse.org/request/show/1030260
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=41
2022-10-21 10:06:11 +00:00
ea940a9d31 Accepting request 963052 from Java:packages
Build with source/target levels 8

OBS-URL: https://build.opensuse.org/request/show/963052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=20
2022-03-19 21:20:49 +00:00
20a72189fb OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=39 2022-03-19 13:05:54 +00:00
9a4fe01ffe Accepting request 908783 from Java:packages
fix build on sle12

OBS-URL: https://build.opensuse.org/request/show/908783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=19
2021-07-28 17:20:00 +00:00
6d38aac27b OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=38 2021-07-27 14:12:59 +00:00
537579f6e9 Accepting request 868928 from Java:packages
fix tabs vs. spaces in changes

OBS-URL: https://build.opensuse.org/request/show/868928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=18
2021-02-03 18:56:25 +00:00
8ad714f8bc OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=36 2021-02-03 12:21:23 +00:00
4468532f4b Accepting request 868860 from home:pmonrealgonzalez:branches:Java:packages
- Update to 1.2.4
  * Procrun. Ensure that log messages written to stdout and stderr
    are not lost during start-up.
  * Procrun. Correct a regression introduced in 1.2.3. Enable the
    service to start if the Options value is not present in the
	registry.
  * jsvc. Don't fail if the CAP_DAC_READ_SEARCH capability is not
    available. Fall back to using argv[0] rather than
	/proc/self/exe to determine the path for the current binary.
  * Improved JRE/JDK detection to support increased range of both
    JVM versions and vendors

OBS-URL: https://build.opensuse.org/request/show/868860
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=35
2021-02-03 11:36:30 +00:00
6bca46ae2d Accepting request 845453 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/845453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=17
2020-11-03 14:16:09 +00:00
c3842bbc99 Accepting request 844231 from home:pmonrealgonzalez:branches:Java:packages
- Update to 1.2.3
  * Fix: Procrun. Correct multiple issues related to enabling a
    service to interact with the desktop. Provide a better error
    message if this option is used with an invalid user, install
    the service with the option enabled if requested and correctly
    save the setting if it is enabled in the GUI.
  * Fix: jsvc. Update the list of paths searched for libjvm.so to
    include the path used by OpenJDK 11.
  * Add: Procrun. Add additional debug logging for Java start mode.
  * Fix: jsvc. Remove incorrect definition 'supported_os' which
    defined in psupport.m4 file to fix jsvc build error on s390,
    arm, aarch64, mipsel and mips.
  * Add: More debug logging in prunsrv.c and javajni.c.
  * Add: Update arguments.c to support Java 11 --enable-preview.
  * Add: jsvc and Procrun. Add support for Java native memory tracking.
  * Add: Procrun. Add a new command, print, that outputs the command to
    (re-)configure the service with the current settings. This is
    intended to be used to save settings such as before an upgrade.
- Rebase apache-commons-daemon-riscv64.patch
- Remove apache-commons-daemon-s390x.patch fixed upstream

OBS-URL: https://build.opensuse.org/request/show/844231
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=33
2020-11-02 14:44:40 +00:00
3b7c142f7b Accepting request 812796 from Java:packages
1.2.2

OBS-URL: https://build.opensuse.org/request/show/812796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=16
2020-06-11 12:45:19 +00:00
4422f9a550 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=31 2020-06-09 07:29:07 +00:00
2c9c3a7be8 This is a ring package and cannot be built using maven
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=30
2020-06-09 05:26:03 +00:00
b3c4b5f622 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=29 2020-06-08 11:11:14 +00:00
7047f1be82 Accepting request 811889 from home:pmonrealgonzalez:branches:Java:packages
- Update to 1.2.2
  * Release 1.2.2 - 2019-10-04
    - Fix: Procrun. Correct a regression in the fix for DAEMON-401
      that prevented the service from starting unless support for the
      universal C runtime had been installed.
    - Update: Update Commons-Parent to version 49.
  * Release 1.2.1 - 2019-09-09
    - Fix: jsvc. Correct debug log message that reports change in umask.
    - Fix: Procrun. Correct a regression in the previous fix for this
      issue that caused 32-bit services to crash on start-up. Fixes DAEMON-401.
    - Fix: Procrun. Correct a regression in the fix for DAEMON-391
      that caused the GUI to mix-up the WARN and INFO logging levels.
  * Release 1.2.0 - 2019-07-02
    - Fix: Procrun. Only set the global shutdown event if the event is created.
    - Fix: Unable to build with Java 9 using ant; dropped Ant build files.
    - Fix: Procrun. prunsrv stopping with error due to hard-coded timeout.
    - Fix: Update config.guess and config.sub.
    - Fix: Jsvc. Set the sun.java.command system property when starting via jsvc
      so that tools like jconsole show something meaningful for the process name.
    - Fix: Procrun. Correct the level name used in the GUI for WARN so that
      changes made via the GUI are recognised. Order the log levels in the
      drop-down from ERROR to DEBUG.
    - Fix: Procrun. Correct reversed code comments for JRE and JDK locations
      in the registry.
    - Fix: Procrun. Fix a bug that meant a value provided for LibraryPath
      replaced the value of the PATH environment variable rather than prepended to it.
    - Fix: Procrun. Ensure that the java.library.path environment variable is
      correctly configured when running on a JRE that depends on the Universal CRT.
    - Add: Procrun. Log the error code returned if JVM creation fails to aid debugging.
    - Fix: Procrun. Ensure that environment variables set via prunsrv are visible

OBS-URL: https://build.opensuse.org/request/show/811889
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=28
2020-06-08 11:03:40 +00:00
8b3139db56 Accepting request 689045 from Java:packages
Disregard the pom parent

OBS-URL: https://build.opensuse.org/request/show/689045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=15
2019-03-28 21:45:11 +00:00
b67d5befd9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=26 2019-03-25 17:35:52 +00:00
d003189b71 Accepting request 622501 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/622501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=14
2018-07-24 15:32:53 +00:00
Tomáš Chvátal
f827d5fba0 Accepting request 622472 from openSUSE:Factory:RISCV
- apache-commons-daemon-riscv64.patch: add riscv64 to the list of
  supported cpus
- Use %license for LICENSE.txt

OBS-URL: https://build.opensuse.org/request/show/622472
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=24
2018-07-13 17:57:10 +00:00
9a24960f3c OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=23 2018-05-17 19:57:05 +00:00
a030186c6a OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=22 2018-05-15 08:30:52 +00:00
b98a8376c5 Accepting request 526055 from Java:packages
Fix build with java 9

OBS-URL: https://build.opensuse.org/request/show/526055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=13
2017-09-14 19:18:51 +00:00
62fe60b332 Fix build with java9
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=20
2017-09-14 11:23:32 +00:00
d1ea8b696a Accepting request 496573 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/496573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=12
2017-05-22 08:47:08 +00:00
Tomáš Chvátal
2ae8318fd9 Accepting request 496549 from home:pcervinka:branches:Java:packages
- New build dependency: javapackages-local

OBS-URL: https://build.opensuse.org/request/show/496549
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=18
2017-05-19 10:14:31 +00:00
b09c418708 Accepting request 293052 from Java:packages
- Drop gpg verification. We can stick to what osc services do for us

- Drop unused patches:
  * 0001-execve-path-warning.patch                                                                                                                                                           
  * config-guess-sub-update.patch                                                                                                                                                            
  * jsvc-libcap-relative.patch

- Fix build with new javapackages-tools

OBS-URL: https://build.opensuse.org/request/show/293052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=11
2015-04-02 14:00:12 +00:00
Tomáš Chvátal
87c947ef98 - Drop gpg verification. We can stick to what osc services do for us
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=16
2015-03-25 09:16:10 +00:00
Tomáš Chvátal
128ea55b93 - Drop unused patches:
* 0001-execve-path-warning.patch                                                                                                                                                           
  * config-guess-sub-update.patch                                                                                                                                                            
  * jsvc-libcap-relative.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=15
2015-03-24 13:54:45 +00:00
Tomáš Chvátal
e2a6c99380 new jpackage-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=14
2015-03-18 10:05:46 +00:00
Tomáš Chvátal
305fa61b7d Accepting request 198844 from Java:packages
- add javapackages-tools to build requires

OBS-URL: https://build.opensuse.org/request/show/198844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=8
2013-09-13 12:45:57 +00:00
0a2e29bef1 - add javapackages-tools to build requires
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=12
2013-09-13 08:40:34 +00:00
Stephan Kulow
0b97d95e12 Accepting request 175861 from Java:packages
- update to 1.0.15
  * bugfix release, see RELEASE-NOTES.txt for a list of fixed bugs
- obsoleted patches:
  * 0001-execve-path-warning.patch, already upstream
  * jsvc-libcap-relative.patch, already upstream
  * config-guess-sub-update.patch, already upstream
- don't install pointless filesfor SUSE Linux
- verify package signature on openSUSE 12.3+
- use source urls

OBS-URL: https://build.opensuse.org/request/show/175861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=7
2013-05-17 06:25:30 +00:00
7b77b1fb4b - update to 1.0.15
* bugfix release, see RELEASE-NOTES.txt for a list of fixed bugs
- obsoleted patches:
  * 0001-execve-path-warning.patch, already upstream
  * jsvc-libcap-relative.patch, already upstream
  * config-guess-sub-update.patch, already upstream
- don't install pointless filesfor SUSE Linux
- verify package signature on openSUSE 12.3+
- use source urls

OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=10
2013-05-16 12:13:05 +00:00
Stephan Kulow
a830823732 Accepting request 161197 from Java:packages
- config-guess-sub-update.patch: update config.guess/sub for aarch64
- apache-commons-daemon-aarch64.patch: add aarch64 to the list of
  supported cpus (forwarded request 161101 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/161197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=6
2013-03-26 15:12:55 +00:00
cf74a44e5e Accepting request 161101 from devel:ARM:AArch64:Factory
- config-guess-sub-update.patch: update config.guess/sub for aarch64
- apache-commons-daemon-aarch64.patch: add aarch64 to the list of
  supported cpus

OBS-URL: https://build.opensuse.org/request/show/161101
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=8
2013-03-26 14:08:47 +00:00
Stephan Kulow
da3a069992 Accepting request 128324 from Java:packages
- fix bnc#771802: jsvc fails to load libcap

OBS-URL: https://build.opensuse.org/request/show/128324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=4
2012-07-19 15:57:00 +00:00
188403f73c - fix bnc#771802: jsvc fails to load libcap
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=6
2012-07-19 09:16:51 +00:00
Stephan Kulow
2aab074c8b Accepting request 126998 from Java:packages
- read ppc64 as known platform. (forwarded request 126987 from k0da)

OBS-URL: https://build.opensuse.org/request/show/126998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=3
2012-07-03 18:25:01 +00:00
0f74acd255 Accepting request 126987 from home:k0da:ppc
- read ppc64 as known platform.

OBS-URL: https://build.opensuse.org/request/show/126987
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=4
2012-07-03 14:21:16 +00:00
Stephan Kulow
b986be96b1 Accepting request 125105 from Java:packages
update&&rename from jakarta-commons-daemon, bring apache-commons-daemon-jsvc needed for tomcat-jsvc

OBS-URL: https://build.opensuse.org/request/show/125105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-daemon?expand=0&rev=1
2012-06-16 05:23:27 +00:00
ba7efb2efb fix a typo in build
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=2
2012-06-15 12:25:18 +00:00
0c5c39338f Accepting request 125090 from Java:packages
rename of packkage

OBS-URL: https://build.opensuse.org/request/show/125090
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=1
2012-06-15 11:47:39 +00:00
11 changed files with 64 additions and 57 deletions

View File

@@ -1,13 +0,0 @@
Index: commons-daemon-1.3.4-src/src/native/unix/configure.in
===================================================================
--- commons-daemon-1.3.4-src.orig/src/native/unix/configure.in
+++ commons-daemon-1.3.4-src/src/native/unix/configure.in
@@ -97,7 +97,7 @@ then
AC_MSG_RESULT([jni_md.h found in $JAVA_HOME/$JAVA_INC])
INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC"
else
- INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os"
+ INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$JAVA_OS"
fi
dnl -------------------------------------------------------------------------

View File

@@ -5,7 +5,7 @@
<property name="project.groupId" value="commons-daemon" /> <property name="project.groupId" value="commons-daemon" />
<property name="project.artifactId" value="commons-daemon" /> <property name="project.artifactId" value="commons-daemon" />
<property name="project.version" value="1.4.0" /> <property name="project.version" value="1.4.1" />
<property name="compiler.source" value="1.8" /> <property name="compiler.source" value="1.8" />
<property name="compiler.target" value="${compiler.source}" /> <property name="compiler.target" value="${compiler.source}" />

View File

@@ -0,0 +1,17 @@
--- commons-daemon-1.4.1-src/src/native/unix/native/jsvc.h 2025-06-16 12:23:28.480247383 +0200
+++ commons-daemon-1.4.1-src/src/native/unix/native/jsvc.h 2025-06-16 12:23:34.839446001 +0200
@@ -25,14 +25,7 @@
#include <sys/stat.h>
/* Definitions for booleans */
-#ifdef OS_DARWIN
#include <stdbool.h>
-#else
-typedef enum {
- false,
- true
-} bool;
-#endif
#include "version.h"
#include "debug.h"

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 16 10:26:21 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* apache-commons-daemon-gcc15-compat.patch
+ Fix build with GCC 15
-------------------------------------------------------------------
Mon Mar 31 12:38:07 UTC 2025 - Gus Kenion <gus.kenion@suse.com>
- Upgrade to 1.4.1
* Bug Fixes:
+ several issues around Java OS and header files location
detection.
+ Correct several log messages where an incorrect placeholder
led to truncation of the inserted values.
* New Features
+ Add protection to avoid high CPU usage for applications
running in JVM mode that do not wait for the stop method to
be called before the start method returns. Fixes DAEMON-460.
+ The minimum Java version has been increased to Java 8
- Remove apache-commons-daemon-JAVA_OS.patch - patched in 1.4.1
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 12 11:42:00 UTC 2024 - Gus Kenion <gus.kenion@suse.com> Mon Aug 12 11:42:00 UTC 2024 - Gus Kenion <gus.kenion@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package apache-commons-daemon # spec file for package apache-commons-daemon
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define short_name commons-daemon %define short_name commons-daemon
%define _lto_cflags %{nil} %define _lto_cflags %{nil}
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 1.4.0 Version: 1.4.1
Release: 0 Release: 0
Summary: Commons Daemon - Controlling of Java Daemons Summary: Commons Daemon - Controlling of Java Daemons
License: Apache-2.0 License: Apache-2.0
@@ -30,8 +30,8 @@ Source0: https://archive.apache.org/dist/commons/daemon/source/%{short_na
Source1: https://archive.apache.org/dist/commons/daemon/source/%{short_name}-%{version}-src.tar.gz.asc Source1: https://archive.apache.org/dist/commons/daemon/source/%{short_name}-%{version}-src.tar.gz.asc
Source2: apache-commons-daemon.keyring Source2: apache-commons-daemon.keyring
Source10: apache-commons-daemon-build.xml Source10: apache-commons-daemon-build.xml
Patch0: apache-commons-daemon-JAVA_OS.patch Patch0: apache-commons-daemon-gcc14-compat.patch
Patch1: apache-commons-daemon-gcc14-compat.patch Patch1: apache-commons-daemon-gcc15-compat.patch
BuildRequires: ant BuildRequires: ant
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: fdupes BuildRequires: fdupes

BIN
commons-daemon-1.3.4-src.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmRU0scACgkQEMAcWi9g
WecYxw/+IYJPDfFdlR+0QDoRsQcNQRxPSh9Zx6rlHrdV0vCPiC8J7X8XxYcBLCqc
Jh7hCmwek/nWn7fHPP+CVJ6K8t/d7GGkHXEdmZ+eJTSoGSnEQQwYGgrJiPTQ4hLQ
oQ2MUxHpKD0ZdHchCm8ogZ4BHuESmGghdVABxb2QhsLnSm/IYpAeSs5D/t+3+pVa
pIrCQ3Ihnk3UZHoZlsjG8zdPxnmgA1xXp4Nqrt5+2WORxvrzyTcKA7h7s6DtgPnb
7ddmo7NESuKHSymQPw6utQVNycmM/C8+MAVUy33AP829j4Q75tebkBsYlK38JiyQ
SiYe0SCP35IRlAPE81moMPjpp7v5vkxU6TXzMc+27meEHn0+bJLqx3wUlCy4WOp7
HA4/7sjszvf3+eNz0zq0txSY5AOk/ODXmTyuQiC4hgdPzzgHRft/JzcVhiey5MF8
4mQL8DCN+Nqh1ooyTutiDF3q4m8aDJNiBEWbKJ4OMbyURLJOL43DaLvz8DLxXFOo
cMW6BIOPWkOxdRCxqToeo+vyT+c7DGdaXsPVp49EIZJPWyk+88/xIK76dZHvlUSN
Z+LVEDDy5kC6AIDAuA1VG5VE9pL9r9s9YUnGgAciAP3oF+QKHxeuqQl5ygQo5Igk
iARErXrfm3qpA8CQfPiOkAbHvrJvnKTx6GY4Q5K6VcgbQLTpOgk=
=wz0c
-----END PGP SIGNATURE-----

BIN
commons-daemon-1.4.0-src.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmZHd5sACgkQEMAcWi9g
Wee7sxAAqoiqUy96Oq8KEFlyiG7sGIb+LrkcOTelbOvRNR1ZjfbMcTCNWvKrKXa+
2K2P4yxHJIPuQY84Vo9Y38qef07BDfPmi6jrR8hpDNpmgKJqIDlr0KVr819l63gz
Yzd8CXgkGQG6Z1LFGiRl/7LiJw2lPA0OVWVBw1B25hvFaGm069pV+S5zcWGsBUJo
4RV/oLcYvBqU5uIT6YBLmontaKxqgGyBaBlp6Flu21jyQSaTvLPyTzrpRGZ3s+EM
m1pAu36iXGx9/KSTFEsTOBsW/vCL+ABONJWIbskrYeMJ0ukB8uP1OX7h/o7TUsLU
DAxR7oShzF1ZCTAusa4GhEatb9mHaXX/D3sAPBrlBHT12BhAq+UaXry11QTT/Ds8
fF+DSoWZeuyCAkd/meakbNGKvnIyjd7NJq0L0VxYih6pz7ZKFjV3o1LcGlBJ4f8B
VfE99MAxNHQFE0624G8DpvQ0h4sX/3HPjZOnl/KeEiYqX3L2/jEeu7ICzSsbuB7B
qGSsIOPxXWV8JIKg6kIfymc9OUQVu/UMf1+GQkix91dG8vyURyrHalykHm4rsqnk
vsh1pJ3Y8ZbEgKqaGFdcfhoYr4GsGGEEZ48ehjpe0ChxjU9wAZTt+jxD5GJM9cDP
HeCvx+W+4M+C5Ww9Wp4GYW+iZn3obP7hf2lAQ+yPbw78amJDSpA=
=0V6W
-----END PGP SIGNATURE-----

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8fb223456ea6df0c61f3c65afb4a8f2c66ddfde4100160427b8ce98b1215131
size 292677

View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqcXfTSLpmZjZh1pREMAcWi9gWecFAmd9PWAACgkQEMAcWi9g
WefOHBAAoOyaOXMW4NgLZaE8ldfYG1kcaXlY06mw9yZ9ebiv/z1ozKCwwYCnR1M/
tl4/lzPWLoZj7ij9qbr3BZAd2vXfLAkmV8dYN6nQCtwE6ZxbFPWN6ipzqaiAsgfX
1dz9cv9M07icqGnM25gRMc6w9uXPOpkjTmOG7q3/Fsrik2b7sGOLvLSQ93oC6XTo
Y7o5zzpXFfR268snR03vOXBf2MqYZ7PkfhC0FBVov3j1HSLAyM5n1FIPXZZqcMV2
53eKgMIv/1tzMZsP20pWGCVg5BiNsAOF+jLY2shEk296VORiKnF9fClimQAGyXrD
nzQPLTbJU0joLtO9bv/h7oy8tk9Lk12WCs08xM1D9MfMdsN8eqDBFE/ZWbJk8q0O
KJibQonWide1zn4rPBryqbi8H2SGrRRlAxLBcTRQM8JqJyxLeGTaM7qnHdt0p2es
taT64s8EQVQNuepbJxXvBuKuCloY+inkeN69JE2GtkZ6q5FAt9hY4IpRnhOXNP/a
D6GN4HVStel0MYpHF/cFmDAIduCPfTyHmG1tWNHx2lzs+zo5Wn7qPCF2P67xgmh8
/b+9YogU2MVF9u7GHomlm/uUKHAmOEJNUtTD0Ge1rfF01xsMc7BIDXhH5y5Y4WPp
cscNMr/jEzll0GwMzb+MzzvOJsspTAdB81gqWG/KcO+Hug+Lc74=
=ck8N
-----END PGP SIGNATURE-----