From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 29f6ef6cb1cdb87dffb752d349a9d7b45192b06c
Date: Sun, 17 Jun 2012 16:53:55 +0200 [thread overview]
Message-ID: <20120617145356.35CB7200AE@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2195 bytes --]
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(a)ipfire.org>
Date: Sun Jun 17 11:54:28 2012 +0200
Dev86: Forgot to change version number.
commit 1add3aa9de8f298285e17b95b4c17fbf71a0accf
Author: Ben Schweikert <trikolon(a)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(a)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
reply other threads:[~2012-06-17 14:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120617145356.35CB7200AE@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox