treewide: replace jow@openwrt.org with jo@mein.io
authorJo-Philipp Wich <jo@mein.io>
Tue, 7 Jun 2016 09:42:32 +0000 (11:42 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 7 Jun 2016 09:42:52 +0000 (11:42 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
65 files changed:
package/kernel/broadcom-wl/src/glue/Makefile
package/kernel/broadcom-wl/src/glue/wl_glue.c
package/kernel/broadcom-wl/src/glue/wl_glue.h
package/libs/gettext/Makefile
package/libs/libevent2/Makefile
package/libs/libiconv-full/Makefile
package/libs/libiconv/Makefile
package/libs/libmnl/Makefile
package/libs/libnetfilter-conntrack/Makefile
package/libs/libnfnetlink/Makefile
package/libs/sysfsutils/Makefile
package/network/ipv6/thc-ipv6/Makefile
package/network/services/ipset-dns/Makefile
package/network/services/lldpd/Makefile
package/network/services/ppp/patches/010-use_target_for_configure.patch
package/network/services/ppp/patches/100-debian_ip-ip_option.patch
package/network/services/ppp/patches/101-debian_close_dev_ppp.patch
package/network/services/ppp/patches/103-debian_fix_link_pidfile.patch
package/network/services/ppp/patches/106-debian_stripMSdomain.patch
package/network/services/ppp/patches/107-debian_pppoatm_wildcard.patch
package/network/services/ppp/patches/110-debian_defaultroute.patch
package/network/services/ppp/patches/120-debian_ipv6_updown_option.patch
package/network/services/ppp/patches/200-makefile.patch
package/network/services/ppp/patches/201-mppe_mppc_1.1.patch
package/network/services/ppp/patches/202-no_strip.patch
package/network/services/ppp/patches/203-opt_flags.patch
package/network/services/ppp/patches/205-no_exponential_timeout.patch
package/network/services/ppp/patches/206-compensate_time_change.patch
package/network/services/ppp/patches/207-lcp_mtu_max.patch
package/network/services/ppp/patches/208-fix_status_code.patch
package/network/services/ppp/patches/300-filter-pcap-includes-lib.patch
package/network/services/ppp/patches/310-precompile_filter.patch
package/network/services/ppp/patches/320-custom_iface_names.patch
package/network/services/ppp/patches/330-retain_foreign_default_routes.patch
package/network/services/ppp/patches/340-populate_default_gateway.patch
package/network/services/ppp/patches/400-simplify_kernel_checks.patch
package/network/services/ppp/patches/401-no_record_file.patch
package/network/services/ppp/patches/403-no_wtmp.patch
package/network/services/ppp/patches/404-remove_obsolete_protocol_names.patch
package/network/services/ppp/patches/405-no_multilink_option.patch
package/network/services/uhttpd/Makefile
package/network/utils/conntrack-tools/Makefile
package/network/utils/dante/Makefile
package/network/utils/iftop/Makefile
package/network/utils/ipset/Makefile
package/network/utils/iputils/Makefile
package/network/utils/iwcap/Makefile
package/network/utils/iwcap/src/iwcap.c
package/network/utils/iwinfo/Makefile
package/network/utils/owipcalc/Makefile
package/network/utils/owipcalc/src/owipcalc.c
package/network/utils/resolveip/Makefile
package/network/utils/resolveip/src/resolveip.c
package/network/utils/xtables-addons/Makefile
package/system/opkg/Makefile
package/system/rpcd/Makefile
package/utils/jsonfilter/Makefile
package/utils/lua/Makefile
package/utils/px5g/Makefile
scripts/bundle-libraries.sh
scripts/ext-toolchain.sh
scripts/srecimage.pl
target/linux/generic/patches-3.18/615-netfilter_add_xt_id_match.patch
target/linux/generic/patches-4.1/615-netfilter_add_xt_id_match.patch
target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch

index 81f0c8acfdf0c63da7180e858cbacc7517d6161b..f434d2430e1f8d7ebf10ab8484dc22ee61b84c3e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile for wl_glue driver
 #
-# Copyright (C) 2011 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2011 Jo-Philipp Wich <jo@mein.io>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64f84868b676a15d5358021f317bb7f2acd4e4ba..7851f414dbce82f2421d426af57ae164e518d6cc 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * wl_glue.c: Broadcom WL support module providing a unified SSB/BCMA handling.
- * Copyright (C) 2011 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2011 Jo-Philipp Wich <jo@mein.io>
  */
 
 #include "wl_glue.h"
@@ -21,7 +21,7 @@
 #include <linux/bcma/bcma.h>
 #endif
 
-MODULE_AUTHOR("Jo-Philipp Wich (jow@openwrt.org)");
+MODULE_AUTHOR("Jo-Philipp Wich (jo@mein.io)");
 MODULE_DESCRIPTION("Broadcom WL SSB/BCMA compatibility layer");
 MODULE_LICENSE("GPL");
 
index b3c8aa3b6a786094e6f90fda81ad234304c323f1..49610ab90938befbfaec15a3ed0550eda7087070 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * wl_glue.h: Broadcom WL support module providing a unified SSB/BCMA handling.
- * Copyright (C) 2011 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2011 Jo-Philipp Wich <jo@mein.io>
  */
 
 #include <linux/types.h>
index 093be1d0dc7d84f5465b8ef0199a252118139f25..cb4ee125303ab8ca8b30bf86976c226a62a86230 100644 (file)
@@ -13,7 +13,7 @@ PKG_RELEASE:=2
 PKG_LICENSE:=FSFULLR
 PKG_LICENSE_FILES:=LICENSE
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk
index 68350077c8549bf15538939057c5e4aa8218957c..375bc8c888e1a8ee023c413b95d653f1085d3046 100644 (file)
@@ -15,7 +15,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/libevent-$(PKG_VERSION)-stable
 PKG_SOURCE:=libevent-$(PKG_VERSION)-stable.tar.gz
 PKG_SOURCE_URL:=@SF/levent
 PKG_MD5SUM:=c4c56f986aa985677ca1db89630a2e11
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=BSD-3-Clause
 
 PKG_FIXUP:=autoreconf
index d23af5730bc48cb5d249d16ec4fda04d14440489..4327321e18ff7c7138141ab0af49a77689647049 100644 (file)
@@ -11,7 +11,7 @@ PKG_NAME:=libiconv-full
 PKG_VERSION:=1.11.1
 PKG_RELEASE:=3
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_SOURCE:=libiconv-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/libiconv
index 97162617da7ad12a658a434b6c04d9878f677f8d..61e4b3b76984f88c3b474b1bfad7ee325a274fd7 100644 (file)
@@ -16,7 +16,7 @@ PKG_RELEASE:=8
 PKG_LICENSE:=LGPL-2.1
 PKG_LICENSE_FILES:=LICENSE
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk
index 06c77652ee006a82641d8a560ca9f28edb52a7ef..a782751740dcbaf2031eb252a38aca523dbe2e46 100644 (file)
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:= \
        ftp://ftp.netfilter.org/pub/libmnl
 PKG_MD5SUM:=7d95fc3bea3365bc03c48e484224f65f
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
index e60b59ab1520e91c0e7fad4e7018d9cb4517f419..072fa4066ba495def80b5a45fd71e4f1b02e0a0c 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:= \
        http://www.netfilter.org/projects/libnetfilter_conntrack/files/ \
        ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/
 PKG_MD5SUM:=18cf80c4b339a3285e78822dbd4f08d7
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_FIXUP:=autoreconf
 PKG_LICENSE:=GPL-2.0+
index 861c60400a6e219b7fad92f7bd1758f11e1e3778..6f4974f66d904c20e72da81182ae12ffe09a2fce 100644 (file)
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:= \
        ftp://ftp.netfilter.org/pub/libnfnetlink/ \
        http://mirrors.evolva.ro/netfilter.org/libnfnetlink/
 PKG_MD5SUM:=98927583d2016a9fb1936fed992e2c5e
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0+
 
 PKG_FIXUP:=autoreconf
index 9ee76a03625a4ecab72cc322677e616b567a848b..67b43868ecfa83efea2ef4a593feaa2bac23d275 100644 (file)
@@ -14,7 +14,7 @@ PKG_RELEASE:=2
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/linux-diag
 PKG_MD5SUM:=14e7dcd0436d2f49aa403f67e1ef7ddc
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_LICENSE:=LGPL-2.1
 PKG_LICENSE_FILES:=COPYING cmd/GPL lib/LGPL
index fdfc1f2f0183cd149c11976c43ef7f5cf2f5c9e7..563afa4f81593b59cdb0a271568ab05463c76f8f 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://freeworld.thc.org/releases/
 PKG_MD5SUM:=2975dd54be35b68c140eb2a6b8ef5e59
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 include $(INCLUDE_DIR)/package.mk
 
index 37cf7c564934d3c3f4272c7a6b5e0ebbbd97e678..1fa87ce9f1d7a2e55fe93810ed037ffa9f8e9415 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://git.zx2c4.com/ipset-dns
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=6be3afd819a86136b51c5ae722ab48266187155b
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING
index 15f826806e174a6398cb55e2f58fbf388fd83bde..4bc371f858381ad67d9add70440eb258d43e35a4 100644 (file)
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://media.luffy.cx/files/lldpd
 PKG_MD5SUM:=ed0226129b0c90b3a45c273fe1aba8de
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=ISC
 
 PKG_FIXUP:=autoreconf
index aff0df67f862ebc64be32cbcfbbd551378b398c6..7deac0e446b320d6e686c05556232c4cb271169f 100644 (file)
@@ -5,7 +5,7 @@ reported by the build host system. This patch allows overriding the
 "uname -r", "uname -s" and "uname -m" results with the "UNAME_R", "UNAME_S"
 and "UNAME_M" environment variables.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/configure
 +++ b/configure
index 1017e0fe79481010e45b05c9b1be9ed8500205e3..703311fb47a4421b30daa4a724aeb6fde0c59641 100644 (file)
@@ -8,7 +8,7 @@ existing behaviour.
 
 The patch originated from the Debian project.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/ipcp.c
 +++ b/pppd/ipcp.c
index 7c6765b9f798db458d1d1c718d68ea78ad2ee036..629c232543ab5f9a31979e3410df73c5e1cbdc9d 100644 (file)
@@ -8,7 +8,7 @@ descriptors are always reported as ready by select().
 This patch closes the descriptor if it is already open when establishing a
 new connection. It originated from the Debian project.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/sys-linux.c
 +++ b/pppd/sys-linux.c
index c8a23edd6aef077f087f3c7c4052e32632c57028..d5d5851d4752bb4062259eeb62553ded7e6e00b4 100644 (file)
@@ -7,7 +7,7 @@ linkpidfile[0] but this is only filled in when create_linkpidfile() is called.
 This patch changes to code to allways uncondiationally call
 create_linkpidfile(), it originated from the Debian project.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/main.c
 +++ b/pppd/main.c
index 86af1ef412c6ca639b990d0144ffef1c3e1d0d78..376de64c43a11de276dcc731c84efd58418fc99d 100644 (file)
@@ -9,7 +9,7 @@ backslash in the username are stripped. The option defaults to false.
 
 The patch originated from the Debian project.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/chap-new.c
 +++ b/pppd/chap-new.c
index eaad2cdaae34f62d05681c6bef1a4b38a05207c1..6f559a12312123cf6b8c6bfdb9f26ffc8c707214 100644 (file)
@@ -10,7 +10,7 @@ enough flexibility to cope with changing device names.
 
 The patch originated from the Debain project.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/plugins/pppoatm/pppoatm.c
 +++ b/pppd/plugins/pppoatm/pppoatm.c
index e8659ea15209702096ff0fead8fb082d6c8a64e3..1005c59ab51d0ff2c1c67c96cf8333b02c3db018 100644 (file)
@@ -8,7 +8,7 @@ connections but not allow them to change the system default route.
 
 The patch originated from the Debian project.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/ipcp.c
 +++ b/pppd/ipcp.c
index 0e57029d61033eddf1a896bd5abead0f8bc206bc..a575df5f54210dd8a9e0b5a01b3d43a6b0d4683a 100644 (file)
@@ -8,7 +8,7 @@ existing behaviour.
 
 The patch originated from the Debian project.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/main.c
 +++ b/pppd/main.c
index d5e5719089eb869d6db0197b47db327d874e3f70..143023246c2b88e2a0f3521b34eafbaccceff876 100644 (file)
@@ -3,7 +3,7 @@ pppd: tune Linux config defaults for OpenWrt
 This patch adjusts a number defaults to properly match the OpenWrt environment.
 It is not intended for upstream.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/Makefile.linux
 +++ b/pppd/Makefile.linux
index 0bc42d448710b70911e8359e7b941503a673bfa9..3fc30bb4339cf5b1ca986be98dd566227fb66622 100644 (file)
@@ -3,7 +3,7 @@ pppd: add support for MPPE and MPPC encryption and compression protocols
 This is a forward ported version of ppp-2.4.3-mppe-mppc-1.1.patch.gz found on
 http://mppe-mppc.alphacron.de/ .
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/include/linux/ppp-comp.h
 +++ b/include/linux/ppp-comp.h
index 375f44908f565eda515291c1497b5e29853d9925..29d8f746bb4761be21e96421c66584336fbb54b4 100644 (file)
@@ -4,7 +4,7 @@ Strippign executables should be handled by the distro packaging, not by ppp
 itself. This patch removes the "-s" (strip) switch from all "install" commands
 in order to install unstripped binaries into the destination prefix.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/chat/Makefile.linux
 +++ b/chat/Makefile.linux
index 906d081c23a831da714f86fe41121feeeb62eaeb..d0eb9182997d01e1ffc8a6752a611832cd69a3a8 100644 (file)
@@ -4,7 +4,7 @@ Isolate optimization related compiler flags from CFLAGS and move them into a
 separate COPTS variable so that it is easier to override optimizations from
 the environment.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/plugins/radius/Makefile.linux
 +++ b/pppd/plugins/radius/Makefile.linux
index 68aea12ef4e9df041b6ccbd2a1daf919a24b4af0..1395ca5177e1d72013cbeee81576781ddb2754d7 100644 (file)
@@ -3,7 +3,7 @@ pppd: Don't use exponential timeout in discovery phase
 This patch removes the exponential timeout increase between PADO or PADS
 discovery attempts.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/plugins/rp-pppoe/discovery.c
 +++ b/pppd/plugins/rp-pppoe/discovery.c
index fb6c65679ed3b1ffad5d2f90cc6d7cd3bb470566..31a582a202bdc635bb8bc59f176beac27532e0fb 100644 (file)
@@ -9,7 +9,7 @@ is confused resulting in unreliable data.
 This patch implements periodic clock checking to look for time warps, if one
 is detected, the internal counters are adjusted accordingly.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/main.c
 +++ b/pppd/main.c
index 240701b5858e488f88cd592be51c857aad38b2f4..f406f685e07c5c87256582eafd1268427f482d8d 100644 (file)
@@ -4,7 +4,7 @@ This patchs caps the calculated MTU value in lcp.c to the user specified "mru"
 option value. Without this patch pppd would advertise a different MTU value
 compared to what is set on the local interface in some cases.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/lcp.c
 +++ b/pppd/lcp.c
index 25e2a10b852428348dcf438e795d88f1279b694f..eb24b0a0559c95395459e49afc2e5252ae58b829 100644 (file)
@@ -8,7 +8,7 @@ The motiviation of this patch is to allow applications which remote control
 pppd to react properly on errors, e.g. only redial (relaunch pppd) if there
 was a hangup, but not if the CHAP authentication failed.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/main.c
 +++ b/pppd/main.c
index 843c9f2a0d356178b40553440dc5027b878fd92f..68a56aa6e1fb55098fe0df6a89accaf76418f1a5 100644 (file)
@@ -3,7 +3,7 @@ build: Add required CFLAGS for libpcap
 This patch adds some flags to required to properly link libpcap within the
 OpenWrt environment.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/Makefile.linux
 +++ b/pppd/Makefile.linux
index 877ca6bd1d852641a42afc4bcfa57f3ec57034c7..701e49d321d1297de093aaf71c2df603bad2bb34 100644 (file)
@@ -9,7 +9,7 @@ compiled filter file containing rules to match packets which should be passed,
 "precompiled-active-filter" specifies a filter file containing rules to match
 packets which are treated as active.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/Makefile.linux
 +++ b/pppd/Makefile.linux
index ccda0c676075bd147fdfdb40ef4987d4d8e0e2a3..441f9eec618063044ffa555aa95453c185aeabf4 100644 (file)
@@ -5,7 +5,7 @@ fully custom PPP interface names on Linux. It does so by renaming the
 allocated pppX device immediately after it has been created to the requested
 interface name.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/main.c
 +++ b/pppd/main.c
index f68b466507229c4e53dca772e9788111c40627df..45fc4b9449f2056b6b6e2eb4ce42a831b3949432 100644 (file)
@@ -8,7 +8,7 @@ to another interface.
 This patch makes pppd fill out the rt_dev field so that only own default
 routes are ever matched.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/sys-linux.c
 +++ b/pppd/sys-linux.c
index a1451de3a38e93ac7b5b4afe9bb500d59df8d16c..5a694476d95abefa74663e00e195b90d47602e1f 100644 (file)
@@ -9,7 +9,7 @@ the default gateway IP address from the system default route entry.
 This patch addresses the issue by filling in the peer address as gateway
 when generating the default route entry.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/sys-linux.c
 +++ b/pppd/sys-linux.c
index 11af6d8f35a8295082131d23a293b220d022a5d0..cea9e16c2e20b2f76d595c912c01814878148b81 100644 (file)
@@ -6,7 +6,7 @@ performing runtime checks, it just increases the binary size.
 
 This patch removes the runtime kernel feature checks.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/sys-linux.c
 +++ b/pppd/sys-linux.c
index f3c13ec97700eabc66836deda113d342464d7d74..f5079fac4b977df75a00f15bc1f314b4f5366dab 100644 (file)
@@ -3,7 +3,7 @@ pppd: Remove the "record" option
 On many embedded systems there is not enough space to record PPP session
 information to the permanent storage, therfore remove this option.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/pppd.h
 +++ b/pppd/pppd.h
index 3c7889457033250cc73771697c46f3a87525dc22..98d6133c43fe484e327097d2c8cada484666e263 100644 (file)
@@ -3,7 +3,7 @@ pppd: Disable wtmp support
 Many uClibc based environments lack wtmp and utmp support, therfore remove
 the code updating the wtmp information.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/sys-linux.c
 +++ b/pppd/sys-linux.c
index edbca7603c5498ae928def866462266063c2524e..3b35fe003031ea7debd8152e4dd9d48cb53989a5 100644 (file)
@@ -3,7 +3,7 @@ pppd: Remove historical protocol names
 Remove a number of historical protocol entries from pppd's builtin list, this
 reduced the binary size without loss of features.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/main.c
 +++ b/pppd/main.c
index e8f99e578b1d77d1a59733bca7c4062cbf202805..b17747a5ec24df1dcf96e7f5f3fe146cbd4cf6a7 100644 (file)
@@ -5,7 +5,7 @@ the multilink specific code. The motivation is to allow "nomp" even if pppd
 does not support multilink, so that controlling programs can unconditionally
 pass it to pppd regardless of the compile time features.
 
-Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+Signed-off-by: Jo-Philipp Wich <jo@mein.io>
 
 --- a/pppd/options.c
 +++ b/pppd/options.c
index bc3b00edd53be7b558d0a583bb226f810c2de351..3408c940187edf60733d28ff817ebd76f2d9b812 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2010-2015 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2010-2015 Jo-Philipp Wich <jo@mein.io>
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
index fd13e222a980949305e05f61f3f9305e7c3683ce..b69f8df1eb5c53e508651515770f9c2cd5bc9d4b 100644 (file)
@@ -18,7 +18,7 @@ PKG_SOURCE_URL:= \
        http://mirrors.evolva.ro/netfilter.org/conntrack-tools
 PKG_MD5SUM:=966a5d8f846ddf5304bcd12685c0707f
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0
 
 PKG_FIXUP:=autoreconf
index ab05f8c9e463b5814cc93a3cfda61ad3a72e82c1..f73aa0b85fa93b843eaf1189c86bb565eafec6b9 100644 (file)
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.inet.no/dante/files/
 PKG_MD5SUM:=68c2ce12119e12cea11a90c7a80efa8f
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=BSD-4-Clause
 
 PKG_FIXUP:=autoreconf
index bd82f2df94313964f2e0a5c5d4885a280cec9e12..e4d0214f9accd6d3b6732d80d258e989ffef6d24 100644 (file)
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.ex-parrot.com/~pdw/iftop/download
 PKG_MD5SUM:=7e6decb4958e8a4890cccac335239f24
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0
 
 include $(INCLUDE_DIR)/package.mk
index f1c50a90daa2da2a296d6b1960bd7e62af479b00..14012629e0477cbe7c147303fd92ad0efcda4ac0 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://ipset.netfilter.org
 PKG_MD5SUM:=8831b8f01458bf2abacc222884195a62
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0
 
 PKG_FIXUP:=autoreconf
index 6f75236f815cf83c8e5d368804096bd28435a39a..11f3a7d2b773596e6ac48be1afbc015251cdbd4a 100644 (file)
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-s$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.skbuff.net/iputils
 PKG_MD5SUM:=a36c25e9ec17e48be514dc0485e7376c
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0+
 
 PKG_BUILD_DEPENDS:=sysfsutils
index d3f884715c934537e586df4945878c29824a5c0f..333344eeeb9bf96abc083f2085ee2b5448541fac 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2012 Jo-Philipp Wich <jo@mein.io>
 #
 # This is free software, licensed under the Apache 2 license.
 #
@@ -17,7 +17,7 @@ define Package/iwcap
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Simple radiotap capture utility
-  MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+  MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 endef
 
 define Package/iwcap/description
index d335e500e8aea05d78b82e130782c490c97967e4..6bf25c57ddfe7d8becfb3c6090888f7688675459 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * iwcap.c - A simply radiotap capture utility outputting pcap dumps
  *
- *    Copyright 2012 Jo-Philipp Wich <jow@openwrt.org>
+ *    Copyright 2012 Jo-Philipp Wich <jo@mein.io>
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
index f7e8303a0ad2a73a7628456c663421cff728af48..4e442c37fab578c1f56e0977d2fe4588b09379fd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2010-2016 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2010-2016 Jo-Philipp Wich <jo@mein.io>
 #
 # This is free software, licensed under the GPL 2 license.
 #
@@ -15,7 +15,7 @@ PKG_SOURCE_URL=$(OPENWRT_GIT)/project/iwinfo.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=e4aca3910dff532ed878d0ceaf1ab6e8ad7719bf
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0
 
 PKG_CONFIG_DEPENDS := \
index 9d6b397991eaffe4b196c571526f9aa553ee1c68..b16f3208df6a658bcce9b56770fa9a91cc0abac4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2012 Jo-Philipp Wich <jo@mein.io>
 #
 # This is free software, licensed under the Apache 2 license.
 #
@@ -17,7 +17,7 @@ define Package/owipcalc
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Simple IPv4/IPv6 address calculator
-  MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+  MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 endef
 
 define Package/owipcalc/description
index d22594bd765ce7e5a7ac67d5bdde3ee96ad5fed3..f95280cd1ce21b14b3c30d2d5045b0360d50719a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * owipcalc - OpenWrt IP Calculator
  *
- *   Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org>
+ *   Copyright (C) 2012 Jo-Philipp Wich <jo@mein.io>
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
index 3243a80016a35c4f524fc26dd4f2207f26ed3295..fc6da4e12f69d011cc81b9fba84d8cddfb46f3b2 100644 (file)
@@ -17,7 +17,7 @@ define Package/resolveip
   SECTION:=utils
   CATEGORY:=Base system
   TITLE:=Simple DNS resolver with configurable timeout
-  MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+  MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 endef
 
 define Package/resolveip/description
index 43c5ae7f1296570ddcd64082bc507012e43dfb05..f7a918d0a2f78ff665b613fc2e77dd70af379554 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Based on code found at https://dev.openwrt.org/ticket/4876 .
- * Extended by Jo-Philipp Wich <jow@openwrt.org> for use in OpenWrt.
+ * Extended by Jo-Philipp Wich <jo@mein.io> for use in OpenWrt.
  *
  * You may use this program under the terms of the GPLv2 license.
  */
index da8058ebabd7c7092dce14a6cf68ccc5cae55950..8dfbe822bebbc7ebef290712d9249a9d0153589e 100644 (file)
@@ -20,7 +20,7 @@ PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
 PKG_CHECK_FORMAT_SECURITY:=0
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0
 
 PKG_FIXUP:=autoreconf
index af4474254e2f1419e2f09808d3d32b1692802fa2..67ceb7cafc23616bd95d08c92cf7e26b606d8132 100644 (file)
@@ -27,7 +27,7 @@ PKG_REMOVE_FILES = autogen.sh aclocal.m4
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_FLAGS := nonshared
 PKG_CONFIG_DEPENDS := CONFIG_SIGNED_PACKAGES
index 86bd8c56863b6073682f3786ecda28bd366c218f..6545c0db911939ca57e313826ebd307dfffd3ccf 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE_URL=$(OPENWRT_GIT)/project/rpcd.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)
 PKG_SOURCE_VERSION:=73aea9b8b621a1ce034bc6ee00c9d058a40c8a3d
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 
 PKG_LICENSE:=ISC
 PKG_LICENSE_FILES:=
index 1cddd4978d0aaaf7f820a618328cefd4f3a8c77b..79cc3854f5467b37d2f7e0cb7b14232688a13ca2 100644 (file)
@@ -11,7 +11,7 @@ PKG_SOURCE_VERSION:=7151885df6ac2554c07cc6047dde7c4eb253ce87
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
 
-PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=ISC
 
 include $(INCLUDE_DIR)/package.mk
index cf2d8877fd255f1447cdfff129e2270df20ab3d5..4985452e4fb3795898ec2e2f63fb08aa98141d87 100644 (file)
@@ -33,7 +33,7 @@ define Package/lua/Default
   CATEGORY:=Languages
   TITLE:=Lua programming language
   URL:=http://www.lua.org/
-  MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+  MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 endef
 
 define Package/lua/Default/description
index c886ae58802b379b2b76dec85c5c4bf9dc3547ad..4714d936b66f0f9a9d5756f1699c05438c724979 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2010-2015 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2010-2015 Jo-Philipp Wich <jo@mein.io>
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -19,7 +19,7 @@ define Package/px5g
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=X.509 certificate generator (using PolarSSL)
-  MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+  MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
   DEPENDS:=+libpolarssl
 endef
 
index 508fe787f2e2c9e95a15d4e14b840222a6ffdd5b..aba1cd6268e35adafee312a8855935371ee27342 100755 (executable)
@@ -2,7 +2,7 @@
 #
 #   Script to install host system binaries along with required libraries.
 #
-#   Copyright (C) 2012-2013 Jo-Philipp Wich <jow@openwrt.org>
+#   Copyright (C) 2012-2013 Jo-Philipp Wich <jo@mein.io>
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
index a552fbe3fcce3dfff791cc1ce65fdd8e70ace1aa..09390c5e0d51f5195f776507593a29a48d77c614 100755 (executable)
@@ -3,7 +3,7 @@
 #   Script for various external toolchain tasks, refer to
 #   the --help output for more information.
 #
-#   Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org>
+#   Copyright (C) 2012 Jo-Philipp Wich <jo@mein.io>
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
index a68aa61f5b0e8c6d0f906d7f178ed44b935edf9a..b9e2a843bfcf7b862474dd37e438fc0636184649 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 #
 # srecimage.pl - script to convert a binary image into srec
-# Copyright (c) 2015 - Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (c) 2015 - Jo-Philipp Wich <jo@mein.io>
 #
 # This script is in the public domain.
 
index 45f59a2a69dbf880fba97415a62c3adfd4b669ba..e9dae74d8d7a6445b9c2fff6e7e89c9b83129837 100644 (file)
@@ -51,7 +51,7 @@
 +/*
 + * Implements a dummy match to allow attaching IDs to rules
 + *
-+ * 2014-08-01 Jo-Philipp Wich <jow@openwrt.org>
++ * 2014-08-01 Jo-Philipp Wich <jo@mein.io>
 + */
 +
 +#include <linux/module.h>
@@ -59,7 +59,7 @@
 +#include <linux/netfilter/x_tables.h>
 +#include <linux/netfilter/xt_id.h>
 +
-+MODULE_AUTHOR("Jo-Philipp Wich <jow@openwrt.org>");
++MODULE_AUTHOR("Jo-Philipp Wich <jo@mein.io>");
 +MODULE_DESCRIPTION("Xtables: No-op match which can be tagged with a 32bit ID");
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("ipt_id");
index ba21d78b40fa734174f365262c56ff06cb3477b3..7d0fe27e982ee592969aa9400bd6bc15cce9256d 100644 (file)
@@ -51,7 +51,7 @@
 +/*
 + * Implements a dummy match to allow attaching IDs to rules
 + *
-+ * 2014-08-01 Jo-Philipp Wich <jow@openwrt.org>
++ * 2014-08-01 Jo-Philipp Wich <jo@mein.io>
 + */
 +
 +#include <linux/module.h>
@@ -59,7 +59,7 @@
 +#include <linux/netfilter/x_tables.h>
 +#include <linux/netfilter/xt_id.h>
 +
-+MODULE_AUTHOR("Jo-Philipp Wich <jow@openwrt.org>");
++MODULE_AUTHOR("Jo-Philipp Wich <jo@mein.io>");
 +MODULE_DESCRIPTION("Xtables: No-op match which can be tagged with a 32bit ID");
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("ipt_id");
index 8ee29a791b1f68a52410aad96dd3b8b8b230a759..b403c79a0711b0c1a9dedea27aa501d737051343 100644 (file)
@@ -51,7 +51,7 @@
 +/*
 + * Implements a dummy match to allow attaching IDs to rules
 + *
-+ * 2014-08-01 Jo-Philipp Wich <jow@openwrt.org>
++ * 2014-08-01 Jo-Philipp Wich <jo@mein.io>
 + */
 +
 +#include <linux/module.h>
@@ -59,7 +59,7 @@
 +#include <linux/netfilter/x_tables.h>
 +#include <linux/netfilter/xt_id.h>
 +
-+MODULE_AUTHOR("Jo-Philipp Wich <jow@openwrt.org>");
++MODULE_AUTHOR("Jo-Philipp Wich <jo@mein.io>");
 +MODULE_DESCRIPTION("Xtables: No-op match which can be tagged with a 32bit ID");
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("ipt_id");