Skip to content

Commit 8cb1c99

Browse files
committed
A few more https changes.
1 parent 597a751 commit 8cb1c99

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

TODO

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Create test makefile target for some tests
4949

5050
RELATED PROJECTS -----------------------------------------------------
5151
rsyncsh
52-
http://rsync.samba.org/rsync-and-debian/
52+
https://rsync.samba.org/rsync-and-debian/
5353
rsyncable gzip patch
5454
rsyncsplit as alternative to real integration with gzip?
5555
reverse rsync over HTTP Range
@@ -66,8 +66,8 @@ Use chroot only if supported
6666
If running as non-root, then don't fail, just give a warning.
6767
(There was a thread about this a while ago?)
6868

69-
http://lists.samba.org/pipermail/rsync/2001-August/thread.html
70-
http://lists.samba.org/pipermail/rsync/2001-September/thread.html
69+
https://lists.samba.org/pipermail/rsync/2001-August/thread.html
70+
https://lists.samba.org/pipermail/rsync/2001-September/thread.html
7171

7272
-- --
7373

@@ -204,7 +204,7 @@ Create more granular verbosity 2003/05/15
204204
fine grained selection of statistical reporting and what
205205
actions are logged.
206206

207-
http://lists.samba.org/archive/rsync/2003-May/006059.html
207+
https://lists.samba.org/archive/rsync/2003-May/006059.html
208208

209209
-- --
210210

@@ -287,7 +287,7 @@ Perhaps flush stdout like syslog
287287

288288
Perhaps flush stdout after each filename, so that people trying to
289289
monitor progress in a log file can do so more easily. See
290-
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108
290+
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108
291291

292292
-- --
293293

@@ -495,7 +495,7 @@ rsyncsh
495495
-- --
496496

497497

498-
http://rsync.samba.org/rsync-and-debian/
498+
https://rsync.samba.org/rsync-and-debian/
499499

500500

501501
-- --

packaging/lsb/rsync.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Release: 0.1.pre1
66
%define srcdir src-previews
77
Group: Applications/Internet
88
License: GPL
9-
Source0: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
10-
#Source1: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz
11-
URL: http://rsync.samba.org/
9+
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
10+
#Source1: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz
11+
URL: https://rsync.samba.org/
1212

1313
Prefix: %{_prefix}
1414
BuildRoot: /var/tmp/%{name}-root

rsync3.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Conflict resolution:
396396
would be useful.
397397

398398

399-
Moved files: <http://rsync.samba.org/cgi-bin/rsync.fom?file=44>
399+
Moved files:
400400

401401
- There's no trivial way to detect renamed files, especially if they
402402
move between directories.
@@ -457,13 +457,11 @@ Streaming:
457457

458458
Related work:
459459

460-
- mirror.pl http://freshmeat.net/project/mirror/
460+
- mirror.pl
461461

462462
- ProFTPd
463463

464464
- Apache
465465

466-
- http://freshmeat.net/search/?site=Freshmeat&q=mirror&section=projects
467-
468466
- BitTorrent -- p2p mirroring
469467
http://bitconjurer.org/BitTorrent/

0 commit comments

Comments
 (0)