aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:52 +0000
commitc5b03d82546c794ab1c340273f8ec7cd025c2ea1 (patch)
tree42b2a37ed72fc65fd08b0ba841803ba417ef31d9
parent5e94b7817e9b626dfd6de99ed4627dd331810901 (diff)
parentde8f3f2b56bc598b37f1b555e91494b264364d81 (diff)
downloadipsec-tools-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from de8f3f2b56bc598b37f1b555e91494b264364d81 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I575ffd5ec22f5825167807303de2b194ffd34de1
-rw-r--r--METADATA16
-rw-r--r--README.version3
-rw-r--r--main.c2
3 files changed, 17 insertions, 4 deletions
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
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