This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 29f6ef6cb1cdb87dffb752d349a9d7b45192b06c (commit) via 1add3aa9de8f298285e17b95b4c17fbf71a0accf (commit) from 9f753471f2df5b27f63f700a3c17253df14ddb8a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 29f6ef6cb1cdb87dffb752d349a9d7b45192b06c Author: Ben Schweikert trikolon@ipfire.org Date: Sun Jun 17 11:54:28 2012 +0200
Dev86: Forgot to change version number.
commit 1add3aa9de8f298285e17b95b4c17fbf71a0accf Author: Ben Schweikert trikolon@ipfire.org Date: Sun Jun 17 11:52:24 2012 +0200
Dev86: Fixed build errors on i686.
-----------------------------------------------------------------------
Summary of changes: dev86/dev86.nm | 2 +- dev86/patches/copt.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletions(-) create mode 100644 dev86/patches/copt.patch
Difference in files: diff --git a/dev86/dev86.nm b/dev86/dev86.nm index 2e3176b..7747182 100644 --- a/dev86/dev86.nm +++ b/dev86/dev86.nm @@ -5,7 +5,7 @@
name = dev86 version = 0.16.18 -release = 4 +release = 5 sup_arches = i686 x86_64
maintainer = Ben Schweikert ben.schweikert@ipfire.org diff --git a/dev86/patches/copt.patch b/dev86/patches/copt.patch new file mode 100644 index 0000000..726196f --- /dev/null +++ b/dev86/patches/copt.patch @@ -0,0 +1,11 @@ +--- linux86-0.16.17/copt/copt.c.orig 2003-10-08 04:46:35.000000000 +0900 ++++ linux86-0.16.17/copt/copt.c 2010-10-12 12:30:25.000000000 +0900 +@@ -174,7 +174,7 @@ static char *readline(FILE *fp) + /* Delete leading white spaces */ + for (cp = buf; *cp && isspace(*cp); cp++) ; + if (cp != buf && *cp) +- strcpy(buf, cp); ++ memmove(buf, cp, strlen(cp) + 1); + + return(buf); + }
hooks/post-receive -- IPFire 3.x development tree