summaryrefslogtreecommitdiffstats
path: root/projects/index.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.mdwn')
-rw-r--r--projects/index.mdwn53
1 files changed, 53 insertions, 0 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn
index 3121b3e..efb25ea 100644
--- a/projects/index.mdwn
+++ b/projects/index.mdwn
@@ -67,4 +67,57 @@ Dead
* [testbuild](http://git.pehjota.net/dev/testbuild.git/):
A simple script to automate build testing for software managed with Git.
+Patches to Other Projects
+=========================
+
+Accepted (Possibly With Modifications)
+--------------------------------------
+
+ * [GNU C Library](https://www.gnu.org/software/libc/):
+ - [Don't use Bash-specific `${parameter/pattern/string}`
+ expansion](https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=0a834dd)
+ - [ldd: make `try_trace` more robust and
+ portable](https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=94bf958)
+ (fixed bugs [#832](https://sourceware.org/bugzilla/show_bug.cgi?id=832)
+ and [#3266](https://sourceware.org/bugzilla/show_bug.cgi?id=3266))
+ * [Time Zone Database](https://www.iana.org/time-zones):
+ - [tzselect: port to /bin/sh](https://github.com/eggert/tz/commit/be06aa4)
+ - [tzselect: work around an old BusyBox awk
+ bug](https://github.com/eggert/tz/commit/868ed00)
+ * [Debian](http://www.debian.org/):
+ - [gettext: Split out libgettextpo-dev and libasprintf-dev for multiarch
+ dependencies](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683751#65)
+ - [libgcrypt11: Move some dependencies to
+ Build-Depends-Indep](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682597)
+ - [gnutls26: Move some dependencies to
+ Build-Depends-Indep](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682596)
+ - [minetest: Fix GCC 4.7 build
+ failure](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667280#10)
+ - [minetest: Split the server into its own
+ package](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668004#5)
+ * [GNU FM](http://foocorp.org/projects/fm/):
+ - [61
+ commits](https://www.ohloh.net/p/librefm/contributors/1379053869333181)
+
+Pending
+-------
+
+ * [GNU C Library](https://www.gnu.org/software/libc/):
+ - [Don't use Bash-only $"msgid"
+ quoting](https://sourceware.org/ml/libc-alpha/2012-11/msg00708.html)
+ (fixes bug
+ [#13853](https://sourceware.org/bugzilla/show_bug.cgi?id=13853))
+ * [Debian](http://www.debian.org/):
+ - [dpkg: Add support for build
+ profiles](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661538#136)
+
+To Be Submitted
+---------------
+
+ * [BusyBox](http://www.busybox.net/):
+ - uname: Make `uname_info.os` configurable
+ * [Debian](http://www.debian.org/):
+ - [sbuild: Add support for build
+ profiles](http://bootstrap.pehjota.net/sbuild/sbuild-build-profiles.debdiff)
+
<!--#include virtual="/includes/footer.html" -->