They either fix a bug, fix a build, or change functionality. Point is, I have a lot of them.
-aria2/
- aria2-1.19.0-leech.patch
- Adds a --disable-seed option. Does what you expect.
-wget/
- wget-no-egd-libressl.patch
- Removes reference to egd so libressl is usable.
-libvpx/
- libvpx-1.4.0_1.3.0backcompat.patch
- Adds some #defines to enable *some* backcompatibility with libvpx 1.3.0. This is enough to build pale moon against it.
-links/
- links-no-egd-libressl.patch
- See the wget patch.
-sdl/
- sdl-xdata.patch
- Fixes 'Undefined symbol _XData32' which occurs in some circumstances.
+* aria2/
+ * aria2-1.19.0-leech.patch
+ * Adds a --disable-seed option. Does what you expect.
+* wget/
+ * wget-no-egd-libressl.patch
+ * Removes reference to egd so libressl is usable.
+* libvpx/
+ * libvpx-1.4.0_1.3.0backcompat.patch
+ * Adds some #defines to enable *some* backcompatibility with libvpx 1.3.0. This is enough to build pale moon against it.
+* links/
+ * links-no-egd-libressl.patch
+ * See the wget patch.
+* sdl/
+ * sdl-xdata.patch
+ * Fixes 'Undefined symbol _XData32' which occurs in some circumstances.