public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/proftpd] rawhide: Update mod_procfs to 0.3
Date: Tue, 04 Aug 2026 12:58:16 GMT	[thread overview]
Message-ID: <178584829631.1.5962545815503595008.rpms-proftpd-f103305acb0b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/proftpd
            Branch : rawhide
            Commit : f103305acb0b54d411290ea99d1a225e3c4cdbec
            Author : Paul Howarth <paul@city-fan.org>
            Date   : 2026-08-04T13:52:35+01:00
            Stats  : +8/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/proftpd/c/f103305acb0b54d411290ea99d1a225e3c4cdbec?branch=rawhide

            Log:
            Update mod_procfs to 0.3

Block access to sysfs as well as procfs filesystems.

---
diff --git a/.gitignore b/.gitignore
index d5b3a4d..12b1d5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
 /proftpd-1.3.9c.tar.gz
 /v0.9.12.tar.gz
 /v0.9.7.tar.gz
-/v0.2.tar.gz
+/v0.3.tar.gz
 # epel9
 /proftpd-1.3.8d.tar.gz
 /v0.9.11.tar.gz

diff --git a/proftpd.spec b/proftpd.spec
index c764533..3125db7 100644
--- a/proftpd.spec
+++ b/proftpd.spec
@@ -17,8 +17,8 @@
 %undefine _strict_symbol_defs_build
 
 #global prever rc4
-%global baserelease 3
-%global mod_procfs_version 0.2
+%global baserelease 4
+%global mod_procfs_version 0.3
 %global mod_proxy_version 0.9.7
 %global mod_vroot_version 0.9.12
 
@@ -468,6 +468,10 @@ fi
 %{_mandir}/man1/ftpwho.1*
 
 %changelog
+* Tue Aug  4 2026 Paul Howarth <paul@city-fan.org> - 1.3.9c-4
+- Update mod_procfs to 0.3
+  - Also block access to sysfs filesystems
+
 * Tue Jul 21 2026 Paul Howarth <paul@city-fan.org> - 1.3.9c-3
 - Add mod_procfs, enabled by default, to address CVE-2026-35025 (ACL bypass via
   /proc/self/root path prefix); this module disallows file accesses via procfs

diff --git a/sources b/sources
index bd9bae4..418176f 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
 SHA512 (proftpd-1.3.9c.tar.gz) = b5003a02af58281cbad73edd4de81848c27def76cec88b1d234c32f1d04a5c8aa54cf08958815d5a927280fb2c6973df6f04209731bc92eee0f8f635e5e3aa5b
 SHA512 (v0.9.12.tar.gz) = a84c14b9d05c4890abe50c86f832c91fa4d0971bc2b1866a3a34d73ff85acd1e902fc0cae739e22ea46e530c73230fb005ea9edeb68fd6cfb963e0c5ca9655ec
 SHA512 (v0.9.7.tar.gz) = 9979dc21ebebf5f219303769cebd73be9ab66ae7f50756fa12bdf37bcac1cdc9ac70feeb557ef16bb4bb3fcf8121aed4d16b6a0e5c0738bbcc53a0055410c3cd
-SHA512 (v0.2.tar.gz) = 0e4da18e2eda0762a2b0772a5ac96355560dbcbb92cb64b50b58160c60d3c34df09c40706dabd15cbc19d59e11de140ff90fc73a588b4a843a03f672e55f93bb
+SHA512 (v0.3.tar.gz) = 7b9f3812eb83e394dae894094ab28c59ff2a7e77036ea1e33c70344a26e47c13ef882affbc0316de8d763be535d7bb3d6ebda89564feacf79288cdcda9ef0f8c

                 reply	other threads:[~2026-08-04 12:58 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=178584829631.1.5962545815503595008.rpms-proftpd-f103305acb0b@fedoraproject.org \
    --to=paul@city-fan.org \
    --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