From Fedora Project Wiki

(re-add patch tracker)
(9 intermediate revisions by 6 users not shown)
Line 3: Line 3:
= Tracking Upstream =
= Tracking Upstream =


== FEver ==
== Fedora Upstream Release Monitoring ==


You can use [[PackageMaintainers/FEver]] - Fedora upstream tracking system.
You can use the Fedora [[Upstream Release Monitoring]] system.


== File releases ==
== File releases ==
Line 24: Line 24:


* Many distros: http://oss-security.openwall.org/wiki/distro-patches
* Many distros: http://oss-security.openwall.org/wiki/distro-patches
* Ubuntu: https://lists.ubuntu.com/mailman/listinfo/hardy-changes
* Ubuntu: http://packages.ubuntu.com
* Debian: http://www.debian.org/distrib/packages#search_packages
* Debian
** http://www.debian.org/distrib/packages#search_packages
** Patch-Tracker: http://patch-tracking.debian.net/package/<packagename>
** https://wiki.debian.org/UltimateDebianDatabase
* Gentoo: http://packages.gentoo.org/, http://viewcvs.gentoo.org/
* Gentoo: http://packages.gentoo.org/, http://viewcvs.gentoo.org/
* FreeBSD: http://www.freshports.org/
* FreeBSD: http://www.freshports.org/
Line 32: Line 35:


* [http://www.changedetection.com/ ChangeDetection]  can be used to track any page for changes: http://www.changedetection.com/monitor.html
* [http://www.changedetection.com/ ChangeDetection]  can be used to track any page for changes: http://www.changedetection.com/monitor.html
* [https://addons.mozilla.org/en-US/firefox/addon/3028 Check4Change] is a Firefox extension that tracks web page changes
* Bookmarklet for most browsers (Konqueror users, add this to Tools-> Minitools)  
* Bookmarklet for most browsers (Konqueror users, add this to Tools->Minitools) <pre>
<pre>
javascript:void(window.location='http://www.changedetection.com/detect.html?url='+escape(window.location)+'&email='+escape('your@email.here'))
javascript:void(window.location='http://www.changedetection.com/detect.html?url='+escape(window.location)+'&email='+escape('your@email.here'))
</pre> (I couldn't convince Wiki to make a right-clickable normal link of the above, sorry)
</pre>
 
(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.
* http://www.linux.com/feature/132197 - Automatically watching Web sites for changes.
Line 41: Line 46:
== References ==
== References ==


* http://fedoraproject.org/wiki/PackageMaintainers/WhyUpstream - Best practice guidelines on avoiding deviations from upstream projects.
* [[Staying_close_to_upstream_projects]] - Best practice guidelines on avoiding deviations from upstream projects.
 


----
[[Category:Package Maintainers]]

Revision as of 16:02, 15 September 2013

Tracking Upstream

Fedora Upstream Release Monitoring

You can use the Fedora Upstream Release Monitoring system.

File releases

Security

Other distributions

Useful for cross-checking fixes etc.

General

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)

References