public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sslh] rawhide: remove unused patch
@ 2026-07-20 20:52 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-20 20:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sslh
Branch : rawhide
Commit : ab2d9da52ce23866105375f6d3add61cfe5ba036
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-20T17:51:57-03:00
Stats : +0/-100 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/sslh/c/ab2d9da52ce23866105375f6d3add61cfe5ba036?branch=rawhide
Log:
remove unused patch
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/00-systemd-tuning.patch b/00-systemd-tuning.patch
deleted file mode 100644
index 33cd512..0000000
--- a/00-systemd-tuning.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-diff --git a/basic.cfg b/basic.cfg
-index 4ef602b..8bde5fb 100644
---- a/basic.cfg
-+++ b/basic.cfg
-@@ -2,14 +2,12 @@
- # sensible values for "standard" setup.
-
- verbose: false;
--foreground: false;
-+foreground: true;
- inetd: false;
- numeric: false;
- transparent: false;
- timeout: 2;
--user: "nobody";
--pidfile: "/var/run/sslh.pid";
--chroot: "/var/empty";
-+user: "sslh";
-
-
- # Change hostname with your external address name.
-diff --git a/scripts/systemd.sslh.service b/scripts/systemd.sslh.service
-index 3e5cd14..4d2557f 100644
---- a/scripts/systemd.sslh.service
-+++ b/scripts/systemd.sslh.service
-@@ -1,27 +1,18 @@
- [Unit]
- Description=SSL/SSH multiplexer
- After=network.target
-+Documentation=man:sslh(8)
-
- [Service]
--EnvironmentFile=/etc/conf.d/sslh
--ExecStart=/usr/sbin/sslh --foreground $DAEMON_OPTS
-+EnvironmentFile=/etc/sysconfig/sslh
-+ExecStart=/usr/sbin/sslh $DAEMON_OPTS
- KillMode=process
- #Hardening
- PrivateTmp=true
--CapabilityBoundingSet=CAP_SETGID CAP_SETUID CAP_NET_BIND_SERVICE
--AmbientCapabilities=CAP_NET_BIND_SERVICE
--SecureBits=noroot-locked
--ProtectSystem=strict
-+CapabilityBoundingSet=CAP_SETGID CAP_SETUID CAP_NET_BIND_SERVICE CAP_NET_ADMIN
-+ProtectSystem=full
- ProtectHome=true
--ProtectKernelModules=true
--ProtectKernelTunables=true
--ProtectControlGroups=true
--MountFlags=private
--NoNewPrivileges=true
- PrivateDevices=true
--RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
--MemoryDenyWriteExecute=true
--DynamicUser=true
-
- [Install]
- WantedBy=multi-user.target
-diff --git a/sslh.pod b/sslh.pod
-index 5735bad..b457b4d 100644
---- a/sslh.pod
-+++ b/sslh.pod
-@@ -221,12 +221,11 @@ personality disorder).
-
- =over 4
-
--=item F</etc/init.d/sslh>
-+=item F</usr/lib/systemd/system/sslh.service>
-
--Start-up script. The standard actions B<start>, B<stop> and
--B<restart> are supported.
-+Systemd unit to control the daemon.
-
--=item F</etc/default/sslh>
-+=item F</etc/sysconfig/sslh>
-
- Server configuration. These are environment variables
- loaded by the start-up script and passed to B<sslh> as
diff --git a/01-remove-lcov-testing.patch b/01-remove-lcov-testing.patch
deleted file mode 100644
index d90e2cf..0000000
--- a/01-remove-lcov-testing.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/t b/t
-index aad4c61..c1bfbe5 100755
---- a/t
-+++ b/t
-@@ -37,8 +37,6 @@ my $RB_WRONG_USERNAME = 1;
- my $RB_OPEN_PID_FILE = 1;
- my $RB_RESOLVE_ADDRESS = 1;
-
--`lcov --directory . --zerocounters`;
--
- sub verbose_exec
- {
- my ($cmd) = @_;
-@@ -369,8 +367,5 @@ if ($RB_RESOLVE_ADDRESS) {
- is($code, 4, "Exit status if can't resolve address");
- }
-
--`lcov --directory . --capture --output-file sslh_cov.info`;
--`genhtml sslh_cov.info`;
--
- `killall echosrv`;
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:52 [rpms/sslh] rawhide: remove unused patch Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox