From Fedora Project Wiki
(Remove dead projects add repology) |
(Redirect Package Maintainer wiki links to docs.fp.o) |
||
Line 5: | Line 5: | ||
== Fedora Upstream Release Monitoring == | == Fedora Upstream Release Monitoring == | ||
You can use the Fedora [ | You can use the Fedora [https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring/ Upstream Release Monitoring] system. | ||
== File releases == | == File releases == | ||
Line 45: | Line 45: | ||
== References == | == References == | ||
* [ | * [https://docs.fedoraproject.org/en-US/package-maintainers/Staying_Close_to_Upstream_Projects/ Staying close to upstream projects] - Best practice guidelines on avoiding deviations from upstream projects. | ||
[[Category:Package Maintainers]] | [[Category:Package Maintainers]] |
Revision as of 11:28, 9 October 2021
Tracking Upstream
Fedora Upstream Release Monitoring
You can use the Fedora Upstream Release Monitoring system.
File releases
- SourceForge projects: use the "Monitor" link (envelope icon) in project summary pages' file listings
- CPAN updates: WWW , RSS feed , mailing list
- GNOME projects: RSS feed , FTP release mailing list
- freedesktop.org projects: FTP release mailing list
Security
- Buqtraq, Full Disclosure, Vuln'Watch etc: mailing lists , feeds
Other distributions
Useful for cross-checking fixes etc.
- Many distros: http://oss-security.openwall.org/wiki/distro-patches
- Cross-Distro check: http://repology.org/metapackages/outdated-in-repo/fedora_rawhide/
- Ubuntu: http://packages.ubuntu.com
- Debian
- Gentoo: http://packages.gentoo.org/, http://viewcvs.gentoo.org/
- FreeBSD: http://www.freshports.org/
General
- ChangeDetection can be used to track any page for changes: http://www.changedetection.com/monitor.html
- Bookmarklet for most browsers (Konqueror users, add this to Tools-> Minitools)
javascript:void(window.location='http://www.changedetection.com/detect.html?url='+escape(window.location)+'&email='+escape('your@email.here'))
(I couldn't convince Wiki to make a right-clickable normal link of the above, sorry)
- http://www.linux.com/feature/132197 - Automatically watching Web sites for changes.
References
- Staying close to upstream projects - Best practice guidelines on avoiding deviations from upstream projects.