diff --git a/Documentation/Developers/PKG-DESC-FORMAT b/Documentation/Developers/PKG-DESC-FORMAT index bc73e6083..65bac5321 100644 --- a/Documentation/Developers/PKG-DESC-FORMAT +++ b/Documentation/Developers/PKG-DESC-FORMAT @@ -117,6 +117,14 @@ file. Format: [CV-URL] http://www.research.avayalabs.com/project/libsafe/ The URL used by ./scripts/Check-PkgVersion. +[CV-INCL] + Format: [CV-INCL] ^libsafe-[0-9] + The include pattern for the www.rocklinux.net version checker + +[CV-EXCL] + Format: [CV-EXCL] ^patch- + The exclude pattern for the www.rocklinux.net version checker + [CV-PAT] Format: [CV-PAT] ^libsafe-[0-9] diff --git a/package/clifford/mysql/mysql.desc b/package/clifford/mysql/mysql.desc index 40d77a0fa..aedd2d458 100644 --- a/package/clifford/mysql/mysql.desc +++ b/package/clifford/mysql/mysql.desc @@ -49,3 +49,6 @@ [D] 4200314775 mysql-4.1.15.tar.gz http://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-4.1/ +[CV-URL] ftp://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-4.1/ +[CV-INCL] '^mysql-4.1.*tar' +