public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <peter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: Fix permissions for captcha module
Date: Wed, 23 Sep 2026 19:06:57 GMT [thread overview]
Message-ID: <179019041782.1.14404595054199201493.rpms-ejabberd-f7e23e82661f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : f7e23e82661fcce04a628baae21767a2ce9446dd
Author : Peter Lemenkov <peter@fedoraproject.org>
Date : 2010-04-25T11:15:28+00:00
Stats : +11/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/f7e23e82661fcce04a628baae21767a2ce9446dd?branch=f45
Log:
Fix permissions for captcha module
---
diff --git a/ejabberd.spec b/ejabberd.spec
index ba6c87e..deae476 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -12,7 +12,7 @@
Name: ejabberd
Version: 2.1.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
Group: Applications/Internet
@@ -193,6 +193,12 @@ rm -rf %{buildroot}%{_docdir}/%{name}
# Clean up false security measure
chmod 755 %{buildroot}%{_sbindir}/ejabberdctl
+# Fix permissions for captcha script
+# In fact, we can also chown root:ejabberd here, but I'm not sure
+# that we should care about the possibility of reading by someone
+# for this *default* sript, which is not intended to be changed
+chmod 755 %{buildroot}%{_libdir}/%{name}/priv/bin/captcha.sh
+
%pre
%{__fe_groupadd} %{uid} -r %{name} &>/dev/null || :
%{__fe_useradd} %{uid} -r -s /sbin/nologin -d /var/lib/ejabberd -M \
@@ -375,6 +381,9 @@ rm -rf %{buildroot}
%doc doc/yozhikheader.png
%changelog
+* Mon Mar 29 2010 Peter Lemenkov <lemenkov@gmail.com> 2.1.3-6
+- File permissions for captcha.sh were fixed
+
* Thu Mar 18 2010 Peter Lemenkov <lemenkov@gmail.com> 2.1.3-5
- Init-script fixed
diff --git a/import.log b/import.log
index f7a77ff..adf0575 100644
--- a/import.log
+++ b/import.log
@@ -22,3 +22,4 @@ ejabberd-2_1_3-2_fc12:HEAD:ejabberd-2.1.3-2.fc12.src.rpm:1268908062
ejabberd-2_1_3-3_fc12:HEAD:ejabberd-2.1.3-3.fc12.src.rpm:1268910275
ejabberd-2_1_3-4_fc12:HEAD:ejabberd-2.1.3-4.fc12.src.rpm:1268914064
ejabberd-2_1_3-5_fc12:HEAD:ejabberd-2.1.3-5.fc12.src.rpm:1268985907
+ejabberd-2_1_3-6_fc12:HEAD:ejabberd-2.1.3-6.fc12.src.rpm:1272194091
reply other threads:[~2026-09-23 19:06 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=179019041782.1.14404595054199201493.rpms-ejabberd-f7e23e82661f@fedoraproject.org \
--to=peter@fedoraproject.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