cvsd commit: MODIFIED: ., cvsd.spec.in
[
Date Prev][
Date Next]
[
Thread Prev][Thread Next]
cvsd commit: MODIFIED: ., cvsd.spec.in
- From: Commits of the cvsd project <cvsd-commits [at] lists.arthurdejong.org>
- To: cvsd-commits [at] lists.arthurdejong.org
- Reply-to: cvsd-users [at] lists.arthurdejong.org, cvsd-commits [at] lists.arthurdejong.org
- Subject: cvsd commit: MODIFIED: ., cvsd.spec.in
- Date: Sat, 9 Nov 2024 19:42:00 +0100 (CET)
, . ...
User: arthur
Date: 24/11/09 19:42:00
Modified: . FAQ Makefile.am README capabilities.txt cvsd.c
cvsd.spec.in
Log:
switch to HTTPS URLs where possible
Revision Changes Path
1.25 +5 -5 cvsd/FAQ
Index: FAQ
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/FAQ,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- FAQ 12 Jun 2011 11:25:08 -0000 1.24
+++ FAQ 9 Nov 2024 18:42:00 -0000 1.25
@@ -3,7 +3,7 @@
===================================
the latest version of this FAQ can be found at
-http://arthurdejong.org/cvsd/faq.html
+https://arthurdejong.org/cvsd/faq.html
In no particular order:
1. How secure is cvsd?
@@ -278,7 +278,7 @@
to the added complexity in cvsd.
Also, current Debian policy and the LSB do not seem to allow reload to be
an alias for restart.
- For more information see http://bugs.debian.org/286300.
+ For more information see https://bugs.debian.org/286300.
23. Will you pass -R (readonly) to cvs?
@@ -293,9 +293,9 @@
Some releases of cvs issue a warning when the -R option is passed,
breaking the pserver protocol stream. A fix for this has been prepared but
was rejected:
- http://lists.gnu.org/archive/html/bug-cvs/2004-08/msg00108.html
+ https://lists.gnu.org/archive/html/bug-cvs/2004-08/msg00108.html
The patch to cvs is here:
-
http://arthurdejong.org/cvsd/cvs-1.12.9-no_readonly_warning_for_pserver.patch.gz.
+
https://arthurdejong.org/cvsd/cvs-1.12.9-no_readonly_warning_for_pserver.patch.gz.
The current status is unclear.
If you want to and are aware of the described consequences you can try
adding -R to the CvsArgs option in cvsd.conf.
@@ -312,7 +312,7 @@
Cvsd Administration:solaris:cmd:::/etc/init.d/cvsd':uid=cvsd
/etc/security/prof_attr:
Cvsd
Administration::::auths=solaris.smf.manage.cvsd,solaris.smf.value.cvsd
- Download the cvsd.xml (http://arthurdejong.org/cvsd/smf/cvsd.xml) file
+ Download the cvsd.xml (https://arthurdejong.org/cvsd/smf/cvsd.xml) file
(you may also need to fine-tune paths here) and use svccfg validate
cvsd.xml;svccfg import cvsd.xml to import the file.
Finally, add the "Cvsd Administration" profile to a user in
1.64 +2 -2 cvsd/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/Makefile.am,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- Makefile.am 9 Nov 2024 18:09:33 -0000 1.63
+++ Makefile.am 9 Nov 2024 18:42:00 -0000 1.64
@@ -112,7 +112,7 @@
echo '===================================' ; \
echo '' ; \
echo 'the latest version of this FAQ can be found at' ; \
- echo 'http://arthurdejong.org/cvsd/faq.html' ; \
- lynx -dump -nolist http://arthurdejong.org/cvsd/faq.html | \
+ echo 'https://arthurdejong.org/cvsd/faq.html' ; \
+ lynx -dump -nolist https://arthurdejong.org/cvsd/faq.html | \
tail -n +11 | head -n -5 | \
sed 's/^ //' ) > FAQ
1.43 +1 -1 cvsd/README
Index: README
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/README,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- README 4 Mar 2012 10:25:05 -0000 1.42
+++ README 9 Nov 2024 18:42:00 -0000 1.43
@@ -9,7 +9,7 @@
after that Arthur de Jong <arthur@arthurdejong.org>
took up the work and did a complete rewrite,
- http://arthurdejong.org/cvsd.
+ https://arthurdejong.org/cvsd.
Copyright (C) 1999 Chris Black.
Copyright (C) 2000 Philippe Kehl.
1.4 +1 -2 cvsd/capabilities.txt
Index: capabilities.txt
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/capabilities.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- capabilities.txt 25 Jun 2005 15:26:28 -0000 1.3
+++ capabilities.txt 9 Nov 2024 18:42:00 -0000 1.4
@@ -50,7 +50,7 @@
http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq-0.2.txt
Some practical use of capabilities is documented here:
-http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO.html#MINIMIZE-PRIVILEGES
+https://dwheeler.com/secure-programs/Secure-Programs-HOWTO.html#MINIMIZE-PRIVILEGES
For a full list of current capabilities see the capabilities(7) manual page
or /usr/include/linux/capability.h.
@@ -105,4 +105,3 @@
* capabilities support is not properly tested
* I lack sufficient experience with capabilities to support this code properly
* maybe cvsd should limit it's own capabilities real early in execution
-
1.129 +1 -1 cvsd/cvsd.c
Index: cvsd.c
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/cvsd.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -b -r1.128 -r1.129
--- cvsd.c 9 Nov 2024 16:48:15 -0000 1.128
+++ cvsd.c 9 Nov 2024 18:42:00 -0000 1.129
@@ -10,7 +10,7 @@
after that Arthur de Jong <arthur@arthurdejong.org>
took up the work and did a complete rewrite,
- http://arthurdejong.org/cvsd/
+ https://arthurdejong.org/cvsd/
Copyright (C) 1999 Chris Black.
Copyright (C) 2000 Philippe Kehl.
1.9 +2 -2 cvsd/cvsd.spec.in
Index: cvsd.spec.in
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/cvsd.spec.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- cvsd.spec.in 12 Jun 2009 21:48:30 -0000 1.8
+++ cvsd.spec.in 9 Nov 2024 18:42:00 -0000 1.9
@@ -4,8 +4,8 @@
Summary: Chroot wrapper to run 'cvs pserver' more securely
Version: @VERSION@
Release: 1
-URL: http://arthurdejong.org/cvsd/
-Source: http://arthurdejong.org/cvsd/cvsd-%{version}.tar.gz
+URL: https://arthurdejong.org/cvsd/
+Source: https://arthurdejong.org/cvsd/cvsd-%{version}.tar.gz
License: GPL
Group: Network/Daemons
Requires: cvs
Modified: . control copyright
Log:
switch to HTTPS URLs where possible
Revision Changes Path
1.44 +2 -2 cvsd/debian/control
Index: control
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/control,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- control 9 Nov 2024 18:09:33 -0000 1.43
+++ control 9 Nov 2024 18:42:00 -0000 1.44
@@ -4,9 +4,9 @@
Maintainer: Arthur de Jong <adejong@debian.org>
Build-Depends: debhelper-compat (= 13), po-debconf
Standards-Version: 3.9.3
-Homepage: http://arthurdejong.org/cvsd/
+Homepage: https://arthurdejong.org/cvsd/
Vcs-Cvs: :pserver:anonymous@arthurdejong.org:/arthur/
-Vcs-Browser: http://arthurdejong.org/viewvc/cvsd/
+Vcs-Browser: https://arthurdejong.org/viewvc/cvsd/
Package: cvsd
Architecture: any
1.15 +2 -2 cvsd/debian/copyright
Index: copyright
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/copyright,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- copyright 4 Mar 2012 09:47:42 -0000 1.14
+++ copyright 9 Nov 2024 18:42:00 -0000 1.15
@@ -1,7 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cvsd
Upstream-Contact: Arthur de Jong <arthur@arthurdejong.org>
-Source: http://arthurdejong.org/cvsd/
+Source: https://arthurdejong.org/cvsd/
Files: *
Copyright: Copyright (C) 1999 Chris Black
- cvsd commit: MODIFIED: ., cvsd.spec.in,
Commits of the cvsd project