~alpine/devel

json: define IMAP(S) services v1 PROPOSED

Leonardo: 1
 json: define IMAP(S) services

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/398/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] json: define IMAP(S) services Export this patch

---
 json/services.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/json/services.json b/json/services.json
index cc59392..bf203a9 100644
--- a/json/services.json
+++ b/json/services.json
@@ -13,6 +13,8 @@
    "https": { "proto": "tcp", "port": 443 },
    "icmp": { "proto": "icmp" },
    "igmp": { "proto": "igmp" },
    "imap": { "proto": "tcp", "port": 143 },
    "imaps": { "proto": "tcp", "port": 993 },
    "ipsec": [
      { "proto": "esp" },
      { "proto": "udp", "port": [ 500, 4500 ] }
-- 
1.7.11.1