public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: James Hogarth <james.hogarth@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/sslh] epel10: bz#1574831 fix wrong path
Date: Sun, 21 Jun 2026 02:50:02 GMT	[thread overview]
Message-ID: <178201020277.1.7814257598904707718.rpms-sslh-674b18272ccf@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/sslh
Branch : epel10
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

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
 

                 reply	other threads:[~2026-06-21  2:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178201020277.1.7814257598904707718.rpms-sslh-674b18272ccf@fedoraproject.org \
    --to=james.hogarth@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox