public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sslh] epel10.2: bz#1574831 fix wrong path
@ 2026-06-21  2:51 James Hogarth
  0 siblings, 0 replies; only message in thread
From: James Hogarth @ 2026-06-21  2:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/sslh
Branch : epel10.2
Commit : 674b18272ccf54b24dbdbbfa43a90145aa330b0a
Author : James Hogarth <james.hogarth@gmail.com>
Date   : 2018-05-09T22:26:39+01:00
Stats  : +5/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/sslh/c/674b18272ccf54b24dbdbbfa43a90145aa330b0a?branch=epel10.2

Log:
bz#1574831 fix wrong path

---
diff --git a/00-systemd-tuning.patch b/00-systemd-tuning.patch
index 9caeeba..d19ff35 100644
--- a/00-systemd-tuning.patch
+++ b/00-systemd-tuning.patch
@@ -33,7 +33,7 @@ index ecaa4f8..c1ff3b6 100644
 -EnvironmentFile=/etc/conf.d/sslh
 -ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS
 +EnvironmentFile=/etc/sysconfig/sslh
-+ExecStart=/usr/bin/sslh $DAEMON_OPTS
++ExecStart=/usr/sbin/sslh $DAEMON_OPTS
  KillMode=process
  #Hardening
  PrivateTmp=true

diff --git a/sslh.spec b/sslh.spec
index 59718f4..7311357 100644
--- a/sslh.spec
+++ b/sslh.spec
@@ -7,7 +7,7 @@
 
 Name:    sslh
 Version: 1.19c
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Applicative protocol(SSL/SSH) multiplexer
 License: GPLv2
 URL:     https://github.com/%{gh_owner}/%{gh_project}
@@ -151,6 +151,9 @@ exit 0
 
 
 %changelog
+* Wed May 09 2018 James Hogarth <james.hogarth@gmail.com> - 1.19c-2
+- Fix wrong path bz#1574831
+
 * Wed Apr 18 2018 James Hogarth <james.hogarth@gmail.com> - 1.19c-1
 - Update to 1.19c upstream
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-21  2:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-21  2:51 [rpms/sslh] epel10.2: bz#1574831 fix wrong path James Hogarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox