summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: add an update-cve-descriptions targetEmilio Pozuelo Monfort2023-12-121-2/+5
| | | | | This will be used by the tracker service instead of the update-nvd one, which will be removed later.
* Makefile: Do not hardcode archive areas to fetch fromSalvatore Bonaccorso2023-02-041-1/+2
| | | | | | | Use the list of archive areas depending on the Debian release affected. Link: https://bugs.debian.org/1030321 Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
* Makefile: MIRROR: Switch to deb.debian.org directlySalvatore Bonaccorso2022-09-221-1/+1
| | | | | | | | | | | This did not work well in past but let's try it now again. debian.csail.mit.edu would be the neares mirror as soriano is hosted at csail, but debian.csail.mit.edu is from time to time unstable. If deb.debian.org will not work stable enough for our processings due to the redirects involved, then we can switch to mirrors.wikimedia.org. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
* Makefile: don't hardcode Debian releasesEmilio Pozuelo Monfort2020-02-261-9/+0
|
* Don't hardcode architecture list in the MakefileEmilio Pozuelo Monfort2020-02-261-6/+0
| | | | Move it to config.json instead and grab it from there.
* Makefile: remove update-$(alias) targetsEmilio Pozuelo Monfort2020-02-261-18/+0
| | | | | | They are aliases for the real update-$(dist) targets, and are unused as we mostly use update-packages target, which directly calls the update-$(dist) ones.
* update-nvd: Fetch NVD JSON feeds instead of XML feedsSalvatore Bonaccorso2019-10-201-3/+5
| | | | | | | | | | | | | | As per October 16, 2019, NVD does not provide anymore the XML data feeds which the security-tracker uses to fill in long description of a CVE or determine the external severity. In update-nvd target switch to fetch the json files from https://nvd.nist.gov/feeds/json/cve/1.1/$feedname instead. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
* Drop mips from bullseye architecturesSalvatore Bonaccorso2019-08-211-1/+1
|
* Don't track mips in sid, it's goneRaphaël Hertzog2019-08-211-1/+1
| | | | | As announced in https://lists.debian.org/debian-mips/2019/07/msg00010.html it's now gone from the mirrors.
* Makefile: Update mapping of releases to codenamesSalvatore Bonaccorso2019-07-061-4/+4
|
* Makefile: Add architectures for bullseyeSalvatore Bonaccorso2019-07-061-0/+1
|
* Revert "Switch temorarily to wikimedia mirror"Salvatore Bonaccorso2019-07-011-2/+1
| | | | | | | | | | | This reverts commit a44977cd73a8f0b9e1c9cabfd379d6700b8b3c57. Switch again to the nearest mirror at csai.mit.edu for the security-tracker services. If the mirror continues to be that unstable or unreliable we will find another solution and permanently switch to a more reliable one. deb.debian.org does not work fine as redirects will be involved.
* Switch temorarily to wikimedia mirrorSalvatore Bonaccorso2019-06-301-1/+2
| | | | | The nearsest mirror at debian.csail.mit.edu has currently again problems. We will not use deb.debian.org due to involved redirect.
* Revert "Switch temorarily to wikimedia mirror"Salvatore Bonaccorso2019-06-301-2/+1
| | | | This reverts commit a5a54f0b05b57ca803fabd0d9e8f42443aee68d2.
* Switch temorarily to wikimedia mirrorSalvatore Bonaccorso2019-06-291-1/+2
| | | | | The nearsest mirror at debian.csail.mit.edu has currently again problems. We will not use deb.debian.org due to involved redirect.
* Revert "Switch temorarily to wikimedia mirror"Salvatore Bonaccorso2019-06-181-2/+1
| | | | This reverts commit 983e4c0a856df881b72505db9c76f6536768bd05.
* Switch temorarily to wikimedia mirrorSalvatore Bonaccorso2019-06-101-1/+2
| | | | | Beeing checked if we can switch in general to deb.debian.org for it to not have to switch forth an back one the nearest mirror goes away.
* Remove hurd-i386, kfreebsd-{i386,amd64} from architectures in sidSalvatore Bonaccorso2019-05-011-1/+1
| | | | | | As announced in https://lists.debian.org/debian-devel/2019/04/msg00207.html hurd-i386 and kfreebsd-{i386,amd64} are going to be moved to debian-ports instead.
* Makefile: Remove leftover wheezy_ARCHS listSalvatore Bonaccorso2019-04-281-1/+0
|
* Switch back to local mirror at debian.csail.mit.eduSalvatore Bonaccorso2019-03-021-2/+1
| | | | | | | It was temporarily switched to another mirror in ffd7b2604ae9 ("Temporarily switch away from local (outdated) mirror") as debian.csail.mit.edu was syncing from syncproxy.cna.debian.org which is offline/outdated.
* Temporarily switch away from local (outdated) mirrorSalvatore Bonaccorso2019-02-231-1/+2
| | | | | | | | syncproxy.cna.debian.org is still offline/outdated and thus we do not get current unstable and buster information for the tracker using debian.csail.mit.edu. Switch back once debian.csail.mit.edu is up-to-date.
* Drop powerpc from sid architecturesRaphaël Hertzog2018-07-081-1/+1
| | | | It's gone from the main mirror. It now resides on ports.debian.org.
* Makefile: don't hardcode the python interpreterEmilio Pozuelo Monfort2018-06-191-6/+5
| | | | | The interpreter is defined in the scripts' shebang, so no need to hardcode it here.
* Makefile: consistently use $(PYTHON) substitutionSalvatore Bonaccorso2018-06-181-1/+1
|
* Makefile: Reduce list of supported architectures for jessie under LTS supportSalvatore Bonaccorso2018-06-161-1/+1
|
* Whitelist make update-packages as a supported targetRaphaël Hertzog2018-06-161-1/+1
|
* Makefile: don't hardcode the syntax stampsEmilio Pozuelo Monfort2018-06-151-3/+2
|
* Makefile: merge stamps/*-syntax rulesEmilio Pozuelo Monfort2018-06-151-14/+2
| | | | We can use a wildcard here as they are all similar.
* Disable fetching of wheezy packagesSalvatore Bonaccorso2018-06-011-1/+1
|
* Add comment for the releases listSalvatore Bonaccorso2018-06-011-0/+1
|
* Revert the try to have clean progress information during update-* targetsRaphaël Hertzog2018-05-311-8/+1
| | | | | We want "make -s update-foo" to not output anything when there are no errors.
* Add a command to display the list of supported update-* targetsRaphaël Hertzog2018-05-311-0/+7
|
* Add some common update-* aliases for convenienceRaphaël Hertzog2018-05-311-0/+23
| | | | And for the cron jobs running on security-tracker.debian.org.
* Generalize the code to fetch Packages/Sources updatesRaphaël Hertzog2018-05-311-157/+51
| | | | | | | | | | It's now easy to extend by adding a supplementary lib/foobar-releases.mk file. I verified that the set of downloaded files are identical with the exception of a bug that got fixed in the process: the update-backports-% rule used to download files for all sections (main, contrib, non-free) but saved them all under the name corresponding to the main section.
* update-lists: Be quiet when fetching originSalvatore Bonaccorso2017-12-291-1/+1
|
* update-lists: Update lists in data in git checkoutSalvatore Bonaccorso2017-12-291-1/+1
| | | | | | | | | Fetch origin and if successful only checkout from origin/master the data directory. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59017 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Accomodate git-svn users when updating packages listsSebastien Delafond2017-08-101-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54574 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: remove unused squeeze architecturesSalvatore Bonaccorso2017-06-171-2/+0
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52659 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: Include update-oldoldstable when updating allSalvatore Bonaccorso2017-06-171-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52658 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: For update-security trigger update of update-oldold-securitySalvatore Bonaccorso2017-06-171-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52657 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: drop obsolteted update-lts targetsSalvatore Bonaccorso2017-06-171-15/+0
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52656 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Drop obsolted update-backport target needed for squeezeSalvatore Bonaccorso2017-06-171-14/+0
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52655 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: update-oldold-security target: do not depend on update-ltsSalvatore Bonaccorso2017-06-171-1/+1
| | | | | | | The separate update for -lts suites is not needed anymore after squeeze and is obsoleted. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52654 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: Update phony target to include update-oldoldstableSalvatore Bonaccorso2017-06-171-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52653 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: Update mapping of releases to codenamesSalvatore Bonaccorso2017-06-171-4/+4
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52652 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Makefile: Add architectures for busterSalvatore Bonaccorso2017-06-171-0/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52651 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Use the local mirror insteadPaul Wise2017-02-191-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@49056 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Document how to run bin/compare-nvd-cve.Petter Reinholdtsen2016-12-221-0/+11
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@47337 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Update supported arch lists for sidSalvatore Bonaccorso2016-11-081-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@46062 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Update release archs for stretchSalvatore Bonaccorso2016-11-081-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@46061 e39458fd-73e7-0310-bf30-c45bca0a0e42

© 2014-2024 Faster IT GmbH | imprint | privacy policy