Subversion Repositories SvarDOS

Rev

Rev 1810 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1810 Rev 1811
Line 8... Line 8...
8
  files. buildidx will generate the index file and save it into the package
8
  files. buildidx will generate the index file and save it into the package
9
  repository.
9
  repository.
10
 
10
 
11
  requires php-zip
11
  requires php-zip
12
 
12
 
-
 
13
  20 may 2024: directory for alternative kernels changed to "KERNEL"
13
  10 mar 2024: support for "url" in LSM files
14
  10 mar 2024: support for "url" in LSM files
14
  01 feb 2024: computes the "latest" collection of symlinks
15
  01 feb 2024: computes the "latest" collection of symlinks
15
  24 nov 2023: SVED included in the MS-DOS compat list instead of EDIT + support for "release xyz" versions
16
  24 nov 2023: SVED included in the MS-DOS compat list instead of EDIT + support for "release xyz" versions
16
  25 aug 2023: validation of the hwreq section in LSM files
17
  25 aug 2023: validation of the hwreq section in LSM files
17
  24 aug 2023: load hwreq data from LSM and store them in the json index + skip the '.svn' dir
18
  24 aug 2023: load hwreq data from LSM and store them in the json index + skip the '.svn' dir
Line 40... Line 41...
40
  10 jul 2013: changed unzip calls to 7za (to handle cases when appinfo is compressed with lzma)
41
  10 jul 2013: changed unzip calls to 7za (to handle cases when appinfo is compressed with lzma)
41
  04 feb 2013: added CRC32 support
42
  04 feb 2013: added CRC32 support
42
  22 sep 2012: forked 1st version from FDUPDATE builder
43
  22 sep 2012: forked 1st version from FDUPDATE builder
43
*/
44
*/
44
 
45
 
45
$PVER = "20240310";
46
$PVER = "20240520";
46
 
47
 
47
 
48
 
48
// computes the BSD sum of a file and returns it
49
// computes the BSD sum of a file and returns it
49
function file2bsum($fname) {
50
function file2bsum($fname) {
50
  $result = 0;
51
  $result = 0;