From b3507f483dbd1b95f5503858a5e9d4c68cd5d078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Thu, 22 Dec 2022 11:45:26 +0000 Subject: update for real location of ip-up-vpn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cheetah:/ # find / 2>/dev/null | egrep '[-]vpn' /system/bin/ip-up-vpn Bug: 263463339 Test: TreeHugger Signed-off-by: Maciej Żenczykowski Change-Id: If6fd22d1838cfe971be2a87f5ff59a1c6ef65026 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index d33775a..63862c5 100644 --- a/main.c +++ b/main.c @@ -118,7 +118,7 @@ const char *android_hook(char **envp) exit(1); } sprintf(*envp, "INTERFACE=%s", ifr.ifr_name); - return "/bin/ip-up-vpn"; + return "/system/bin/ip-up-vpn"; } #endif -- cgit v1.2.3 From 4bb52cbbe2192f38524d34e7170c2aff116d42e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Thu, 22 Dec 2022 11:45:26 +0000 Subject: update for real location of ip-up-vpn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cheetah:/ # find / 2>/dev/null | egrep '[-]vpn' /system/bin/ip-up-vpn Bug: 263463339 Test: TreeHugger Signed-off-by: Maciej Żenczykowski Change-Id: If6fd22d1838cfe971be2a87f5ff59a1c6ef65026 (cherry picked from commit b3507f483dbd1b95f5503858a5e9d4c68cd5d078) Merged-In: If6fd22d1838cfe971be2a87f5ff59a1c6ef65026 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index d33775a..63862c5 100644 --- a/main.c +++ b/main.c @@ -118,7 +118,7 @@ const char *android_hook(char **envp) exit(1); } sprintf(*envp, "INTERFACE=%s", ifr.ifr_name); - return "/bin/ip-up-vpn"; + return "/system/bin/ip-up-vpn"; } #endif -- cgit v1.2.3 From efc16521c9328ba1dce6f6bf6e846e88dd944d58 Mon Sep 17 00:00:00 2001 From: Sadaf Ebrahimi Date: Mon, 3 Apr 2023 18:13:45 +0000 Subject: Editing the METADATA file of ipsec-tools Test: TreeHugger Change-Id: I6b7dee2d0dfb276065c0fe2fd1d0840842c439fb --- METADATA | 16 ++++++++++++++++ README.version | 3 --- 2 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 README.version diff --git a/METADATA b/METADATA index d97975c..6619bbc 100644 --- a/METADATA +++ b/METADATA @@ -1,3 +1,19 @@ +name: "ipsec-tools" +description: "IPsec (IP security protocol) is part of the NetBSD distributions." third_party { + url { + type: HOMEPAGE + value: "https://www.netbsd.org/" + } + url { + type: ARCHIVE + value: "https://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.7/ipsec-tools-0.7.3.tar.gz" + } + version: "0.7.3" license_type: NOTICE + last_upgrade_date { + year: 2009 + month: 9 + day: 2 + } } diff --git a/README.version b/README.version deleted file mode 100644 index 4173c47..0000000 --- a/README.version +++ /dev/null @@ -1,3 +0,0 @@ -URL: ftp://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.7/ipsec-tools-0.7.3.tar.gz -Version: 0.7.3 -BugComponent: 40729 -- cgit v1.2.3