Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 20 years ago
parent
commit
dc77b9d683
2 changed files with 5 additions and 2 deletions
  1. +2
    -2
      package/base/cvs/cvs.desc
  2. +3
    -0
      scripts/Download

+ 2
- 2
package/base/cvs/cvs.desc

@ -42,8 +42,8 @@
[L] GPL
[S] Stable
[V] 1.11.15
[V] 1.11.16
[P] X -----5---9 206.000
[D] 3110972733 cvs-1.11.15.tar.bz2 http://ftp.cvshome.org/release/stable/cvs-1.11.15/
[D] 751096095 cvs-1.11.16.tar.bz2 https://ccvs.cvshome.org/files/documents/19/152/

+ 3
- 0
scripts/Download

@ -189,6 +189,9 @@ if [ $notimeout -eq 1 ] ; then
curl_options="$curl_options -y 60 -Y 1 --connect-timeout 300"
fi
#Disable checking for certificates on https downloads
curl_options="$curl_options -k"
# cksum_chk filename cksum origfile
#
# This function verifies the checksum. If it fails it renames the file

Loading…
Cancel
Save