From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/openswan
Date: Thu, 14 Dec 2006 07:36:12 -0800 (PST) [thread overview]
Message-ID: <20061214153612.C1C2E485FF@busybox.net> (raw)
Author: aldot
Date: 2006-12-14 07:36:12 -0800 (Thu, 14 Dec 2006)
New Revision: 16925
Log:
- remove usage of SUSv3 legacy functions.
Added:
trunk/buildroot/package/openswan/openswan-2.4.7-010-susv3-legacy.patch
Modified:
trunk/buildroot/package/openswan/openswan.mk
Changeset:
Added: trunk/buildroot/package/openswan/openswan-2.4.7-010-susv3-legacy.patch
===================================================================
--- trunk/buildroot/package/openswan/openswan-2.4.7-010-susv3-legacy.patch 2006-12-14 15:25:47 UTC (rev 16924)
+++ trunk/buildroot/package/openswan/openswan-2.4.7-010-susv3-legacy.patch 2006-12-14 15:36:12 UTC (rev 16925)
@@ -0,0 +1,22 @@
+--- openswan-2.4.7.oorig/lib/libopenswan/alg_info.c 2006-10-06 18:47:38.000000000 +0200
++++ openswan-2.4.7/lib/libopenswan/alg_info.c 2006-12-14 14:27:29.000000000 +0100
+@@ -649,7 +649,7 @@ alg_info_esp_create_from_str (const char
+
+ if (!alg_info_esp) goto out;
+
+- pfs_name=index (alg_str, ';');
++ pfs_name=strchr (alg_str, ';');
+
+ if (pfs_name) {
+ memcpy(esp_buf, alg_str, pfs_name-alg_str);
+--- openswan-2.4.7.oorig/programs/ikeping/ikeping.c 2005-07-08 04:56:38.000000000 +0200
++++ openswan-2.4.7/programs/ikeping/ikeping.c 2006-12-14 14:31:36.000000000 +0100
+@@ -315,7 +315,7 @@ main(int argc, char **argv)
+ natt=0;
+ listen_only=0;
+ noDNS=0;
+- bzero(&laddr, sizeof(laddr));
++ memset(&laddr, 0, sizeof(laddr));
+
+ while((c = getopt_long(argc, argv, "hVnvsp:b:46E:w:", long_opts, 0))!=EOF) {
+ switch (c) {
Modified: trunk/buildroot/package/openswan/openswan.mk
===================================================================
--- trunk/buildroot/package/openswan/openswan.mk 2006-12-14 15:25:47 UTC (rev 16924)
+++ trunk/buildroot/package/openswan/openswan.mk 2006-12-14 15:36:12 UTC (rev 16925)
@@ -24,10 +24,7 @@
toolchain/patch-kernel.sh $(OPENSWAN_DIR) package/openswan/ openswan\*.patch
touch $(OPENSWAN_DIR)/.unpacked
-$(OPENSWAN_DIR)/.configured: $(OPENSWAN_DIR)/.unpacked
- touch $(OPENSWAN_DIR)/.configured
-
-$(OPENSWAN_DIR)/$(OPENSWAN_BINARY): $(OPENSWAN_DIR)/.configured
+$(OPENSWAN_DIR)/$(OPENSWAN_BINARY): $(OPENSWAN_DIR)/.unpacked
@echo $(LINUX_KERNEL)
$(TARGET_CONFIGURE_OPTS) \
$(MAKE) -C $(OPENSWAN_DIR) \
next reply other threads:[~2006-12-14 15:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-14 15:36 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-02-24 8:56 [Buildroot] svn commit: trunk/buildroot/package/openswan jacmet at uclibc.org
2009-01-16 13:21 jacmet at uclibc.org
2008-12-17 10:32 jacmet at uclibc.org
2007-09-19 9:20 aldot at uclibc.org
2007-09-19 8:50 aldot at uclibc.org
2007-09-18 13:02 aldot at uclibc.org
2007-07-23 9:45 ulf at uclibc.org
2007-06-21 22:14 aldot at uclibc.org
2007-06-21 22:09 aldot at uclibc.org
2007-03-24 12:46 aldot at uclibc.org
2007-03-21 10:35 aldot at uclibc.org
2007-02-15 13:54 aldot at uclibc.org
2006-12-22 11:29 aldot at uclibc.org
2006-11-29 20:51 aldot at uclibc.org
2006-11-29 13:21 aldot at uclibc.org
2006-11-28 17:04 aldot at uclibc.org
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=20061214153612.C1C2E485FF@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/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