You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(330) |
May
(46) |
Jun
(52) |
Jul
(39) |
Aug
(26) |
Sep
(12) |
Oct
(110) |
Nov
(178) |
Dec
(161) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(99) |
Feb
(106) |
Mar
(97) |
Apr
(93) |
May
(81) |
Jun
(112) |
Jul
(84) |
Aug
(142) |
Sep
(165) |
Oct
(89) |
Nov
(120) |
Dec
(117) |
| 2009 |
Jan
(141) |
Feb
(137) |
Mar
(121) |
Apr
(96) |
May
(207) |
Jun
(194) |
Jul
(210) |
Aug
(155) |
Sep
(91) |
Oct
(159) |
Nov
(123) |
Dec
(166) |
| 2010 |
Jan
(142) |
Feb
(79) |
Mar
(137) |
Apr
(126) |
May
(78) |
Jun
(69) |
Jul
(54) |
Aug
(161) |
Sep
(76) |
Oct
(98) |
Nov
(113) |
Dec
(95) |
| 2011 |
Jan
(101) |
Feb
(118) |
Mar
(74) |
Apr
(75) |
May
(32) |
Jun
(32) |
Jul
(39) |
Aug
(74) |
Sep
(48) |
Oct
(134) |
Nov
(133) |
Dec
(55) |
| 2012 |
Jan
(94) |
Feb
(143) |
Mar
(80) |
Apr
(75) |
May
(36) |
Jun
(46) |
Jul
(47) |
Aug
(51) |
Sep
(10) |
Oct
(36) |
Nov
(38) |
Dec
(19) |
| 2013 |
Jan
(26) |
Feb
(40) |
Mar
(48) |
Apr
(26) |
May
(34) |
Jun
(20) |
Jul
(18) |
Aug
(10) |
Sep
(8) |
Oct
(6) |
Nov
(64) |
Dec
(18) |
| 2014 |
Jan
(26) |
Feb
(42) |
Mar
(126) |
Apr
(122) |
May
(73) |
Jun
(33) |
Jul
(14) |
Aug
(20) |
Sep
(12) |
Oct
(33) |
Nov
(20) |
Dec
(49) |
| 2015 |
Jan
(79) |
Feb
(64) |
Mar
(49) |
Apr
(6) |
May
(9) |
Jun
(2) |
Jul
(27) |
Aug
|
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(12) |
| 2016 |
Jan
(72) |
Feb
(9) |
Mar
(13) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
1
|
2
(1) |
3
|
4
|
5
|
6
|
|
7
(1) |
8
|
9
|
10
(1) |
11
|
12
(1) |
13
(1) |
|
14
(2) |
15
(2) |
16
(1) |
17
(1) |
18
|
19
(1) |
20
(1) |
|
21
|
22
(1) |
23
|
24
|
25
|
26
|
27
|
|
28
|
29
(1) |
30
(2) |
31
(1) |
|
|
|
|
From: <dot...@us...> - 2013-07-31 12:33:11
|
Revision: 7090
http://sourceforge.net/p/ipcop/svn/7090
Author: dotzball
Date: 2013-07-31 12:33:08 +0000 (Wed, 31 Jul 2013)
Log Message:
-----------
Moving conntrack kernel settings to second post init sysctl settings file.
Modified Paths:
--------------
ipcop/trunk/config/etc/sysctl.conf
ipcop/trunk/config/rootfiles/common/stage2
ipcop/trunk/src/rc.d/rc.sysinit
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
Added Paths:
-----------
ipcop/trunk/config/etc/sysctlpostinit.conf
Modified: ipcop/trunk/config/etc/sysctl.conf
===================================================================
--- ipcop/trunk/config/etc/sysctl.conf 2013-07-30 21:17:59 UTC (rev 7089)
+++ ipcop/trunk/config/etc/sysctl.conf 2013-07-31 12:33:08 UTC (rev 7090)
@@ -25,9 +25,6 @@
net.ipv4.conf.all.log_martians = 1
net.ipv4.conf.all.promote_secondaries = 1
-# show bytes and packets in conntrack tables
-net.netfilter.nf_conntrack_acct = 1
-
kernel.printk = 1 4 1 7
# Prevent exploitation of kernel NULL dereference for addr
Added: ipcop/trunk/config/etc/sysctlpostinit.conf
===================================================================
--- ipcop/trunk/config/etc/sysctlpostinit.conf (rev 0)
+++ ipcop/trunk/config/etc/sysctlpostinit.conf 2013-07-31 12:33:08 UTC (rev 7090)
@@ -0,0 +1,2 @@
+# show bytes and packets in conntrack tables
+net.netfilter.nf_conntrack_acct = 1
Modified: ipcop/trunk/config/rootfiles/common/stage2
===================================================================
--- ipcop/trunk/config/rootfiles/common/stage2 2013-07-30 21:17:59 UTC (rev 7089)
+++ ipcop/trunk/config/rootfiles/common/stage2 2013-07-31 12:33:08 UTC (rev 7090)
@@ -26,6 +26,7 @@
etc/rsyslog.conf
etc/securetty
etc/sysctl.conf
+etc/sysctlpostinit.conf
#home
#home/nobody
#lib
Modified: ipcop/trunk/src/rc.d/rc.sysinit
===================================================================
--- ipcop/trunk/src/rc.d/rc.sysinit 2013-07-30 21:17:59 UTC (rev 7089)
+++ ipcop/trunk/src/rc.d/rc.sysinit 2013-07-31 12:33:08 UTC (rev 7090)
@@ -402,6 +402,10 @@
/usr/local/bin/openvpnctrl --start
test_ok
+echo -ne "Setting post-init kernel settings ... "
+/sbin/sysctl -e -p /etc/sysctlpostinit.conf >/dev/null
+test_ok
+
echo "Running rc.event"
/etc/rc.d/rc.event system up
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-30 21:17:59 UTC (rev 7089)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-31 12:33:08 UTC (rev 7090)
@@ -7,6 +7,7 @@
/etc/rc.d/rc.sysinit
/etc/rc.d/rc.updatered
/etc/sysctl.conf
+/etc/sysctlpostinit.conf
/home/httpd/cgi-bin/aliases.cgi
/home/httpd/cgi-bin/connections.cgi
/home/httpd/cgi-bin/credits.cgi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2013-07-30 21:18:03
|
Revision: 7089
http://sourceforge.net/p/ipcop/svn/7089
Author: owes
Date: 2013-07-30 21:17:59 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Update linux kernel to 3.4.55
Modified Paths:
--------------
ipcop/trunk/lfs/linux
ipcop/trunk/lfs/linux-headers
Modified: ipcop/trunk/lfs/linux
===================================================================
--- ipcop/trunk/lfs/linux 2013-07-30 21:12:48 UTC (rev 7088)
+++ ipcop/trunk/lfs/linux 2013-07-30 21:17:59 UTC (rev 7089)
@@ -34,7 +34,7 @@
PKG_NAME = linux
VER = 3.4
-PATCHLEVEL = 3.4.54
+PATCHLEVEL = 3.4.55
IPCOPKRELEASE = -1
HOST_ARCH = all
OTHER_SRC = yes
@@ -72,7 +72,7 @@
$(GRSECURITYPATCH) = http://ipcop-addons.ath.cx/misc/IPCop/$(GRSECURITYPATCH)
$(DL_FILE)_MD5 = 967f72983655e2479f951195953e8480
-patch-$(PATCHLEVEL).xz_MD5 = dc7076534db38ef3fbfa9fa217dfa606
+patch-$(PATCHLEVEL).xz_MD5 = 6e9b18a9503041b99a297c15f62e582c
$(GRSECURITYPATCH)_MD5 = b15bb91a07aa2fb030e18c47c91940bb
install : $(TARGET)
Modified: ipcop/trunk/lfs/linux-headers
===================================================================
--- ipcop/trunk/lfs/linux-headers 2013-07-30 21:12:48 UTC (rev 7088)
+++ ipcop/trunk/lfs/linux-headers 2013-07-30 21:17:59 UTC (rev 7089)
@@ -42,7 +42,7 @@
# Also keep in mind that once we release ipcop-2.0, there can be
# NO UPGRADING of this package. You can still upgrade lfs/linux though
VER = 3.4
-PATCHLEVEL = 3.4.54
+PATCHLEVEL = 3.4.55
HOST_ARCH = all
OTHER_SRC = yes
@@ -64,7 +64,7 @@
patch-$(PATCHLEVEL).xz = $(DL_FROM)/patch-$(PATCHLEVEL).xz
$(DL_FILE)_MD5 = 967f72983655e2479f951195953e8480
-patch-$(PATCHLEVEL).xz_MD5 = dc7076534db38ef3fbfa9fa217dfa606
+patch-$(PATCHLEVEL).xz_MD5 = 6e9b18a9503041b99a297c15f62e582c
install : $(TARGET)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2013-07-30 21:12:53
|
Revision: 7088
http://sourceforge.net/p/ipcop/svn/7088
Author: owes
Date: 2013-07-30 21:12:48 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Update iptables to 1.4.19.1. Remove upstream patches.
Modified Paths:
--------------
ipcop/trunk/lfs/iptables
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Removed Paths:
-------------
ipcop/trunk/src/patches/iptables-1.4.18-extensions-link.patch
ipcop/trunk/src/patches/iptables-1.4.18-ipv6-linkage.patch
Modified: ipcop/trunk/lfs/iptables
===================================================================
--- ipcop/trunk/lfs/iptables 2013-07-29 20:16:47 UTC (rev 7087)
+++ ipcop/trunk/lfs/iptables 2013-07-30 21:12:48 UTC (rev 7088)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = iptables
-VER = 1.4.18
+VER = 1.4.19.1
HOST_ARCH = all
OTHER_SRC = yes
@@ -53,7 +53,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a819199d5ec013b82da13a8ffbba857e
+$(DL_FILE)_MD5 = be97ce9007fa42c867901b496c935a0a
install : $(TARGET)
@@ -83,9 +83,6 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
- # Use 2 upstream patches to fix the rpath mess
- cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/$(THISAPP)-extensions-link.patch
- cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/$(THISAPP)-ipv6-linkage.patch
cd $(DIR_APP) && ./configure --prefix=/usr \
--exec-prefix= \
Deleted: ipcop/trunk/src/patches/iptables-1.4.18-extensions-link.patch
===================================================================
--- ipcop/trunk/src/patches/iptables-1.4.18-extensions-link.patch 2013-07-29 20:16:47 UTC (rev 7087)
+++ ipcop/trunk/src/patches/iptables-1.4.18-extensions-link.patch 2013-07-30 21:12:48 UTC (rev 7088)
@@ -1,74 +0,0 @@
-From 37b19d08f3cbc83a653386d76261490e173a874b Mon Sep 17 00:00:00 2001
-From: Pablo Neira Ayuso <pa...@ne...>
-Date: Sat, 16 Mar 2013 12:15:30 +0100
-Subject: [PATCH] Revert "build: resolve link failure for ip6t_NETMAP"
-
-This reverts commit 68e77a26111ee6b8f10c735a76891a7de6d57ee6.
-
-The use of libtool was introduced to resolve linking problems
-in NETMAP (IPv6 version), but that resulted in RPATH problems
-reported from distributors and warnings spotted by libtool at
-linking stage.
-
-Since (0ca548b libip6t_NETMAP: Use xtables_ip6mask_to_cidr and
-get rid of libip6tc dependency) fixed the NETMAP issue, let's
-roll back to our previous stage.
-
-A small conflicts in extensions/GNUmakefile.in has been resolved
-in this revert.
-
-Signed-off-by: Pablo Neira Ayuso <pa...@ne...>
----
- extensions/GNUmakefile.in | 18 +++++++-----------
- 1 file changed, 7 insertions(+), 11 deletions(-)
-
-diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
-index 3db6985..1ae7f74 100644
---- a/extensions/GNUmakefile.in
-+++ b/extensions/GNUmakefile.in
-@@ -33,7 +33,6 @@ AM_VERBOSE_CXX = @echo " CXX " $@;
- AM_VERBOSE_CXXLD = @echo " CXXLD " $@;
- AM_VERBOSE_AR = @echo " AR " $@;
- AM_VERBOSE_GEN = @echo " GEN " $@;
--AM_VERBOSE_NULL = @
- endif
-
- #
-@@ -76,7 +75,7 @@ install: ${targets_install}
- if test -n "${targets_install}"; then install -pm0755 $^ "${DESTDIR}${xtlibdir}/"; fi;
-
- clean:
-- rm -f *.la *.o *.lo *.so *.a {matches,targets}.man initext.c initext4.c initext6.c;
-+ rm -f *.o *.oo *.so *.a {matches,targets}.man initext.c initext4.c initext6.c;
- rm -f .*.d .*.dd;
-
- distclean: clean
-@@ -90,19 +89,16 @@ init%.o: init%.c
- #
- # Shared libraries
- #
--lib%.so: lib%.la
-- ${AM_VERBOSE_NULL} ln -fs .libs/$@ $@
-+lib%.so: lib%.oo
-+ ${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -shared ${LDFLAGS} -o $@ $< -L../libxtables/.libs -lxtables ${$*_LIBADD};
-
--lib%.la: lib%.lo
-- ${AM_VERBOSE_CCLD} ../libtool ${AM_LIBTOOL_SILENT} --tag=CC --mode=link ${CCLD} ${AM_LDFLAGS} -module ${LDFLAGS} -o $@ $< ../libxtables/libxtables.la ${$*_LIBADD} -rpath ${xtlibdir}
--
--lib%.lo: ${srcdir}/lib%.c
-- ${AM_VERBOSE_CC} ../libtool ${AM_LIBTOOL_SILENT} --tag=CC --mode=compile ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init ${CFLAGS} -o $@ -c $<
-+lib%.oo: ${srcdir}/lib%.c
-+ ${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init -DPIC -fPIC ${CFLAGS} -o $@ -c $<;
-
- libxt_NOTRACK.so: libxt_CT.so
-- ${AM_VERBOSE_GEN} ln -fs $< $@
-+ ln -fs $< $@
- libxt_state.so: libxt_conntrack.so
-- ${AM_VERBOSE_GEN} ln -fs $< $@
-+ ln -fs $< $@
-
- # Need the LIBADDs in iptables/Makefile.am too for libxtables_la_LIBADD
- xt_RATEEST_LIBADD = -lm
---
-1.8.2.1
-
Deleted: ipcop/trunk/src/patches/iptables-1.4.18-ipv6-linkage.patch
===================================================================
--- ipcop/trunk/src/patches/iptables-1.4.18-ipv6-linkage.patch 2013-07-29 20:16:47 UTC (rev 7087)
+++ ipcop/trunk/src/patches/iptables-1.4.18-ipv6-linkage.patch 2013-07-30 21:12:48 UTC (rev 7088)
@@ -1,88 +0,0 @@
-From cccfff9309743f173c504dd265fae173caa5b47f Mon Sep 17 00:00:00 2001
-From: Pablo Neira Ayuso <pa...@ne...>
-Date: Sat, 16 Mar 2013 12:11:07 +0100
-Subject: [PATCH] libip6t_NETMAP: Use xtables_ip6mask_to_cidr and get rid of
- libip6tc dependency
-
-This patch changes the NETMAP target extension (IPv6 side) to use
-the xtables_ip6mask_to_cidr available in libxtables.
-
-As a side effect, we get rid of the libip6tc dependency.
-
-Signed-off-by: Pablo Neira Ayuso <pa...@ne...>
----
- extensions/GNUmakefile.in | 1 -
- extensions/libip6t_NETMAP.c | 2 +-
- include/libiptc/libip6tc.h | 3 ---
- iptables/ip6tables.c | 2 +-
- libiptc/libip6tc.c | 2 +-
- 5 files changed, 3 insertions(+), 7 deletions(-)
-
-diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
-index adad4d6..3db6985 100644
---- a/extensions/GNUmakefile.in
-+++ b/extensions/GNUmakefile.in
-@@ -105,7 +105,6 @@ libxt_state.so: libxt_conntrack.so
- ${AM_VERBOSE_GEN} ln -fs $< $@
-
- # Need the LIBADDs in iptables/Makefile.am too for libxtables_la_LIBADD
--ip6t_NETMAP_LIBADD = ../libiptc/libip6tc.la
- xt_RATEEST_LIBADD = -lm
- xt_statistic_LIBADD = -lm
-
-diff --git a/extensions/libip6t_NETMAP.c b/extensions/libip6t_NETMAP.c
-index d14dece..a4df70e 100644
---- a/extensions/libip6t_NETMAP.c
-+++ b/extensions/libip6t_NETMAP.c
-@@ -61,7 +61,7 @@ static void NETMAP_print(const void *ip, const struct xt_entry_target *target,
- printf("%s", xtables_ip6addr_to_numeric(&a));
- for (i = 0; i < 4; i++)
- a.s6_addr32[i] = ~(r->min_addr.ip6[i] ^ r->max_addr.ip6[i]);
-- bits = ipv6_prefix_length(&a);
-+ bits = xtables_ip6mask_to_cidr(&a);
- if (bits < 0)
- printf("/%s", xtables_ip6addr_to_numeric(&a));
- else
-diff --git a/include/libiptc/libip6tc.h b/include/libiptc/libip6tc.h
-index c656bc4..9aed80a 100644
---- a/include/libiptc/libip6tc.h
-+++ b/include/libiptc/libip6tc.h
-@@ -154,9 +154,6 @@ int ip6tc_get_raw_socket(void);
- /* Translates errno numbers into more human-readable form than strerror. */
- const char *ip6tc_strerror(int err);
-
--/* Return prefix length, or -1 if not contiguous */
--int ipv6_prefix_length(const struct in6_addr *a);
--
- extern void dump_entries6(struct xtc_handle *const);
-
- extern const struct xtc_ops ip6tc_ops;
-diff --git a/iptables/ip6tables.c b/iptables/ip6tables.c
-index 4cfbea3..7d02cc1 100644
---- a/iptables/ip6tables.c
-+++ b/iptables/ip6tables.c
-@@ -1022,7 +1022,7 @@ static void print_ip(const char *prefix, const struct in6_addr *ip,
- const struct in6_addr *mask, int invert)
- {
- char buf[51];
-- int l = ipv6_prefix_length(mask);
-+ int l = xtables_ip6mask_to_cidr(mask);
-
- if (l == 0 && !invert)
- return;
-diff --git a/libiptc/libip6tc.c b/libiptc/libip6tc.c
-index 7128e1c..ca01bcb 100644
---- a/libiptc/libip6tc.c
-+++ b/libiptc/libip6tc.c
-@@ -113,7 +113,7 @@ typedef unsigned int socklen_t;
- #define BIT6(a, l) \
- ((ntohl(a->s6_addr32[(l) / 32]) >> (31 - ((l) & 31))) & 1)
-
--int
-+static int
- ipv6_prefix_length(const struct in6_addr *a)
- {
- int l, i;
---
-1.8.2.1
-
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-29 20:16:47 UTC (rev 7087)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-30 21:12:48 UTC (rev 7088)
@@ -300,7 +300,7 @@
/sbin/ss
/sbin/tc
##
-## iptables-1.4.18
+## iptables-1.4.19.1
/lib/iptables/libip6t_DNAT.so
/lib/iptables/libip6t_DNPT.so
/lib/iptables/libip6t_HL.so
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2013-07-29 20:16:47 UTC (rev 7087)
+++ ipcop/trunk/updates/2.1.0/information.xml 2013-07-30 21:12:48 UTC (rev 7088)
@@ -13,7 +13,7 @@
e2fsprogs to 1.42.7, ethtool to 3.6, expat to 2.1.0, freetype to 2.4.12, fontconfig to 2.9,
gawk to 4.0.2, GD to 2.49, gettext to 0.18.2, glib to 2.30.3, gmp to 5.0.5, gnupg to 1.4.13, grep to 2.14, gzip to 1.5,
hdparm to 9.43, httpd to 2.2.25,
- iproute2 to 3.7.0, iptables to 1.4.18, iptstate to 2.2.5, iputils to s20121221, iw to 3.8, krb5 to 1.10.5,
+ iproute2 to 3.7.0, iptables to 1.4.19.1, iptstate to 2.2.5, iputils to s20121221, iw to 3.8, krb5 to 1.10.5,
less to 451, libffi to 3.0.13, libgd to 2.0.36~rc1, libgcrypt to 1.5.2, libnet to 1.1.6,
libnfnetlink to 1.0.1, libnetfiltercontrack to 1.0.2, libnl to 3.2.16, libpcap to 1.3.0, libpng to 1.5.16,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.9.1, logrotate to 3.8.1, lsof to 4.87,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lea...@us...> - 2013-07-29 20:16:50
|
Revision: 7087
http://sourceforge.net/p/ipcop/svn/7087
Author: learningnets
Date: 2013-07-29 20:16:47 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
Translation to es_ES.
Modified Paths:
--------------
IPCopDoc/trunk/es/admin/xml/firewall.xml
Modified: IPCopDoc/trunk/es/admin/xml/firewall.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/firewall.xml 2013-07-22 19:19:53 UTC (rev 7086)
+++ IPCopDoc/trunk/es/admin/xml/firewall.xml 2013-07-29 20:16:47 UTC (rev 7087)
@@ -737,105 +737,105 @@
</sect2>
<sect2 id="firewall-blue-access">
- <title>Address Filter Administrative Web Page</title>
+ <title>Página Administrativa de Filtro de Direcciones</title>
<para>
- This section allows you to configure a Wireless Access Point
- on the Blue network connected to IPCop.
- This is 100% optional, so you may safely ignore this section
- if you do not wish to make use of this feature.
+ Esta sección le permite configurar un punto de acceso inalámbrico
+ a la red Azul conectada a IPCop.
+ Esto es 100% opcional, así que puede ignorar esta sección
+ si no desea emplear esta característica.
</para>
<note>
<para>
- This page will <emphasis>only</emphasis> be visible if you have
- installed and configured a Blue network interface card.
+ Esta página <emphasis>sólo</emphasis> estará visible si tiene
+ una interfaz de red Azul instalada y configurada.
</para>
</note>
<sect3 id="firewall-blue-access-setup">
- <title>Setup</title>
+ <title>Ajustes</title>
<para>
- To setup Address Filter do the following:
+ Para configurar el Filtro de Direcciones haga lo siguiente:
</para>
<orderedlist>
<listitem>
<para>
- Use a supported Ethernet card to setup the Blue interface.
+ Utilice una tarjeta de red soportada para configurar la interfaz Azul.
</para>
</listitem>
<listitem>
<para>
- Connect an Access Point to that Ethernet card. (Use the LAN
- Ethernet port on the AP, if you have a choice of ports).
+ Conecte un punto de acceso a esa tarjeta de red. (Utilice un puerto
+ LAN del punto de acceso en caso de que haya varios tipos).
</para>
</listitem>
<listitem>
<para>
- You can use DHCP to serve dynamic or fixed addresses on
- Blue, although fixed is preferred for security of MAC addresses.
- Refer to the <link linkend="services-dhcp">DHCP Server</link>
- section for more information on configuring fixed leases.
+ Puede emplear DHCP para servir direcciones dinámicas o fijas
+ en Azul, aunque es preferible usar fijas por seguridad al usar
+ direcciones MAC.
+ Consulte la sección <link linkend="services-dhcp">Servidor DHCP</link>
+ para más información sobre cómo configurar concesiones fijas.
</para>
</listitem>
</orderedlist>
<para>
- If you only need to provide access for http traffic on the Blue network to
- the Internet (Red network), just add the IP Address or the MAC Address of
- the Wireless Router, or the individual wireless connected devices if you
- are using an Access Point, via the web page shown below. You have to enter
- at least one MAC <emphasis>or</emphasis> one IP Address per device.
- Optionally, you can enter both MAC and IP Address for a device.
+ Si sólo necesita proporcionar acceso a tráfico http desde la red Azul a
+ Internet (red Roja), simplemente añada la dirección IP o la dirección MAC del
+ enrutador inalámbrico, o de cada uno de los dispositivos inalámbricos conectados
+ en caso de utilizar un punto de acceso, mediante la página mostrada más abajo.
+ Deberá introducir al menos una dirección MAC <emphasis>o</emphasis> una
+ dirección IP por dispositivo.
+ Opcionalmente, puede introducir ambas (dirección IP y MAC) para un dispositivo.
</para>
<para>
- An Access Point behaves like an Ethernet hub, and IPCop serves out DHCP
- leases through it to wireless devices. A Wireless Router does NAT, serves
- out DHCP on it's own subnet, and has it's own access controls.
+ Un punto de acceso se comporta como un hub ethernet, y IPCop sirve concesiones
+ DHCP a través de él a los dispositivos inalámbricos. Un enrutador inalámbrico
+ hace NAT, sirve DHCP en su propia subred, y tiene sus propios controles de acceso.
</para>
<!-- note below added to answer RFE #1348549 -->
<note>
<para>
- Your Access Point must support DHCP passthrough if you want IPCop
- to serve DHCP leases through it to your Wireless Network. Not all
- devices support this feature in Access Point <quote>mode</quote>
- (Netgear WG614, for instance).
+ Su punto de acceso debe soportar el paso DHCP si quiere que IPCop
+ sirva concesiones a través de él a la red inalámbrica. No todos los
+ dispositivos soportan esta característica en <quote>modo</quote> punto
+ de acceso (Netgear WG614, por ejemplo).
</para>
</note>
<para>
- You will be able to view
- IPCop's web interface from a computer on the Blue network, but you
- will not be able to connect to the Green network without some additional
- work.
+ Podrá ver la interfaz web de IPCop desde un ordenador en la red Azul, pero
+ no podrá conectarse a la red Verde sin algo más de trabajo.
</para>
<para>
- To connect to the Green network
- from the Blue network, you have to either:
+ Para conectarse a la red Verde desde
+ la red Azul, debe:
</para>
<orderedlist>
<listitem>
<para>
- Use the <link linkend="firewall-fwrules">Firewall Rules</link>
- page and create <guilabel>Internal Traffic</guilabel> rules
- to shoot bullet holes through the Blue interface for your services, or:
+ Usar la página <link linkend="firewall-fwrules">Reglas de Cortafuegos</link>
+ y crear reglas de <guilabel>Tráfico Interno</guilabel> para
+ abrir pasos a través de la red Azul para sus servicios, o:
</para>
</listitem>
<listitem>
<para>
- Setup a VPN for your road-warriors on Blue to provide access.
+ Configurar una VPN para proporcionar acceso a los "road-warriors" en Azul.
</para>
</listitem>
</orderedlist>
</sect3>
<sect3 id="firewall-blue-access-add">
- <title>Adding a device</title>
+ <title>Añadiendo un dispositivo</title>
<para>
- In the <guilabel>Add Device</guilabel> section you input the
- IP Address or the MAC Address of a wireless Access Point, or any
- device on the Blue network that you want to connect to the
- Internet through IPCop.
+ En la sección <guilabel>Añadir dispositivo</guilabel> introduzca
+ la dirección IP o la dirección MAC de un punto de acceso inalámbrico, o
+ cualquier dispositivo en la red Azul que quiera que se conecte a Internet
+ a través de IPCop.
</para>
<para>
<figure id="v200.firewall.003">
- <title>Add device</title>
+ <title>Añadir dispositivo</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;blueaccess.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -844,60 +844,60 @@
<imagedata fileref="&imagepath;blueaccess.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Add device section</phrase>
+ <phrase>Sección Añadir dispositivo</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<formalpara>
- <title>IP Address (optional)</title>
+ <title>Dirección IP (opcional)</title>
<para>
- You have to enter at least one IP <emphasis>or</emphasis>
- one MAC Address per device, or both.
+ Debe introducir al menos una dirección IP <emphasis>o</emphasis> MAC
+ por dispositivo, o ambas.
</para>
</formalpara>
<para>
- If you use DHCP on the Blue Network, and want to allow any device to
- connect and access the Red Network, you must add an entry for every
- IP address in your DHCP range to this list. Leave the MAC Address field
- empty when adding each IP Address.
+ Si usa DHCP en la red Azul, y quiere permitir que cualquier dispositivo
+ se conecte y acceda a la red Roja, debe añadir una entrada para cada dirección
+ IP del rango DHCP a esta lista. Deje el campo Dirección MAC vacío cuando
+ añada cada dirección IP.
</para>
<formalpara>
- <title>MAC Address (optional)</title>
+ <title>Dirección MAC (opcional)</title>
<para>
- Conversely, if you want to restrict access to known devices, add the
- MAC address of each device, and leave the IP Address field empty.
- That will allow listed devices to connect regardless of the DHCP
- lease they receive.
+ Por el contrario, si quiere restringir el acceso a dispositivos conocidos,
+ añada la dirección MAC de cada dispositivo y deje el campo Dirección IP
+ vacío. Esto permitirá a los dispositivos listados conectarse, independientemente
+ de la concesión DHCP que reciban.
</para>
</formalpara>
<formalpara>
- <title>Remark (optional)</title>
+ <title>Nombre (opcional)</title>
<para>
- If you want, you can include a string of text to describe or identify
- the device.
+ Si quiere, puede incluir una cadena de texto para describir o identificar
+ el dispositivo.
</para>
</formalpara>
<formalpara>
- <title>Add</title>
- <para>
- Once you have entered all the information,
- press the <guibutton>Add</guibutton> button.
- This will move the entry to the next section, and list it
- as enabled.
+ <title>Añadir</title>
+ <para>
+ Una vez que haya introducido toda la información,
+ pulse el botón <guibutton>Añadir</guibutton>.
+ Esto moverá la entrada a la sección siguiente, y la
+ listará como activada.
</para>
</formalpara>
</sect3>
<sect3 id="firewall-blue-access-current">
- <title>Current devices</title>
+ <title>Dispositivos actuales</title>
<para>
- The <guilabel>Devices on Blue</guilabel> section lists the current
- entries.
+ La sección <guilabel>Dispositivos en Azul</guilabel> lista
+ las entradas actuales.
</para>
<para>
<figure id="v200.firewall.004">
- <title>Devices on Blue</title>
+ <title>Dispositivos en Azul</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;blueaccess1.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -906,31 +906,30 @@
<imagedata fileref="&imagepath;blueaccess1.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Devices on Blue section</phrase>
+ <phrase>Sección Dispositivos en Azul</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- To remove an entry, click the
- <emphasis>Trash Can</emphasis> icon.
- To edit one, click the
- <emphasis>Yellow Pencil</emphasis> icon.
+ Para eliminar una entrada, pulse el
+ icono de la <emphasis>papelera</emphasis>.
+ Para editarla, pulse el icono
+ del <emphasis>lápiz amarillo</emphasis>.
</para>
<para>
- To enable or disable a device - click on the checkbox in the Action
- column for the particular machine you want to enable or disable.
- The icon changes to an empty box when a device is disabled.
- Click on the checkbox to enable it again.
+ Para activar o desactivar un dispositivo, pulse en la casilla
+ de la columna Acción del dispositivo que quiere activar o desactivar.
+ El icono cambia a una casilla vacía cuando un dispositivo está
+ desactivado. Pulse la casilla para activarlo de nuevo.
</para>
<para>
- If the DHCP server is enabled for the Blue network, the
- <guilabel>Current DHCP leases on Blue</guilabel>
- section will be displayed.
+ Si el servidor DHCP está activado para la red Azul, se
+ mostrará la sección <guilabel>Concesiones actuales en Azul</guilabel>.
</para>
<para>
<figure id="v200.firewall.005">
- <title>Current DHCP leases on Blue</title>
+ <title>Concesiones actuales en Azul</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;blueaccess2.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -939,68 +938,67 @@
<imagedata fileref="&imagepath;blueaccess2.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Current DHCP leases on Blue section</phrase>
+ <phrase>Sección Concesiones actuales en Azul</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- There is a quick way of adding machines to the device list.
- You just have to click on the <emphasis>Blue Pencil Plus</emphasis> icon
- for a device to be added to the list of enabled devices.
+ hay una forma rápida de añadir máquinas a la lista de dispositivos.
+ Sólo tiene que pulsar en el icono del <emphasis>lápiz azul</emphasis>
+ para que el dispositivo se añada a la lista de dispositivos activos.
</para>
<para>
- You can then edit the entry, if necessary, by clicking the
- <emphasis>Yellow Pencil</emphasis> icon, as before.
+ Entonces puede editar la entrada, si es necesario, pulsando el
+ icono del <emphasis>lápiz amarillo</emphasis>, como antes.
</para>
</sect3>
<sect3 id="firewall-blue-access-open">
- <title>Open Access Point</title>
+ <title>Punto de acceso abierto</title>
<para>
- If you don't need or want to control who connects to the
- Internet (Red network) through your Blue access point, so any
- wireless device can join the Blue network:
+ Si no necesita o no quiere controlar quién se conecta a Internet
+ (red Roja) a través del punto de acceso Azul, de forma que cualquier
+ dispositivo inalámbrico pueda unirse a la red Azul:
</para>
<orderedlist>
<listitem>
<para>
- Enable DHCP on Blue.
+ Active DHCP en Azul.
</para>
</listitem>
<listitem>
<para>
- Disable Address Filter control in the
- <link linkend="firewall-settings-policy">Firewall Interface Policy</link>
- section.
+ Desactive el control por Filtro de Direcciones en
+ la sección <link linkend="firewall-settings-policy">Política de Interfaz del cortafuegos</link>.
</para>
</listitem>
</orderedlist>
<para>
- You don't need to add individual devices or individual
- addresses when Address Filter control is turned off.
+ No necesita añadir dispositivos o direcciones individuales cuando
+ el control por Filtro de Direcciones está desactivado.
</para>
</sect3>
</sect2>
<sect2 id="firewall-services">
- <title>Services Administrative Web Page</title>
+ <title>Página administrativa de Servicios</title>
<para>
- The IPCop Firewall is configured by using Services and/or
- Service Groups.
+ El cortafuegos IPCop está configurado mediante el uso de
+ Servicios y/o Grupos de Servicios.
</para>
<para>
- If you want to create a rule for a Service that is not present
- in the list of Default Services, you will have to add it first.
+ Si quiere crear una regla para un Servicio que no esté presente
+ en la lista de Servicios por defecto, deberá añadirlo antes.
</para>
<sect3 id="firewall-services-add">
- <title>Adding a service</title>
+ <title>Añadiendo un servicio</title>
<para>
- In first section you give the custom Service a descriptive name,
- choose the Protocol and Ports (TCP and UDP only).
+ En la primera sección proporciona un nombre descriptivo al Servicio
+ personalizado, elige el protocolo y el puerto (sólo TCP y UDP).
</para>
<para>
<figure id="v200.firewall.031">
- <title>Add a service</title>
+ <title>Añadir un servicio</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-add-service.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1009,32 +1007,33 @@
<imagedata fileref="&imagepath;firewall-add-service.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Add a service section</phrase>
+ <phrase>Sección Añadir un servicio.</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<note>
<para>
- Use the Invert option with great care, as this can create far
- larger holes in your IPCop Firewall than you might expect!
+ ¡Use la opción Invertir con mucho cuidado, ya que puede crear
+ agujeros mucho más grandes en su cortafuegos IPCop de lo que
+ podría esperar!
</para>
</note>
</sect3>
<sect3 id="firewall-services-custom">
- <title>Custom services</title>
+ <title>Servicios personalizados</title>
<para>
- The second section lists the custom services you have added.
+ La segunda sección lista los servicios personalizados que ha añadido.
</para>
<para>
- You can re-sort the display of services by mouse-clicking on any
- of the four underlined column headings. A further mouse-click will
- reverse the sort order.
+ Puede reordenar la pantalla de servicios pinchando en cada uno de los
+ cuatro encabezados de columna subrayados. Otra pulsación más invertirá
+ el orden.
</para>
<para>
<figure id="v200.firewall.032">
- <title>Custom services</title>
+ <title>Servicios personalizados</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-custom-service.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1043,30 +1042,30 @@
<imagedata fileref="&imagepath;firewall-custom-service.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Custom services section</phrase>
+ <phrase>Sección Servicios personalizados</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- To edit a service, click on its <emphasis>Yellow Pencil</emphasis> icon.
- The entry's data will be displayed in the form above. Make your changes
- and click the <guibutton>Update</guibutton> button.
+ Para editar un servicio, pulse en su icono de <emphasis>lápiz amarillo</emphasis>.
+ La entrada se mostrará en el formulario superior. Realice los cambios y pulse el
+ botón <guibutton>Actualizar</guibutton>.
</para>
<para>
- To delete a service, click on its <emphasis>Trash Can</emphasis> icon.
- You will only be able to delete a service if it is unused.
+ Para borrar un servicio, pulse en su icono de la <emphasis>papelera</emphasis>.
+ Sólo podrá borrar un servicio si no está en uso.
</para>
</sect3>
<sect3 id="firewall-services-default">
- <title>Default services</title>
+ <title>Servicios por defecto</title>
<para>
- The third section lists the Default services.
+ La tercera sección lista los servicios por defecto.
</para>
<para>
<figure id="v200.firewall.033">
- <title>Default services</title>
+ <title>Servicios por defecto</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-def-services.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1075,7 +1074,7 @@
<imagedata fileref="&imagepath;firewall-def-services.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Default services section</phrase>
+ <phrase>Sección Servicios por defecto</phrase>
</textobject>
</mediaobject>
</figure>
@@ -1084,29 +1083,29 @@
</sect2>
<sect2 id="firewall-servicegroups">
- <title>Service Groups Administrative Web Page</title>
+ <title>Página administrativa de Grupos de servicios</title>
<para>
- The IPCop Firewall is configured by using Services and/or
- Service Groups.
+ El cortafuegos IPCop está configurado mediante el uso de
+ Servicios y/o Grupos de Servicios.
</para>
<para>
- Service Groups give you the opportunity to combine several
- Services into a Group.
- After which you can create rule(s) which then combine all
- Services in a single step.
+ Los Grupos de servicios le permiten combinar varios Servicios
+ en un Grupo.
+ Luego podrá crear regla(s) que combinen todos los Servicios en
+ un solo paso.
</para>
<sect3 id="firewall-servicegroups-add">
- <title>Add service to Group</title>
+ <title>Añadir servicio a Grupo</title>
<para>
- In the first section you create a Service Group with a name and
- add Default Services, or Custom Services if they have been
- created.
- Once a Group is created it can then be selected and added to
- from the drop down menu.
+ En la primera sección, cree un Grupo de Servicios con un nombre
+ y añada Servicios por defecto o Servicios personalizados si han
+ sido creados.
+ Una vez que se ha creado un Grupo, puede ser seleccionado y añadido
+ desde el menú desplegable.
</para>
<para>
<figure id="v200.firewall.041">
- <title>Add service to Group</title>
+ <title>Añadir servicio a Grupo</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-add-group.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1115,7 +1114,7 @@
<imagedata fileref="&imagepath;firewall-add-group.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Add service to group section</phrase>
+ <phrase>Sección Añadir servicio a Grupo</phrase>
</textobject>
</mediaobject>
</figure>
@@ -1123,13 +1122,13 @@
</sect3>
<sect3 id="firewall-servicegroups-list">
- <title>Service Groups</title>
+ <title>Grupos de Servicios</title>
<para>
- The second section lists the Service Groups you have created.
+ La segunda sección lista los Grupos de Servicio que ha creado.
</para>
<para>
<figure id="v200.firewall.042">
- <title>Service Groups</title>
+ <title>Grupos de servicios</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-list-groups.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1138,44 +1137,44 @@
<imagedata fileref="&imagepath;firewall-list-groups.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Service Group list</phrase>
+ <phrase>Lista de Grupo de Servicios</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- In the example above we have created a 'DropNoLog'
- Group which holds some Services that we know about and do not
- want to fill up our Firewall log with.
+ En el ejemplo de arriba, se ha creado un Grupo 'DropNoLog' que
+ incluye algunos Servicios que conocemos y que no queremos que
+ nos llenen el registro del cortafuegos.
</para>
<para>
- Dropping and not logging netbios-dgm (tcp+udp/138) and
- netbios-ns (tcp+udp/137) avoids filling up the logs with
- Netbios Broadcasts.
+ Descartar y no registrar netbios-dgm (tcp+udp/138) y
+ netbios-ns (tcp+udp/137) evita que el registro se llene
+ con broadcasts de Netbios.
</para>
</sect3>
</sect2>
<sect2 id="firewall-addresses">
- <title>Address Settings Administrative Web Page</title>
+ <title>Página adminstrativa de Ajustes de Direcciones</title>
<para>
- You can assign names to IP Addresses, IP Networks and MAC Addresses.
+ Puede asignar nombres a direcciones IP, redes IP y direcciones MAC.
</para>
<para>
- The advantage of using names is that when you have to change an
- internal server's IP Address, or exchange a network card
- (with a different MAC), there is only one place that needs
- modification, and you do not have to change multiple outgoing
- rules, pinholes and portforwards.
+ La ventaja de usar nombres es que cuando tiene que cambiar la
+ dirección IP de un servidor interno o cambiar una tarjeta de
+ red (con una MAC diferente), sólo hay un lugar que requiere
+ modificaciones, y no tiene que cambiar múltiples reglas salientes,
+ pinholes y redirecciones de puertos.
</para>
<sect3 id="firewall-addresses-add">
- <title>Add address</title>
+ <title>Añadir dirección</title>
<para>
- In the first section you give an Address or Network a Name.
+ En la primera sección proporciona un nombre para una dirección o red.
</para>
<para>
<figure id="v200.firewall.051">
- <title>Add address</title>
+ <title>Añadir dirección</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-add-address.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1184,67 +1183,67 @@
<imagedata fileref="&imagepath;firewall-add-address.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Add address section</phrase>
+ <phrase>Sección Añadir dirección</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<formalpara>
- <title>Name</title>
+ <title>Nombre</title>
<para>
- Enter a name.
+ Introduzca un nombre.
</para>
</formalpara>
<formalpara>
- <title>Addressformat</title>
+ <title>Formato de dirección</title>
<para>
- Select IP or MAC from the drop down menu.
+ Seleccione IP o MAC del menú desplegable.
</para>
</formalpara>
<formalpara>
- <title>Address</title>
+ <title>Dirección</title>
<para>
- Enter the address.
+ Introduzca la dirección.
</para>
</formalpara>
<note>
<para>
- MAC Addresses can only be used as source in rules,
- not as destination.
+ Las direcciones MAC sólo pueden usarse en reglas como origen,
+ no como destino.
</para>
</note>
<formalpara>
- <title>Netmask (optional)</title>
+ <title>Máscara de red (opcional)</title>
<para>
- If the netmask field is left empty when defining an IP Address,
- the mask 255.255.255.255 will be used.
+ Si el campo máscara de red se deja vacío cuando se define una
+ dirección IP, se usará la máscara 255.255.255.255.
</para>
</formalpara>
<formalpara>
- <title>Add</title>
- <para>
- Once you have entered all the information,
- press the <guibutton>Add</guibutton> button.
- This will move the entry to the next section.
+ <title>Añadir</title>
+ <para>
+ Una vez que haya introducido toda la información,
+ pulse el botón <guibutton>Añadir</guibutton>.
+ Esto moverá la entrada a la siguiente sección.
</para>
</formalpara>
<formalpara>
- <title>Reset</title>
+ <title>Reiniciar</title>
<para>
- Press the <guibutton>Reset</guibutton> button to revert
- settings to their defaults.
+ Pulse el botón <guibutton>Reiniciar</guibutton> para
+ revertir los ajustes a los por defecto.
</para>
</formalpara>
</sect3>
<sect3 id="firewall-addresses-custom">
- <title>Custom addresses</title>
+ <title>Direcciones personalizadas</title>
<para>
- The second section contains a list of your custom addresses.
+ La segunda sección contiene una lista de sus direcciones personalizadas.
</para>
<para>
<figure id="v200.firewall.052">
- <title>Custom address list</title>
+ <title>Lista de direcciones personalizadas</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-custom-address.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1253,27 +1252,27 @@
<imagedata fileref="&imagepath;firewall-custom-address.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Custom address section</phrase>
+ <phrase>Sección direcciones personalizadas</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- To delete an entry, click the
- <emphasis>Trash Can</emphasis> icon.
- To edit one, click the
- <emphasis>Yellow Pencil</emphasis> icon.
+ Para borrar una entrada, pulse
+ el icono de la <emphasis>papelera</emphasis>.
+ Para editarla, pulse en el
+ icono del <emphasis>lápiz amarillo</emphasis>.
</para>
</sect3>
<sect3 id="firewall-addresses-networks">
- <title>Default networks</title>
+ <title>Redes por defecto</title>
<para>
- The third section contains networking information.
+ La tercera sección contiene información sobre las redes.
</para>
<para>
<figure id="v200.firewall.053">
- <title>Default networks list</title>
+ <title>Lista de redes por defecto</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-def-networks.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1282,7 +1281,7 @@
<imagedata fileref="&imagepath;firewall-def-networks.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Default networks section</phrase>
+ <phrase>Sección Redes por defecto</phrase>
</textobject>
</mediaobject>
</figure>
@@ -1291,28 +1290,27 @@
</sect2>
<sect2 id="firewall-addressgroups">
- <title>Address Groups Administrative Web Page</title>
+ <title>Página administrativa de Grupos de direcciones</title>
<para>
- Default addresses (i.e. Green Network, Blue Network, etc.) and
- addressnames can be combined into groups.
+ Las direcciones por defecto (por ejemplo, red Verde, red Azul, etc.) y
+ los nombres de direcciones se pueden combinar en grupos.
</para>
<para>
- In an address Group you could combine the Green and Blue
- Networks and then allow a specific service for this group
- with one rule.
+ En un grupo de direcciones puede combinar la red Verde y Azul
+ y luego permitir un servicio concreto para este grupo con una regla.
</para>
<sect3 id="firewall-addressgroups-add">
- <title>Add address to Group</title>
+ <title>Añadir dirección a grupo</title>
<para>
- In the first section you create an Address Group with a name and
- add Default Networks, or Custom Addresses if they have been
- created.
- Once a Group is created it can then be selected and added to
- from the drop down menu.
+ En la primera sección cree un Grupo de direcciones con un nombre y
+ añada redes por defecto o direcciones personalizadas si han sido
+ creadas.
+ Una vez que se crea un Grupo, puede ser seleccionado y añadido desde
+ el menú desplegable.
</para>
<para>
<figure id="v200.firewall.061">
- <title>Add address to Group</title>
+ <title>Añadir dirección a grupo</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-add-addressgroup.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1321,37 +1319,37 @@
<imagedata fileref="&imagepath;firewall-add-addressgroup.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Add address to group section</phrase>
+ <phrase>Sección añadir dirección a grupo</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- You can also combine
- <link linkend="firewall-addresses">Address names</link>
- into a group.
- For example if you have multiple computers in Blue, but
- only want to create a pinhole for two specific laptops.
+ También puede combinar
+ <link linkend="firewall-addresses">Nombres de dirección</link>
+ en un grupo.
+ Por ejemplo, si tiene varios ordenadores en Azul, pero
+ sólo quiere crear un pinhole para dos portátiles concretos.
</para>
<note>
<para>
- Groups cannot be used as destination in a portforward.
+ Los grupos no pueden ser utilizados como destino de un reenvío de puertos.
</para>
</note>
</sect3>
<sect3 id="firewall-addressgroups-list">
- <title>Address Groups</title>
+ <title>Grupos de direcciones</title>
<para>
- The second section lists the Address Groups you have created.
+ La segunda sección lista los grupos de direcciones que ha creado.
</para>
<para>
- In the example below we have combined the Green and Blue
- Networks into one Group called GreenBlue.
+ En el ejemplo inferior se han combinado las redes Verde y Azul
+ en un grupo llamado VerdeAzul.
</para>
<para>
<figure id="v200.firewall.062">
- <title>Address Groups list</title>
+ <title>Lista de Grupos de Direcciones</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-list-addressgroups.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1360,51 +1358,50 @@
<imagedata fileref="&imagepath;firewall-list-addressgroups.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Address Groups section</phrase>
+ <phrase>Sección Grupos de Direcciones</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- To delete an entry, click the
- <emphasis>Trash Can</emphasis> icon.
- To edit one, click the
- <emphasis>Yellow Pencil</emphasis> icon.
+ Para borrar una entrada, pulse
+ el icono de la <emphasis>papelera</emphasis>.
+ Para editarla, pulse en el
+ icono del <emphasis>lápiz amarillo</emphasis>.
</para>
<para>
- To enable or disable an entry - click on the checkbox
- for the particular address(es) you want to enable or disable.
- The icon changes to an empty box when an address is disabled.
- Click on the checkbox to enable it again.
+ Para activar o desactivar una entrada, pulse la casilla
+ de la dirección que desee activar o desactivar.
+ El icono cambia a una casilla vacía cuando una dirección
+ está desactivada.
+ Pulse en la casilla para activarla de nuevo.
</para>
</sect3>
</sect2>
<sect2 id="firewall-interfaces">
- <title>Interfaces Administrative Web Page</title>
+ <title>Página administrativa de Interfaces</title>
<para>
- There are special cases where interfaces are present beyond
- the standard Green, Blue, Orange and Red interfaces.
- After assigning a name to such an interface it is possible
- to create firewall rules for those interfaces.
+ Hay casos especiales donde hay presentes otras interfaces,
+ además de las estándar Verde, Azul, Naranja y Roja.
+ Tras asignar un nombre a dichas interfaces, es posible crear
+ reglas de cortafuegos para ellas.
</para>
<note>
<para>
- Custom Interfaces are only available if
- 'Advanced Mode'
- is enabled on the
- <link linkend="firewall-settings">Firewall Settings</link>
- page.
+ Interfaces Personalizadas sólo está disponible si
+ está activado el 'Modo Avanzado' en la
+ página <link linkend="firewall-settings">Ajustes del cortafuegos</link>.
</para>
</note>
<sect3 id="firewall-interfaces-add">
- <title>Add interface</title>
+ <title>Añadir interfaz</title>
<para>
- In the first section you give an Interface a Name.
+ En la primera sección dé un nombre a la Interfaz.
</para>
<para>
<figure id="v200.firewall.071">
- <title>Add interface</title>
+ <title>Añadir interfaz</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-add-iface.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1413,70 +1410,70 @@
<imagedata fileref="&imagepath;firewall-add-iface.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Add interface section</phrase>
+ <phrase>Sección Añadir interfaz</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<formalpara>
- <title>Name</title>
+ <title>Nombre</title>
<para>
- The name for your interface. Avoid using commas.
+ El nombre para su interfaz. No utilice comas.
</para>
</formalpara>
<formalpara>
- <title>Interface</title>
+ <title>Interfaz</title>
<para>
- In this field you are limited to using upper and lowercase
- letters, numbers and the special characters - _ . :.
+ En este campo sólo pueden usarse letras minúsculas y
+ mayñusculas, números y los caracteres especiales - _ . :.
</para>
</formalpara>
<formalpara>
- <title>Add</title>
- <para>
- Once you have entered all the information,
- press the <guibutton>Add</guibutton> button.
- This will move the entry to the next section.
+ <title>Añadir</title>
+ <para>
+ Una vez que haya introducido toda la información,
+ pulse el botón <guibutton>Añadir</guibutton>.
+ Esto moverá la entrada a la siguiente sección.
</para>
</formalpara>
<formalpara>
- <title>Reset</title>
+ <title>Reiniciar</title>
<para>
- Press the <guibutton>Reset</guibutton> button to revert
- settings to their defaults.
+ Pulse el botón <guibutton>Reiniciar</guibutton> para revertir
+ los ajustes a los por defecto.
</para>
</formalpara>
<note>
<para>
- You will still need to assign drivers and IP
- addresses manually.
+ Aún necesitará asignar drivers y direcciones IP
+ manualmente.
</para>
</note>
</sect3>
<sect3 id="firewall-interfaces-custom">
- <title>Custom interfaces</title>
+ <title>Interfaces personalizadas</title>
<para>
- Any custom interfaces you have created are listed in the
- second section.
+ Todas las interfaces personalizadas que haya creado están
+ listadas en la segunda sección.
</para>
<para>
- To delete a custom interface click the
- <emphasis>Trash Can</emphasis> icon.
- To edit one, click the
- <emphasis>Yellow Pencil</emphasis> icon.
+ Para borrar una interfaz personalizada, pulse
+ el icono de la <emphasis>papelera</emphasis>.
+ Para editarla, pulse en el
+ icono del <emphasis>lápiz amarillo</emphasis>.
</para>
</sect3>
<sect3 id="firewall-interfaces-list">
- <title>Default interface</title>
+ <title>Interfaces por defecto</title>
<para>
- The default interfaces on your IPCop are shown in the
- third section.
+ Las interfaces por defecto en su IPCop se muestran
+ en la tercera sección.
</para>
<para>
<figure id="v200.firewall.073">
- <title>Default interfaces</title>
+ <title>Interfaces por defecto</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-def-ifaces.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1485,7 +1482,7 @@
<imagedata fileref="&imagepath;firewall-def-ifaces.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Default interfaces section</phrase>
+ <phrase>Sección interfaces por defecto</phrase>
</textobject>
</mediaobject>
</figure>
@@ -1494,21 +1491,21 @@
</sect2>
<sect2 id="firewall-fwrules">
- <title>Firewall Rules Administrative Web Page</title>
+ <title>Página administrativa de reglas del cortafuegos</title>
<para>
- All rules are a combination of source, destination and a
- destination service.
- The exception is Port Forwarding, see below.
+ Todas las reglas son una combinación de origen, destino y
+ un servicio de destino.
+ La excepción es el reenvío de puertos, como se ve más abajo.
</para>
<sect3 id="firewall-fwrules-add">
- <title>Add a new Rule</title>
+ <title>Añadir una regla nueva</title>
<para>
- In the first section you click one of the buttons to
- add a rule for the particular task.
+ En la primera sección, pulse uno de los botones para
+ añadir una regla para una tarea en particular.
</para>
<para>
<figure id="v200.firewall.081">
- <title>Add a new rule</title>
+ <title>Añadir una regla nueva</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-add-rule.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1517,107 +1514,106 @@
<imagedata fileref="&imagepath;firewall-add-rule.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Add a new rule section</phrase>
+ <phrase>Sección añadir una regla nueva</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- Source is a combination of interface(s) and address(es).
+ El origen es una combinación de interfaz(es) y dirección(es).
</para>
<para>
- Destination is a combination of interface(s) and address(es).
+ El destino es una combinación de interfaz(es) y dirección(es).
</para>
<para>
- Rules can be given Accept, Drop and Reject actions.
+ Las reglas pueden ser las acciones Aceptar, Descartar y Rechazar.
</para>
<para>
- Logging is an option which can enabled for each rule.
+ El registro es una opción que se puede activar para cada regla.
</para>
<para>
- When Advanced mode is enabled, it is possible to add a
- Source Port to the rule.
+ Cuando el Modo Avanzado está activado, es posible añadir
+ un puerto de origen a la regla.
</para>
<para>
- When Advanced mode is enabled, it is also possible to add a
- timeframe when the rule is active.
+ Cuando el Modo Avanzado está activado, también es posible añadir
+ una franja de tiempo en la que la regla está activa.
</para>
</sect3>
<sect3 id="firewall-fwrules-outgoing">
- <title>Outgoing Traffic</title>
+ <title>Tráfico saliente</title>
<para>
- Control traffic from internal networks to
- external (RED = Internet).
- If policy is 'half-open' or 'closed' you need
- to create a rule for any traffic you want to allow.
+ Controla el tráfico desde las redes internas a
+ la externa (ROJA = Internet).
+ Si la política es 'semi-abierta' o 'cerrada' necesitará
+ crear una regla para todo tráfico que desee permitir.
</para>
</sect3>
<sect3 id="firewall-fwrules-ipcopaccess">
- <title>IPCop Access</title>
+ <title>Acceso a IPCop</title>
<para>
- Control traffic from internal networks to IPCop.
- If policy is 'closed' you need to create a rule for
- any IPCop service that you want to use (including services like
- DHCP, DNS, Time, etc.).
+ Controla el tráfico desde las redes internas a IPCop.
+ Si la política es 'cerrada' necesitará crear una regla para
+ cualquier servicio de IPCop que desee utilizar (incluyendo
+ servicios como DHCP, DNS, Time, etc.).
</para>
<para>
- If you wanted to add a Rule to avoid logging Netbios Services
- on your Green Network, you would add it in this section.
+ Si quiere añadir una regla para evitar el registro de los
+ servicios Netbios de su red Verde, debería hacerlo en esta sección.
</para>
</sect3>
<sect3 id="firewall-fwrules-internal">
- <title>Internal Traffic</title>
+ <title>Tráfico interno</title>
<para>
- Control traffic <emphasis>between</emphasis> internal networks.
- For instance, create a pinhole between Orange and
- Green networks.
+ Controla el tráfico <emphasis>entre</emphasis> redes internas.
+ Por ejemplo, crea un pinhole entre las redes Naranja y Verde.
</para>
<para>
- This button will only be visible if you have a Blue and/or
- an Orange interface.
+ Este botón sólo estará visible si tiene una interfaz Azul
+ y/o Naranja.
</para>
</sect3>
<sect3 id="firewall-fwrules-portfw">
- <title>Port Forwarding</title>
+ <title>Reenvío de puertos</title>
<para>
- Forward traffic from external (RED, Internet) to an
- internal network.
+ Reenvía el tráfico desde el exterior (ROJA, Internet) a
+ una red interna.
</para>
<para>
- Port Forwards are special.
- The source interface is always Red.
- Destination is split into an 'intermediate'
- destination; IPCop external address or alias address,
- and a 'final' destination, which is the internal
- server that needs to be accessible from the outside.
+ Los reenvíos de puertos son especiales.
+ La interfaz de origen siempre es Roja.
+ El destino está dividido entre un destino 'intermedio';
+ la dirección externa de IPCop o la dirección alias, y un destino
+ 'final', que es el servidor interno que necesita ser accedido
+ desde el exterior.
</para>
</sect3>
<sect3 id="firewall-fwrules-extipcopaccess">
- <title>External IPCop Access</title>
+ <title>Acceso externo a IPCop</title>
<para>
- Control traffic from the Red interface to IPCop.
+ Controla el tráfico desde la interfaz Roja a IPCop.
</para>
</sect3>
<sect3 id="firewall-fwrules-list">
- <title>Current rules</title>
+ <title>Reglas activas</title>
<para>
- Any rules you have created are listed in the
- second section.
+ Cualquier regla que haya creado está listada
+ en la segunda sección.
</para>
<para>
- In the example below, the <emphasis>DropNoLog</emphasis>
- Service Group we created earlier is applied to the Green
- and Blue Networks, and logging is turned off.
+ En el ejemplo de abajo, el Grupo de Servicios <emphasis>DropNoLog</emphasis>
+ que se creó anteriormente, se aplica a las redes Verde y
+ Azul, y el registro está desactivado.
</para>
<para>
<figure id="v200.firewall.082">
- <title>Example of a rule</title>
+ <title>Ejemplo de una regla</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-rule-list.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -1626,47 +1622,48 @@
<imagedata fileref="&imagepath;firewall-rule-list.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Example of a rule clipping</phrase>
+ <phrase>Captura de Ejemplo de una regla</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- To enable or disable a rule - click on the checkbox in the
- Action column for the particular rule you want to enable
- or disable.
- The icon changes to an empty box when the rule is disabled.
- Click on the checkbox to toggle the setting.
+ Para activar o desactivar una regla, pulse sobre la casilla
+ en la columna Acción de la regla concreta que quiere activar
+ o desactivar.
+ El icono cambia a una casilla vacía cuando la regla está
+ desactivada.
+ Pulse en la casilla para cambiar el estado.
</para>
<para>
- To enable or disable logging a rule - click on the
- <emphasis>Logging</emphasis> icon for that particular rule.
- An icon with a red cross indicates that logging is disabled.
- Click on the icon again to toggle the setting.
+ Para activar o desactivar el registro en una regla, pulse
+ en el icono <emphasis>Registro</emphasis> de esa regla.
+ Un icono con una cruz roja indica que el registro está
+ desactivado.
+ Pulse en el icono de nuevo para cambiar este ajuste.
</para>
<para>
- To edit a rule click on its <emphasis>Yellow Pencil</emphasis>
- icon.
- The settings will be redisplayed on the input form.
- Make your changes and click the
- <guibutton>Save</guibutton> button on the form.
+ Para editar una regla, pulse en su icono del
+ <emphasis>lápiz amarillo</emphasis>.
+ Los ajustes se mostrarán en el formulario de entrada.
+ Haga sus cambios y pulse el botón <guibutton>Guardar</guibutton>
+ del formulario.
</para>
<para>
- To copy a rule click on the <emphasis>Two Yellow Pencils</emphasis>
- icon for the particular rule you want to copy.
- The settings will be displayed on the input form.
- Make your changes and click the
- <guibutton>Save</guibutton> button.
+ Para copiar una regla, pulse en el icono de los <emphasis>dos lápices amarillos</emphasis>
+ de la regla que desea copiar.
+ Los ajustes se mostrarán en el formulario de entrada.
+ Haga sus cambios y pulse el botón <guibutton>Guardar</guibutton>.
</para>
<para>
- To delete a rule click on its
- <emphasis>Trash Can</emphasis> icon.
+ Para borrar una regla, pulse en su
+ icono de la <emphasis>papelera</emphasis>.
</para>
...
[truncated message content] |
|
From: <ow...@us...> - 2013-07-22 19:19:57
|
Revision: 7086
http://sourceforge.net/p/ipcop/svn/7086
Author: owes
Date: 2013-07-22 19:19:53 +0000 (Mon, 22 Jul 2013)
Log Message:
-----------
Update linux kernel to 3.4.54
Modified Paths:
--------------
ipcop/trunk/lfs/linux
ipcop/trunk/lfs/linux-headers
Modified: ipcop/trunk/lfs/linux
===================================================================
--- ipcop/trunk/lfs/linux 2013-07-20 19:29:16 UTC (rev 7085)
+++ ipcop/trunk/lfs/linux 2013-07-22 19:19:53 UTC (rev 7086)
@@ -34,7 +34,7 @@
PKG_NAME = linux
VER = 3.4
-PATCHLEVEL = 3.4.52
+PATCHLEVEL = 3.4.54
IPCOPKRELEASE = -1
HOST_ARCH = all
OTHER_SRC = yes
@@ -72,7 +72,7 @@
$(GRSECURITYPATCH) = http://ipcop-addons.ath.cx/misc/IPCop/$(GRSECURITYPATCH)
$(DL_FILE)_MD5 = 967f72983655e2479f951195953e8480
-patch-$(PATCHLEVEL).xz_MD5 = 1cd6c3ed1e0dd60b0ca5563fb18c7519
+patch-$(PATCHLEVEL).xz_MD5 = dc7076534db38ef3fbfa9fa217dfa606
$(GRSECURITYPATCH)_MD5 = b15bb91a07aa2fb030e18c47c91940bb
install : $(TARGET)
Modified: ipcop/trunk/lfs/linux-headers
===================================================================
--- ipcop/trunk/lfs/linux-headers 2013-07-20 19:29:16 UTC (rev 7085)
+++ ipcop/trunk/lfs/linux-headers 2013-07-22 19:19:53 UTC (rev 7086)
@@ -42,7 +42,7 @@
# Also keep in mind that once we release ipcop-2.0, there can be
# NO UPGRADING of this package. You can still upgrade lfs/linux though
VER = 3.4
-PATCHLEVEL = 3.4.52
+PATCHLEVEL = 3.4.54
HOST_ARCH = all
OTHER_SRC = yes
@@ -64,7 +64,7 @@
patch-$(PATCHLEVEL).xz = $(DL_FROM)/patch-$(PATCHLEVEL).xz
$(DL_FILE)_MD5 = 967f72983655e2479f951195953e8480
-patch-$(PATCHLEVEL).xz_MD5 = 1cd6c3ed1e0dd60b0ca5563fb18c7519
+patch-$(PATCHLEVEL).xz_MD5 = dc7076534db38ef3fbfa9fa217dfa606
install : $(TARGET)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dot...@us...> - 2013-07-20 19:29:20
|
Revision: 7085
http://sourceforge.net/p/ipcop/svn/7085
Author: dotzball
Date: 2013-07-20 19:29:16 +0000 (Sat, 20 Jul 2013)
Log Message:
-----------
Update httpd to 2.2.25.
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/apache
ipcop/trunk/lfs/apache
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
ipcop/trunk/updates/2.1.0/setup
Modified: ipcop/trunk/config/rootfiles/common/apache
===================================================================
--- ipcop/trunk/config/rootfiles/common/apache 2013-07-19 21:16:44 UTC (rev 7084)
+++ ipcop/trunk/config/rootfiles/common/apache 2013-07-20 19:29:16 UTC (rev 7085)
@@ -149,11 +149,11 @@
#usr/lib/libapr-1.la
#usr/lib/libapr-1.so
usr/lib/libapr-1.so.0
-usr/lib/libapr-1.so.0.4.6
+usr/lib/libapr-1.so.0.4.8
#usr/lib/libaprutil-1.la
#usr/lib/libaprutil-1.so
usr/lib/libaprutil-1.so.0
-usr/lib/libaprutil-1.so.0.4.1
+usr/lib/libaprutil-1.so.0.5.2
#usr/lib/pkgconfig/apr-1.pc
#usr/lib/pkgconfig/apr-util-1.pc
#usr/libexec/httpd.exp
Modified: ipcop/trunk/lfs/apache
===================================================================
--- ipcop/trunk/lfs/apache 2013-07-19 21:16:44 UTC (rev 7084)
+++ ipcop/trunk/lfs/apache 2013-07-20 19:29:16 UTC (rev 7085)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = apache
-VER = 2.2.24
+VER = 2.2.25
HOST_ARCH = all
OTHER_SRC = yes
@@ -46,7 +46,7 @@
# Used to include same timestamp for all
# This is httpd tar file date
-TIMESTAMP = "25-02-2013 20:10"
+TIMESTAMP = "2013-07-02 08:41"
CFLAGS += -Wall
@@ -58,7 +58,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 91bd1484aca13a7095d6432be37fc7ae
+$(DL_FILE)_MD5 = 9ebe3070c0bb4311f21a0cd0e34f0045
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-19 21:16:44 UTC (rev 7084)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-20 19:29:16 UTC (rev 7085)
@@ -93,11 +93,11 @@
## acpid-2.0.17
/usr/sbin/acpid
##
-# apache httpd-2.2.24
+# apache httpd-2.2.25
/usr/lib/libapr-1.so.0
-/usr/lib/libapr-1.so.0.4.6
+/usr/lib/libapr-1.so.0.4.8
/usr/lib/libaprutil-1.so.0
-/usr/lib/libaprutil-1.so.0.4.1
+/usr/lib/libaprutil-1.so.0.5.2
/usr/sbin/htpasswd
/usr/sbin/httpd
##
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2013-07-19 21:16:44 UTC (rev 7084)
+++ ipcop/trunk/updates/2.1.0/information.xml 2013-07-20 19:29:16 UTC (rev 7085)
@@ -12,8 +12,8 @@
conntrack-tools to 1.2.2, coreutils to 8.21, dhcpcd to 5.6.8, diffutils-3.3, dnsmasq to 2.66,
e2fsprogs to 1.42.7, ethtool to 3.6, expat to 2.1.0, freetype to 2.4.12, fontconfig to 2.9,
gawk to 4.0.2, GD to 2.49, gettext to 0.18.2, glib to 2.30.3, gmp to 5.0.5, gnupg to 1.4.13, grep to 2.14, gzip to 1.5,
- iproute2 to 3.7.0, iptables to 1.4.18, iptstate to 2.2.5, iputils to s20121221, iw to 3.8,
- hdparm to 9.43, httpd to 2.2.24, krb5 to 1.10.5,
+ hdparm to 9.43, httpd to 2.2.25,
+ iproute2 to 3.7.0, iptables to 1.4.18, iptstate to 2.2.5, iputils to s20121221, iw to 3.8, krb5 to 1.10.5,
less to 451, libffi to 3.0.13, libgd to 2.0.36~rc1, libgcrypt to 1.5.2, libnet to 1.1.6,
libnfnetlink to 1.0.1, libnetfiltercontrack to 1.0.2, libnl to 3.2.16, libpcap to 1.3.0, libpng to 1.5.16,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.9.1, logrotate to 3.8.1, lsof to 4.87,
Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup 2013-07-19 21:16:44 UTC (rev 7084)
+++ ipcop/trunk/updates/2.1.0/setup 2013-07-20 19:29:16 UTC (rev 7085)
@@ -111,7 +111,8 @@
/bin/rm -f /lib/libsysfs.so*
/bin/rm -f /lib/libz.so.1.2.{6,7}
/bin/rm -f /lib/libxtables.so.{7,8,9}*
-/bin/rm -f /usr/lib/libapr-1.so.0.4.5
+/bin/rm -f /usr/lib/libapr-1.so.0.4.{5,6}
+/bin/rm -f /usr/lib/libaprutil-1.so.0.4.1
/bin/rm -f /usr/lib/libbind9.so.80.0.{3,4,5}
/bin/rm -f /usr/lib/libdns.so.81.{3.1,6.0,6.1}
/bin/rm -f /usr/lib/libisc.so.83.0.{1,5}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dot...@us...> - 2013-07-19 21:16:49
|
Revision: 7084
http://sourceforge.net/p/ipcop/svn/7084
Author: dotzball
Date: 2013-07-19 21:16:44 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
Upgrade openswan to 2.6.39.
Modified Paths:
--------------
ipcop/trunk/lfs/openswan
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Added Paths:
-----------
ipcop/trunk/src/patches/openswan-2.6.39_remove_CFLAGS_no-error_cpp.patch
ipcop/trunk/src/patches/openswan-2.6.39_verify-python.patch
Modified: ipcop/trunk/lfs/openswan
===================================================================
--- ipcop/trunk/lfs/openswan 2013-07-17 01:06:16 UTC (rev 7083)
+++ ipcop/trunk/lfs/openswan 2013-07-19 21:16:44 UTC (rev 7084)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = openswan
-VER = 2.6.38
+VER = 2.6.39
HOST_ARCH = all
OTHER_SRC = yes
KERNEL_MOD = yes
@@ -44,12 +44,10 @@
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-PATCH1 := ${PKG_NAME}_${VER}-1.debian.tar.gz
-
# Used to include same timestamp for all
# This is the release date
-DATESTAMP = "Mar 24 2012"
-TIMESTAMP = "00:22:00"
+DATESTAMP = "Jun 3 2013"
+TIMESTAMP = "19:33:00"
###############################################################################
# Top-level Rules
@@ -58,10 +56,8 @@
objects = $(DL_FILE) $(PATCH1)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(PATCH1) := $(URL_DEBIAN)/o/$(PKG_NAME)/$(PATCH1)
-$(DL_FILE)_MD5 = 13073eb5314b83a31be88e4117e8bbcd
-$(PATCH1)_MD5 := 559f9d8ba2270b3377111941ffa67bac
+$(DL_FILE)_MD5 = 199757597f9f776d85752bb0c713b5ed
install : $(TARGET)
@@ -91,9 +87,10 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && tar zxf $(DIR_DL)/$(PATCH1)
- cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do patch -p1 -i debian/patches/$$patch; done
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_remove_CFLAGS_no-error_cpp.patch
+ cd $(DIR_APP) && patch -RNp1 -i $(DIR_PATCHES)/$(THISAPP)_verify-python.patch
+
cd $(DIR_APP) && sed -i \
-e 's%^INC_USRLOCAL.*$$%INC_USRLOCAL=/usr%' \
-e 's%^USERCOMPILE.*$$%USERCOMPILE=$(CFLAGS)%' \
Added: ipcop/trunk/src/patches/openswan-2.6.39_remove_CFLAGS_no-error_cpp.patch
===================================================================
--- ipcop/trunk/src/patches/openswan-2.6.39_remove_CFLAGS_no-error_cpp.patch (rev 0)
+++ ipcop/trunk/src/patches/openswan-2.6.39_remove_CFLAGS_no-error_cpp.patch 2013-07-19 21:16:44 UTC (rev 7084)
@@ -0,0 +1,24 @@
+diff -Nur openswan-2.6.39.orig/lib/libopenswan/Makefile openswan-2.6.39/lib/libopenswan/Makefile
+--- openswan-2.6.39.orig/lib/libopenswan/Makefile 2013-05-31 19:12:15.000000000 +0200
++++ openswan-2.6.39/lib/libopenswan/Makefile 2013-07-19 11:09:17.000000000 +0200
+@@ -85,9 +85,6 @@
+ # must turn this off due to initsubnet.c
+ CFLAGS+= -Wno-error=cast-qual
+
+-# some junk left in alg_info.c
+-CFLAGS+= -Wno-error=cpp
+-
+ #CFLAGS+= -Wmissing-declarations
+ CFLAGS+= -Wstrict-prototypes
+ #CFLAGS+= -pedantic
+diff -Nur openswan-2.6.39.orig/programs/pluto/Makefile openswan-2.6.39/programs/pluto/Makefile
+--- openswan-2.6.39.orig/programs/pluto/Makefile 2013-05-31 19:12:15.000000000 +0200
++++ openswan-2.6.39/programs/pluto/Makefile 2013-07-19 11:08:28.000000000 +0200
+@@ -47,7 +47,6 @@
+
+ # must turn this off due to myid.c
+ CFLAGS+= -Wno-error=cast-qual
+-CFLAGS+= -Wno-error=cpp
+
+ ifeq ($(HAVE_BROKEN_POPEN),true)
+ CFLAGS+=-DHAVE_BROKEN_POPEN
Added: ipcop/trunk/src/patches/openswan-2.6.39_verify-python.patch
===================================================================
--- ipcop/trunk/src/patches/openswan-2.6.39_verify-python.patch (rev 0)
+++ ipcop/trunk/src/patches/openswan-2.6.39_verify-python.patch 2013-07-19 21:16:44 UTC (rev 7084)
@@ -0,0 +1,1146 @@
+From 42a64529a904697972a914a250d65a329cc037eb Mon Sep 17 00:00:00 2001
+From: Paul Wouters <pa...@no...>
+Date: Mon, 10 Sep 2012 00:00:00 -0400
+Subject: [PATCH] Fixed ipsec verify to avoid perl and use python instead. It
+ helps during minimum install so that openswan does not have to pull perl
+ packages, and it keeps minimal install really minimum. Also Removed
+ compilation of ipsec policy subprogram as it is not needed with NETKEY.
+
+---
+For IPCop verify needs to be reverted to perl as we don't have python available in IPCop.
+Reverse patch this patch.
+
+
+diff --git a/programs/verify/verify.in b/programs/verify/verify.in
+index a63cd2c..61724f0 100755
+--- a/programs/verify/verify.in
++++ b/programs/verify/verify.in
+@@ -1,5 +1,8 @@
+-#!/usr/bin/perl
++#!/usr/bin/python
+ #
++# Copyright (C) 2012 Paul Wouters <pwo...@re...>
++#
++# Based on old perl and shell code:
+ # Copyright (C) 2003 Sam Sgro <sa...@fr...>
+ # Copyright (C) 2005-2008 Michael Richardson <mc...@xe...>
+ # Copyright (C) 2005-2009 Paul Wouters <pa...@xe...>
+@@ -17,548 +20,584 @@
+ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ # for more details.
+
+-$reterr = 0;
+-$me="ipsec verify";
+-$ENV{'PATH'}="/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:@IPSEC_SBINDIR@:$ENV{'PATH'}";
+-if($ENV{'IPSEC_CONFS'}) { $conf=$ENV{'IPSEC_CONFS'} } else { $conf= `ipsec --confdir`; chomp($conf); }
++import os, sys, subprocess, glob
++
++
++retcode = 0
++
++confdir = os.getenv("IPSEC_CONFS")
++if not confdir:
++ # should get substituted by 'make programs'
++ confdir = "@IPSEC_DIR@"
++
++ipsecbin = "@IPSEC_SBINDIR@/ipsec"
+
+-$print_deprecated = 1;
++if not os.path.isfile(ipsecbin):
++ # hopefully somewhere in our path then
++ ipsecbin = "ipsec"
++
++if not os.path.isfile("%s/ipsec.conf"%confdir):
++ try:
++ p = subprocess.Popen("%s --config"%ipsecbin, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ output = output.strip()
++ if os.path.isfile("%s/ipsec.conf"%output):
++ confdir = output
++ except:
++ sys.exit("Failed to find ipsec.conf")
+
+ # Should we print in colour by default?
+-if ( -e "/sbin/consoletype" )
+-{
+- $ctype=`/sbin/consoletype`;
+- if ( $ctype && !($ctype eq "serial"))
+- {
+- $colour="1";
+- }
+-}
+-else
+-{
+- if ( -e "/usr/bin/tput" )
+- {
+- $ctype=`/usr/bin/tput colors`;
+- if ( $ctype && ($ctype gt "0"))
+- {
+- $colour="1";
+- }
+- }
+-}
+-
+-sub printfun {
+- print sprintf("%-60s",@_);
+-}
+-
+-# capture STDOUT as @out, STDERR as @err with no temp files.
+-sub run {
+- $command=shift;
+-
+- pipe child_read, parent_write;
+- pipe parent_read, child_write;
+- pipe err_read, err_write;
+-
+- $mypid=fork;
+- if($mypid)
+- {
+- close child_write; close err_write;
+- @out=<parent_read>;
+- @err=<err_read>;
+- }
+- else
+- {
+- close parent_read; close parent_write;
+- open STDOUT,">&child_write";
+- open STDERR,">&err_write";
+- exec $command; $reterr = 1 ; print STDERR "Cannot execute command \"$command\": $!\n";
+- }
+-}
+-
+-# Code to print out [OK], [FAILED].
+-sub errchk {
+- if (!shift(@_))
+- {
+- print "\t[";
+- if($colour) { print "\e[1;31m"; }
+- if(@_)
+- {
+- print "@_";
+- }
+- else
+- {
+- print "FAILED";
+- $reterr = 1;
+- }
+- if($colour) { print "\e[0;39m"; }
+- print "]\n";
+- if(@err)
+- {
+- print " @err";
+- $reterr = 1;
+- }
+- }
+- else
+- {
+- print "\t[";
+- if($colour) { print "\e[1;32m"; }
+- print "OK";
+- if($colour) { print "\e[0;39m"; }
+- print "]\n";
+- }
+-}
+-
+-# Code to print out [OK], [FAILED] in warning colours
+-sub warnchk {
+- if (!shift(@_))
+- {
+- print "\t[";
+- if($colour) { print "\e[1;33m"; }
+- if(@_)
+- {
+- print "@_";
+- }
+- else
+- {
+- print "FAILED";
+- $reterr = 1;
+- }
+- if($colour) { print "\e[0;39m"; }
+- print "]\n";
+- if(@err)
+- {
+- print " @err";
+- $reterr = 1;
+- }
+- }
+- else
+- {
+- print "\t[";
+- if($colour) { print "\e[1;32m"; }
+- print "OK";
+- if($colour) { print "\e[0;39m"; }
+- print "]\n";
+- }
+-}
+-
+-
+-# Code to print out [DEPRECATED] and key restrict message
+-sub deprecated {
+-
+- print "\t[";
+- if($colour) { print "\e[1;33m"; }
+- print "DEPRECATED";
+- if($colour) { print "\e[0;39m"; }
+- print "]\n";
+-}
++colour = 0
++try:
++ p = subprocess.Popen("consoletype", stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ output = output.strip()
++ if output in ("vc","tty","pty"):
++ colour = 1
++except:
++ try:
++ p = subprocess.Popen("tput colors", stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if int(output) > 0:
++ colour = 1
++ except:
++ pass
++
++
++def printfun(text):
++ # suppress newline
++ sys.stdout.write("%-50s"%text)
++
++def print_result(rcode, rtext):
++ global colour
++ global retcode
++ OK = '\033[92m'
++ WARN = '\033[93m'
++ FAIL = '\033[91m'
++ ENDC = '\033[0m'
++
++ if rcode == "FAIL":
++ retcode = 1
++ if not rtext:
++ rtext = "FAILED"
++ if colour:
++ print "\t[%s%s%s]"%(FAIL,rtext,ENDC)
++ else:
++ print "\t[%s]"%rtext
++ elif rcode == "WARN":
++ # don't log warnings until we implemented IKE over TCP
++ # retcode = 1
++ if not rtext:
++ rtext = "WARNING"
++ if colour:
++ print "\t[%s%s%s]"%(WARN,rtext,ENDC)
++ else:
++ print "\t[%s]"%rtext
++ elif rcode == "OK":
++ if not rtext:
++ rtext = "OK"
++ if colour:
++ print "\t[%s%s%s]"%(OK,rtext,ENDC)
++ else:
++ print "\t[%s]"%rtext
++ else:
++ print "INTERNAL ERROR - unknown rcode:%s"%rcode
++
++
++
+
+ # Verification routines begin here...
+ #
+ # Check DNS Configuration based on a hostname
+ # $1 = Hostname (string)
+ # eg: checkdnshost oetest.freeswan.org
+-sub checkdnshost {
+- run "host -t key $_[0]";
+- ($keypresent)=grep /(0x4200|16896)/, @out;
+- if($keypresent)
+- {
+- printfun " Looking for KEY in forward dns zone: $_[0]";
+- deprecated;
+- }
+-
+-
+- printfun " Looking for TXT in forward dns zone: $_[0]";
+- run "host -t txt $_[0]";
+- ($txtpresent)=grep /X-IPsec-Server/,@out;
+- errchk "$txtpresent", "MISSING";
+-}
++#sub checkdnshost {
++# run "host -t key $_[0]";
++# ($keypresent)=grep /(0x4200|16896)/, @out;
++# if($keypresent)
++# {
++# printfun " Looking for KEY in forward dns zone: $_[0]";
++# deprecated;
++# }
++#
++#
++# printfun " Looking for TXT in forward dns zone: $_[0]";
++# run "host -t txt $_[0]";
++# ($txtpresent)=grep /X-IPsec-Server/,@out;
++# errchk "$txtpresent", "MISSING";
++#}
+
+ # Check DNS Configuration based on IP address
+ # $1 = IP Address (string)
+ # eg: checkdnsip 127.0.0.2
+-sub checkdnsip {
+- $fortxt=$_[0];
+- $revtxt=join('.',reverse(split(/\./, $fortxt))).".in-addr.arpa.";
+- printfun " Looking for TXT in reverse dns zone: $revtxt";
+- run "host -t txt $revtxt";
+- ($txtpresent)=grep /X-IPsec-Server/,@out;
+- errchk "$txtpresent", "MISSING";
+-
+- if($txtpresent) {
+- $txtpresent=~ s/.*X-IPsec-Server\([0-9].*\)=//; $txtpresent=~ s/[\"\ ].*//;
+- $gwip=$txtpresent;
+- chomp($gwip);
+- $gwrev=join('.',reverse(split(/\./, $gwip))).".in-addr.arpa.";
+- # Check for a KEY record for the indicated IPSec GW.
+- run "host -t key $gwrev";
+- ($keypresent)=grep /(0x4200|16896)/, @out;
+- if($keypresent)
+- {
+- printfun " Looking for KEY in reverse dns zone: $gwrev";
+- deprecated;
+- $print_deprecated = 1;
+-
+- }
+- # If the host is its own gateway, then we know we've got a TXT record.
+- if($gwip ne $fortxt) {
+- printfun "Looking for TXT in reverse dns zone: $gwrev";
+- run "host -t txt $gwrev";
+- ($txtpresent)=grep /X-IPsec-Server/,@out;
+- errchk "$txtpresent", "MISSING";
+- }
+-
+- }
+-}
+-
+-sub udp500check {
+- printfun " Pluto listening for IKE on udp 500";
+- run "lsof -i UDP:500";
+- #run "netstat -an";
+- ($listen)=grep /pluto/, @out;
+- if(!$listen)
+- {
+- errchk "", "FAILED";
+- $reterr = 1;
+- }
+- else
+- {
+- errchk "1";
+- }
+-}
+-
+-sub udp4500check {
+- printfun " Pluto listening for NAT-T on udp 4500";
+- run "lsof -i UDP:4500";
+- #run "netstat -an";
+- ($listen)=grep /pluto/, @out;
+- if(!$listen)
+- {
+- errchk "", "FAILED";
+- $reterr = 1;
+- }
+- else
+- {
+- errchk "1";
+- }
+-}
+-
+-sub checktunnel {
+- $csource=$_[0]; $cdest=$_[1]; $ctun=$_[2]; $all="0.0.0.0/0";
+-
+- printfun "Checking $ctun from $csource to $cdest";
+- run "iptables -t nat -L POSTROUTING -n";
+- @out=grep !/(Chain POSTROUTING|target)/, @out;
+- foreach (@out) {
+- ( $target, $prot, $opt, $source, $dest ) = split(' ',$_);
+- if(((($source eq $csource) || ($source eq $all)) && (($dest eq $cdest) || ($dest = $all))) && $target eq "ACCEPT")
+- {
+- errchk "@out";
+- $reterr = 1;
+- }
+- else
+- {
+- @err="$target from $source to $dest kills tunnel $source -> $cdest\n";
+- errchk "","FAILED";
+- $reterr = 1;
+- }
+- }
+-}
+-
+-sub installstartcheck {
+- print "Checking your system to see if IPsec got installed and started correctly:\n";
+-
+- printfun "Version check and ipsec on-path";
+- run "ipsec --version";
+- errchk "@out";
+- print grep /Linux/, @out;
+-
+- printfun "Checking for IPsec support in kernel";
+- if ( -e "/proc/net/ipsec_eroute" || -e "/proc/net/pfkey" ) { $test="1" }
+- errchk "$test";
+-
+-# This requires KLIPS NAT-T patch > 2.4.x
+- if ( -e "/proc/net/ipsec_eroute") {
+-
+- printfun " KLIPS: checking for NAT Traversal support";
+- if ( -e "/sys/module/ipsec/parameters/natt_available") {
+- run "cat /sys/module/ipsec/parameters/natt_available";
+- if("@out" =="1\n")
+- { warnchk "", "OLD STYLE"; }
+- else {
+- if("@out" == "2\n")
+- { errchk "OK"; }
+- else
+- { warnchk "", "UNKNOWN"; }
+- }
+- } else { warnchk "","UNKNOWN"; }
+-
+- printfun " KLIPS: checking for OCF crypto offload support ";
+- if ( -e "/sys/module/ipsec/parameters/ocf_available") {
+- run "cat /sys/module/ipsec/parameters/ocf_available";
+- if("@out" =="1\n")
+- { errchk "OK"; }
+- else {
+- { warnchk "", "N/A"; }
+- }
+- } else { warnchk "","UNKNOWN"; }
+-
+- }
+-
+-# Check for SAref kernel
+- if ( -e "/proc/net/ipsec/saref") {
+- printfun " Kernel: IPsec SAref kernel support";
+- run "grep 'refinfo patch applied' /proc/net/ipsec/saref";
+- if("@out" eq "refinfo patch applied\n")
+- { errchk "OK"; }
+- else
+- { warnchk "", "N/A"; }
+-
+- printfun " Kernel: IPsec SAref Bind kernel support";
+- run "grep 'bindref patch applied' /proc/net/ipsec/saref";
+- if("@out" eq "bindref patch applied\n")
+- { errchk "OK"; }
+- else
+- { warnchk "", "N/A"; }
+- } else {
+- printfun " SAref kernel support";
+- { warnchk "", "N/A"; }
+- }
+-
+- if ( -e "/proc/net/pfkey") {
+- printfun " NETKEY: Testing XFRM related proc values";
+- open("cat", "/proc/sys/net/ipv4/conf/default/send_redirects");
+- if(<cat> == "1")
+- {
+- errchk "";
+- $reterr = 1;
+- print "\n Please disable /proc/sys/net/ipv4/conf/*/send_redirects\n or NETKEY will cause the sending of bogus ICMP redirects!\n\n";
+- }
+- else { errchk "1"; }
+-
+- open("cat", "/proc/sys/net/ipv4/conf/default/accept_redirects");
+- if(<cat> == "1")
+- {
+- $reterr = 1;
+- errchk "";
+- print "\n Please disable /proc/sys/net/ipv4/conf/*/accept_redirects\n or NETKEY will accept bogus ICMP redirects!\n\n";
+- }
+- else { errchk "1"; }
+-
+- open("cat", "/proc/sys/net/core/xfrm_larval_drop");
+- if(<cat> == "0")
+- {
+- $reterr = 1;
+- errchk "";
+- print "\n Please enable /proc/sys/net/core/xfrm_larval_drop\n or NETKEY will cause non-POSIX compliant long time-outs\n\n";
+- }
+- else { errchk "1"; }
+- }
+-
+- if ( -c "/dev/hw_random" || -c "/dev/hwrng" ) {
+- printfun "Hardware RNG detected, testing if used properly";
+- run "pidof rngd";
+- ($processid) = @out;
+- chomp($processid);
+- if( $processid eq "" ) {
+- run "pidof clrngd";
+- ($processid2) = @out;
+- if( $processid2 eq "" ) {
+- errchk "";
+- print "\n Hardware RNG is present but 'rngd' or 'clrngd' is not running.\n No harware random used!\n\n";
+- $reterr = 1;
+- }
+- else { errchk "1"; }
+- }
+- else { errchk "1"; }
+- }
+-
+-
+- # Wouldn't this test fail if your mucked up your interface definition?
+- printfun "Checking that pluto is running";
+- run "ipsec whack --status";
+- errchk "@out";
+- if (grep /interface/, @out)
+- {
+- udp500check;
+- udp4500check;
+- }
+-}
+-
+-sub tunnelchecks {
+- open("dev", "/proc/net/dev");
+- if((grep !/(ipsec|lo:|Inter|packets)/, <dev>) > 1)
+- {
+- printfun "Two or more interfaces found, checking IP forwarding";
+- my ($data, $n);
+- open FILE, "/proc/sys/net/ipv4/ip_forward" or die $!;
+- $n = read FILE, $data, 1;
+- if($data == 1)
+- {
+- $reterr = 1;
+- errchk "0";
+- }
+-
+- printfun "Checking NAT and MASQUERADEing";
+- # This assumes KLIPS eroute information, we should add support
+- # for NETKEY, but ip xfrm is very annoying to parse
+- if(( -e "/proc/net/nf_conntrack" || -e "/proc/net/ip_conntrack")
+-&& -e "/proc/net/ipsec_eroute" )
+- {
+- run "iptables -t nat -L -n";
+- if(grep /(NAT|MASQ)/, @out)
+- {
+- printf "\n";
+- open("cat", "/proc/net/ipsec_eroute");
+- foreach(grep /tun0x/, <cat>)
+- {
+- @eroute=split(' ',$_);
+- checktunnel $eroute[1], $eroute[3], $eroute[5];
+- }
+- }
+- else
+- {
+- errchk "1";
+- }
+- }
+- else
+- {
+- errchk "OK";
+- }
+- }
+-}
+-
+-sub cmdchecks {
+- # check for vital commands
+- printfun "Checking for 'ip' command";
+- run "which ip";
+- errchk "@out";
+-
+- printfun "Checking /bin/sh is not /bin/dash";
+- if (-e "/bin/dash") {
+- run "cmp /bin/sh /bin/dash";
+- ($dash)=grep(/differ/, @out);
+- if(!$dash) {
+- warnchk "", "WARNING";
+- } else {
+- errchk "OK";
+- }
+- } else {
+- errchk "OK";
+- }
+-
+- printfun "Checking for 'iptables' command";
+- run "which iptables";
+- errchk "@out";
+-
+-
+- open("cat","$conf/ipsec.conf");
+- foreach(grep /crlcheckinterval/,<cat>)
+- {
+- if(!$curlcheckdone) {
+- $curlcheckdone=1;
+- printfun "Checking for 'curl' command for CRL fetching";
+- run "which curl";
+- errchk "@out";
+- }
+- }
+-# perhaps check for ip xfrm support, but forget about setkey.
+-# if ( -e "/proc/net/pfkey") {
+-# printfun "Checking for 'setkey' command for NETKEY IPsec stack support";
+-# run "which setkey";
+-# errchk "@out";
++#sub checkdnsip {
++# $fortxt=$_[0];
++# $revtxt=join('.',reverse(split(/\./, $fortxt))).".in-addr.arpa.";
++# printfun " Looking for TXT in reverse dns zone: $revtxt";
++# run "host -t txt $revtxt";
++# ($txtpresent)=grep /X-IPsec-Server/,@out;
++# errchk "$txtpresent", "MISSING";
++#
++# if($txtpresent) {
++# $txtpresent=~ s/.*X-IPsec-Server\([0-9].*\)=//; $txtpresent=~ s/[\"\ ].*//;
++# $gwip=$txtpresent;
++# chomp($gwip);
++# $gwrev=join('.',reverse(split(/\./, $gwip))).".in-addr.arpa.";
++# # Check for a KEY record for the indicated IPSec GW.
++# run "host -t key $gwrev";
++# ($keypresent)=grep /(0x4200|16896)/, @out;
++# if($keypresent)
++# {
++# printfun " Looking for KEY in reverse dns zone: $gwrev";
++# deprecated;
++# $print_deprecated = 1;
++#
++# }
++# # If the host is its own gateway, then we know we've got a TXT record.
++# if($gwip ne $fortxt) {
++# printfun "Looking for TXT in reverse dns zone: $gwrev";
++# run "host -t txt $gwrev";
++# ($txtpresent)=grep /X-IPsec-Server/,@out;
++# errchk "$txtpresent", "MISSING";
++# }
++#
+ # }
+-}
+-
+-sub dnschecks {
+- # Check the running hostname.
+- printf "\nOpportunistic Encryption DNS checks:\n";
+- run "hostname";
+- ($hostname)=@out; chomp $hostname;
+- checkdnshost $hostname;
+-
+- # Check all the public IP addresses...
+- run "ip -4 -o addr show";
+- for (@out)
+- {
+- @temp=split(/[\/\ ]+/, $_);
+- push(@address,$temp[3]);
+- }
+- # Purge all non-routeable IPs...
+- @address=grep !/^(127.*|10.*|172.1[6789]+.*.*|172.2+.*.*|172.3[01]+.*.*|192.168.*.*|169.254.*.*)/,@address;
+- printfun " Does the machine have at least one non-private address?";
+- errchk @address;
+- foreach(@address=grep !$check{$_}++,@address)
+- {
+- checkdnsip $_;
+- }
+-}
+-
+-# Main function begins here!
+-# Harvest options, ensure they're valid.
+-use Getopt::Long;
+-%optctl = ("host" => \$hostname,"ip" => \$ip, "colour" => \$colour);
+-GetOptions(\%optctl, "host=s" ,"ip=s", "colour!");
+-
+-# Exit if we get passed an option we don't recognize.
+-if($Getopt::Long::error) { exit 1; }
+-
+-
+-# If you've passed --host or --ip, do only those checks.
+-if($hostname || $ip)
+-{
+-# Check this --host for OE.
+- if($hostname)
+- {
+- printf "Checking $hostname for Opportunistic Encryption:\n";
+- checkdnshost $hostname;
+- run "host -t A $hostname";
+- if(($ipaddr) = grep (/address/i, @out))
+- {
+- $ipaddr=~ s/.*address\ //;
+- chomp $ipaddr;
+- checkdnsip $ipaddr;
+- }
+- else
+- {
+- printf "$hostname does not resolve to an IP, no reverse lookup tests possible.\n";
+- }
+- }
+-# Check this IP for OE.
+- if($ip)
+- {
+- printf "Checking IP $ip for Opportunistic Encryption:\n";
+- checkdnsip $ip;
+- }
+-}
+-else
+-{
+- # Call the default routines...
+- # Root check...
+- if($> != "0")
+- {
+- print "To check this machine, you need to run \"$me\" as root.\n"; exit;
+- }
+- else
+- {
+- installstartcheck;
+- tunnelchecks;
+- cmdchecks;
+- run "ipsec addconn --configsetup";
+- ($oe)=grep(/oe=\'yes\'/, @out);
+- if( $oe) {
+- dnschecks;
+- if($print_deprecated)
+- {
+- print "
+-
+- RFC 3445 restricts the use of the KEY RR to DNSSEC applications. The use of
+- a KEY record sub-type for Opporunistic Encryption (OE) has been deprecated.
+- TXT records are used to provide all OE functionality.\n";
+- }
+- } else {
+- printfun "Opportunistic Encryption Support";
+- warnchk "", "DISABLED";
+- }
+- }
+- # finally, run the config file through the parser checks
+- run "ipsec auto addconn --checkconfig";
+-}
+-exit $reterr
++#}
++
++def plutocheck():
++ printfun("Checking that pluto is running")
++ p = subprocess.Popen(["pidof", "pluto"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if not output:
++ print_result("FAIL","FAILED")
++ return
++ else:
++ print_result("OK","OK")
++
++ # only if pluto is running, do the listen tests
++ udp500check()
++ tcp500check()
++ udp4500check()
++ tcp4500check()
++ tcp10000check()
++
++# This is pretty broken, as you can enable forwarding specificaly via iptables as well
++# It also won't find/exclude all kinds of interfaces. Also, lots of people have one
++# ethernet and one wifi interface, but don't want to bridge these.
++# So, mostly left here for historic reasons - candidate to be changed/removed
++def forwardcheck():
++ try:
++ output = open("/proc/net/dev","r").read().strip()
++ except:
++ printfun("Checking for multiple interfaces")
++ print_result("FAIL","UNEXPECTED KERNEL DEV LIST")
++ count = 0
++ for line in output.split("\n"):
++ if ":" in line:
++ if not "lo:" in line and not "ipsec" in line and not "mast" in line and not "virbr:" in line:
++ # let's count this as a real physical interface
++ count += 1
++ if count > 1:
++ printfun("Two or more interfaces found, checking IP forwarding")
++ try:
++ output = open("/proc/sys/net/ipv4/ip_forward","r").read().strip()
++ except:
++ print_result("FAIL","MISSING ip_forward proc file")
++ return
++ if output == "1":
++ print_result("OK","OK")
++ else:
++ print_result("FAIL","FAILED")
++
++def rpfiltercheck():
++ fail = 0
++ printfun("Checking rp_filter")
++ for dirname in glob.glob("/proc/sys/net/ipv4/conf/*"):
++ val = open("%s/rp_filter"%dirname,"r").read().strip()
++ if val == "1":
++ if fail == 0:
++ print_result("FAIL","ENABLED")
++ fail = 1
++ printfun(" %s/rp_filter"%dirname)
++ print_result("FAIL","ENABLED")
++ if fail == 0:
++ print_result("OK","OK")
++
++# Check if any NAT or MASQUERADE would accidentally mess up our packets
++def natcheck():
++ printfun("Checking NAT and MASQUERADEing")
++ print_result("WARN","TEST INCOMPLETE")
++
++ # run iptables -t nat -L -n
++ # grep for NAT or MASQ
++ # for KLIPS
++ # grep over /proc/net/ipsec_eroute check for 'tun0x' then find overlap
++ # for NETKEY
++ # grep over ip xfrm state/policy and find overlap
++
++def cmdchecks():
++ printfun("Checking 'ip' command")
++ if not os.path.isfile("/sbin/ip") and not os.path.isfile("/usr/sbin/ip"):
++ print_result("FAIL","FAILED")
++ p = subprocess.Popen(["ip", "xfrm"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if not "XFRM-OBJECT" in err:
++ print_result("FAIL","IP XFRM BROKEN")
++ else:
++ print_result("OK","OK")
++
++ printfun("Checking 'iptables' command")
++ if not os.path.isfile("/sbin/iptables") and not os.path.isfile("/usr/sbin/iptables"):
++ print_result("WARN","MISSING")
++ else:
++ print_result("OK","OK")
++
++def udp500check():
++ printfun(" Pluto listening for IKE on udp 500")
++ if 1==1:
++ p = subprocess.Popen(["/usr/sbin/ss", "-n", "-l", "-u", "sport = :500"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if ":500" in output:
++ print_result("OK","OK")
++ else:
++ print "fail in else:%s"%output
++ print_result("FAIL","FAILED")
++ else:
++ print "except hit?"
++ print_result("FAIL","FAILED")
++
++# not yet implemented in *swan
++def tcp500check():
++ printfun(" Pluto listening for IKE on tcp 500")
++ try:
++ p = subprocess.Popen(["/usr/sbin/ss", "-n", "-l", "-t", "sport = :500"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if ":500" in output:
++ print_result("OK","OK")
++ else:
++ print_result("WARN","NOT IMPLEMENTED")
++ except:
++ print_result("WARN","NOT IMPLEMENTED")
++
++def udp4500check():
++ printfun(" Pluto listening for IKE/NAT-T on udp 4500")
++ try:
++ p = subprocess.Popen(["/usr/sbin/ss", "-n", "-l", "-u", "sport = :4500"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if ":4500" in output:
++ print_result("OK","OK")
++ else:
++ print_result("FAIL","DISABLED")
++ except:
++ print_result("FAIL","DISABLED")
++
++# not yet implemented in *swan
++def tcp4500check():
++ printfun(" Pluto listening for IKE/NAT-T on tcp 4500")
++ try:
++ p = subprocess.Popen(["/usr/sbin/ss", "-n", "-l", "-t", "sport = :4500"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if ":4500" in output:
++ print_result("OK","OK")
++ else:
++ print_result("WARN","NOT IMPLEMENTED")
++ except:
++ print_result("WARN","NOT IMPLEMENTED")
++
++# not yet implemented in *swan
++def tcp10000check():
++ printfun(" Pluto listening for IKE on tcp 10000 (cisco)")
++ try:
++ p = subprocess.Popen(["/usr/sbin/ss", "-n", "-l", "-t", "sport = :10000"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if ":10000" in output:
++ print_result("OK","OK")
++ else:
++ print_result("WARN","NOT IMPLEMENTED")
++ except:
++ print_result("WARN","NOT IMPLEMENTED")
++
++def installstartcheck():
++ print "Checking if IPsec got installed and started correctly:\n"
++ printfun("Version check and ipsec on-path")
++ try:
++ p = subprocess.Popen(["ipsec", "--version"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if "swan" in output:
++ print_result("OK","OK")
++ print output.replace("Linux","").strip()
++ else:
++ print_result("FAIL","FAILED")
++ except:
++ print_result("FAIL","FAILED")
++
++ printfun("Checking for IPsec support in kernel")
++ if not os.path.isfile("/proc/net/ipsec_eroute") and not os.path.isfile("/proc/net/pfkey"):
++ print_result("FAIL","FAILED")
++ if "no kernel code presently loaded" in output:
++ print("\n The ipsec service should be started before running 'ipsec verify'\n")
++ return
++ else:
++ print_result("OK","OK")
++
++ # we know we have some stack, so continue
++ if os.path.isfile("/proc/net/ipsec_eroute"):
++ installcheckklips()
++ else:
++ installchecknetkey()
++
++def installcheckklips():
++ # NAT-T patch check
++ printfun(" KLIPS: checking for NAT Traversal support")
++ try:
++ natt = open("/sys/module/ipsec/parameters/natt_available","r").read().strip()
++ if natt == "1":
++ print_result("WARN","OLD STYLE")
++ elif natt == "2":
++ print_result("OK","OK")
++ else:
++ print_result("FAIL","UNKNOWN CODE")
++ except:
++ print_result("WARN","OLD/MISSING")
++
++ # OCF patch check
++ printfun(" KLIPS: checking for OCF crypto offload support ")
++ try:
++ ocf = open("/sys/module/ipsec/parameters/ocf_available","r").read().strip()
++ if ocf == "1":
++ print_result("OK","OK")
++ else:
++ print_result("FAIL","UNKNOWN CODE")
++ except:
++ print_result("WARN","N/A")
++
++ # SAref patch check
++ saref = ""
++ printfun(" KLIPS: IPsec SAref kernel support")
++ try:
++ saref = open("/proc/net/ipsec/saref","r").read().strip()
++ if "refinfo patch applied" in saref:
++ print_result("OK","OK")
++ else:
++ print_result("WARN","N/A")
++
++ except:
++ print_result("WARN","N/A")
++
++ # SAref bind patch check
++ printfun(" KLIPS: IPsec SAref Bind kernel support")
++ if "bindref patch applied" in saref:
++ print_result("OK","OK")
++ else:
++ print_result("WARN","N/A")
++
++
++def installchecknetkey():
++ print (" NETKEY: Testing XFRM related proc values")
++ for option in ( "send_redirects", "accept_redirects"):
++ printfun(" ICMP default/%s"%option)
++ try:
++ redir = open("/proc/sys/net/ipv4/conf/default/%s"%option,"r").read().strip()
++ except:
++ print_result("FAIL","VERY BROKEN KERNEL")
++ return
++ if redir == "0":
++ print_result("OK","OK")
++ else:
++ print_result("FAIL","NOT DISABLED")
++ print("\n Disable /proc/sys/net/ipv4/conf/*/%s or NETKEY will cause act on or cause sending of bogus ICMP redirects!\n"%option)
++
++ printfun(" XFRM larval drop")
++ try:
++ larval = open("/proc/sys/net/core/xfrm_larval_drop","r").read().strip()
++ except:
++ print_result("FAIL","OLD OR BROKEN KERNEL")
++ return
++ if larval == "1":
++ print_result("OK","OK")
++ else:
++ print_result("FAIL","NOT ENABLED")
++
++
++def randomdevcheck():
++ printfun("Hardware random device check")
++ if os.path.isfile("/dev/hw_random") or os.path.isfile("/dev/hwrng"):
++ p = subprocess.Popen(["pidof", "rngd"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if not output:
++ p = subprocess.Popen(["pidof", "clrngd"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
++ output, err = p.communicate()
++ if not output:
++ print_result("FAIL","NO RUNNING (cl)rngd DAEMON FOR HW")
++ else:
++ print_result("OK","CLRNGD")
++ else:
++ print_result("OK","RNGD")
++ else:
++ print_result("OK","N/A")
++
++
++
++
++
++
++
++
++
++def main():
++ installstartcheck()
++ randomdevcheck()
++ forwardcheck()
++ rpfiltercheck()
++ plutocheck()
++ natcheck()
++ cmdchecks()
++ if retcode:
++ sys.exit("\nipsec verify: encountered errors")
++
++
++
++if __name__ == "__main__":
++ main()
++
++## old perl code not yet ported
++##
++## sub checktunnel {
++## $csource=$_[0]; $cdest=$_[1]; $ctun=$_[2]; $all="0.0.0.0/0";
++##
++## printfun "Checking $ctun from $csource to $cdest";
++## run "iptables -t nat -L POSTROUTING -n";
++## @out=grep !/(Chain POSTROUTING|target)/, @out;
++## foreach (@out) {
++## ( $target, $prot, $opt, $source, $dest ) = split(' ',$_);
++## if(((($source eq $csource) || ($source eq $all)) && (($dest eq $cdest) || ($dest = $all))) && $target eq "ACCEPT")
++## {
++## errchk "@out";
++## $reterr = 1;
++## }
++## else
++## {
++## @err="$target from $source to $dest kills tunnel $source -> $cdest\n";
++## errchk "","FAILED";
++## $reterr = 1;
++## }
++## }
++## }
++##
++## printfun "Checking NAT and MASQUERADEing";
++## # This assumes KLIPS eroute information, we should add support
++## # for NETKEY, but ip xfrm is very annoying to parse
++## if(( -e "/proc/net/nf_conntrack" || -e "/proc/net/ip_conntrack")
++## && -e "/proc/net/ipsec_eroute" )
++## {
++## run "iptables -t nat -L -n";
++## if(grep /(NAT|MASQ)/, @out)
++## {
++## printf "\n";
++## open("cat", "/proc/net/ipsec_eroute");
++## foreach(grep /tun0x/, <cat>)
++## {
++## @eroute=split(' ',$_);
++## checktunnel $eroute[1], $eroute[3], $eroute[5];
++## }
++## }
++## else
++## {
++## errchk "1";
++## }
++## }
++## else
++## {
++## errchk "OK";
++## }
++## }
++## }
++##
++##
++## sub dnschecks {
++## # Check the running hostname.
++## printf "\nOpportunistic Encryption DNS checks:\n";
++## run "hostname";
++## ($hostname)=@out; chomp $hostname;
++## checkdnshost $hostname;
++##
++## # Check all the public IP addresses...
++## run "/sbin/ifconfig -a";
++## foreach (grep /inet addr/,@out)
++## {
++## $_=~ s/^\s*//;
++## @temp=split(/[:\ ]+/, $_);
++## push(@address,$temp[2]);
++## }
++## # Purge all non-routeable IPs...
++## @address=grep !/^(127.*|10.*|172.1[6789]+.*.*|172.2+.*.*|172.3[01]+.*.*|192.168.*.*|169.254.*.*)/,@address;
++## printfun " Does the machine have at least one non-private address?";
++## errchk @address;
++## foreach(@address=grep !$check{$_}++,@address)
++## {
++## checkdnsip $_;
++## }
++## }
++##
++##
++## # If you've passed --host or --ip, do only those checks.
++## if($hostname || $ip)
++## {
++## # Check this --host for OE.
++## if($hostname)
++## {
++## printf "Checking $hostname for Opportunistic Encryption:\n";
++## checkdnshost $hostname;
++## run "host -t A $hostname";
++## if(($ipaddr) = grep (/address/i, @out))
++## {
++## $ipaddr=~ s/.*address\ //;
++## chomp $ipaddr;
++## checkdnsip $ipaddr;
++## }
++## else
++## {
++## printf "$hostname does not resolve to an IP, no reverse lookup tests possible.\n";
++## }
++## }
++## # Check this IP for OE.
++## if($ip)
++## {
++## printf "Checking IP $ip for Opportunistic Encryption:\n";
++## checkdnsip $ip;
++## }
++## }
++## else
++## {
++## # Call the default routines...
++## # Root check...
++## if($> != "0")
++## {
++## print "To check this machine, you need to run \"$me\" as root.\n"; exit;
++## }
++## else
++## {
++## installstartcheck;
++## tunnelchecks;
++## cmdchecks;
++## run "ipsec addconn --configsetup";
++## ($oe)=grep(/oe=\'yes\'/, @out);
++## if( $oe) {
++## dnschecks;
++## if($print_deprecated)
++## {
++## print "
++##
++## RFC 3445 restricts the use of the KEY RR to DNSSEC applications. The use of
++## a KEY record sub-type for Opporunistic Encryption (OE) has been deprecated.
++## TXT records are used to provide all OE functionality.\n";
++## }
++## } else {
++## printfun "Opportunistic Encryption Support";
++## warnchk "", "DISABLED";
++## }
++## }
++## # finally, run the config file through the parser checks
++## run "ipsec auto addconn --checkconfig";
++## }
++## exit $reterr
+--
+1.8.1.6
+
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-17 01:06:16 UTC (rev 7083)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-19 21:16:44 UTC (rev 7084)
@@ -528,7 +528,7 @@
/usr/lib/libssl.so
/usr/lib/libssl.so.1.0.0
##
-## openswan-2.6.38
+## openswan-2.6.39
/usr/lib/ipsec/_copyright
/usr/lib/ipsec/_include
/usr/lib/ipsec/_keycensor
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2013-07-17 01:06:16 UTC (rev 7083)
+++ ipcop/trunk/updates/2.1.0/information.xml 2013-07-19 21:16:44 UTC (rev 7084)
@@ -17,7 +17,7 @@
less to 451, libffi to 3.0.13, libgd to 2.0.36~rc1, libgcrypt to 1.5.2, libnet to 1.1.6,
libnfnetlink to 1.0.1, libnetfiltercontrack to 1.0.2, libnl to 3.2.16, libpcap to 1.3.0, libpng to 1.5.16,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.9.1, logrotate to 3.8.1, lsof to 4.87,
- mdadm to 3.2.6, net-tools to 1.60-p20120127084908, openldap to 2.4.35, openssh to 6.2p2, openssl to 1.0.1e, openswan to 2.6.38,
+ mdadm to 3.2.6, net-tools to 1.60-p20120127084908, openldap to 2.4.35, openssh to 6.2p2, openssl to 1.0.1e, openswan to 2.6.39,
parted to 3.1, patch to 2.7.1, pciutils to 3.1.10, pcre to 8.32, perl to 5.14.2-21, pixman to 0.24.4, procps to 3.3.8, psmisc to 22.20,
rp-pppoe to 3.11, rsyslog to 5.8.13, sed to 4.2.2, shadow to 4.1.5.1, smartmontools to 6.1, sqlite to 3.7.13
tcpdump to 4.3.0, traceroute to 2.0.19,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lea...@us...> - 2013-07-17 01:06:19
|
Revision: 7083
http://sourceforge.net/p/ipcop/svn/7083
Author: learningnets
Date: 2013-07-17 01:06:16 +0000 (Wed, 17 Jul 2013)
Log Message:
-----------
Partial translation
Modified Paths:
--------------
IPCopDoc/trunk/es/admin/xml/firewall.xml
Modified: IPCopDoc/trunk/es/admin/xml/firewall.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/firewall.xml 2013-07-16 05:14:49 UTC (rev 7082)
+++ IPCopDoc/trunk/es/admin/xml/firewall.xml 2013-07-17 01:06:16 UTC (rev 7083)
@@ -10,46 +10,47 @@
<sect1 id="firewall">
<title>Menú Cortafuegos</title>
<para>
- Grouped together in the Firewall Menu are some of the core functions
- of IPCop which controls how traffic flows through the firewall.
+ Agrupadas en el menú Cortafuegos, están algunas de las funciones
+ principales de IPCop que controlan cómo pasa el tráfico a través del
+ cortafuegos.
</para>
<para>
- These are:
+ Éstas son:
<itemizedlist>
<listitem>
<para>
<link linkend="firewall-settings">
- <guimenuitem>Firewall Settings</guimenuitem></link>
+ <guimenuitem>Ajustes del Cortafuegos</guimenuitem></link>
</para>
</listitem>
<listitem>
<para>
<link linkend="firewall-blue-access">
- <guimenuitem>Address Filter</guimenuitem></link>
+ <guimenuitem>Filtro de Direcciones</guimenuitem></link>
</para>
</listitem>
<listitem>
<para>
<link linkend="firewall-services">
- <guimenuitem>Services</guimenuitem></link>
+ <guimenuitem>Servicios</guimenuitem></link>
</para>
</listitem>
<listitem>
<para>
<link linkend="firewall-servicegroups">
- <guimenuitem>Service Groups</guimenuitem></link>
+ <guimenuitem>Grupos de Servicios</guimenuitem></link>
</para>
</listitem>
<listitem>
<para>
<link linkend="firewall-addresses">
- <guimenuitem>Addresses</guimenuitem></link>
+ <guimenuitem>Direcciones</guimenuitem></link>
</para>
</listitem>
<listitem>
<para>
<link linkend="firewall-addressgroups">
- <guimenuitem>Address Groups</guimenuitem></link>
+ <guimenuitem>Grupos de Direcciones</guimenuitem></link>
</para>
</listitem>
<listitem>
@@ -61,420 +62,415 @@
<listitem>
<para>
<link linkend="firewall-fwrules">
- <guimenuitem>Firewall Rules</guimenuitem></link>
+ <guimenuitem>Reglas del Cortafuegos</guimenuitem></link>
</para>
</listitem>
</itemizedlist>
</para>
<para>
- The sections <link linkend="firewall-changes"><guimenuitem>Changes in v2.0</guimenuitem></link>
- and <link linkend="firewall-traffic"><guimenuitem>What traffic is allowed between Interfaces?</guimenuitem></link>
- contain additional firewall information.
+ Las secciones <link linkend="firewall-changes"><guimenuitem>Cambios en la v2.0</guimenuitem></link>
+ y <link linkend="firewall-traffic"><guimenuitem>¿Qué trafico se permite entre interfaces?</guimenuitem></link>
+ contienen información adicional sobre el cortafuegos.
</para>
<sect2 id="firewall-changes">
- <title>Changes in v2.0</title>
+ <title>Cambios en la v2.0</title>
<formalpara>
- <title>IPCop Access</title>
+ <title>Acceso a IPCop</title>
<para>
- IPCop no longer accepts all packets sent from internal interfaces,
- only packets for services that IPCop knows about
- (DHCP, DNS, NTP, Proxy, IPsec, OpenVPN) are accepted.
+ IPCop ya no acepta todos los paquetes enviados desde interfaces internas,
+ sino únicamente paquetes para servicios que IPCop conoce
+ (DHCP, DNS, NTP, Proxy, IPsec, OpenVPN).
</para>
</formalpara>
<formalpara>
- <title>Port Forwarding</title>
+ <title>Reenvío de puertos</title>
<para>
- Port forwarding is now controlled on the
- <link linkend="firewall-fwrules">Firewall Rules</link>
- page.
+ El reenvío de puertos ahora se controla en la
+ página <link linkend="firewall-fwrules">Reglas del Cortafuegos</link>.
</para>
</formalpara>
<formalpara>
- <title>External Access</title>
+ <title>Acceso externo</title>
<para>
- External access is also controlled on the
- <link linkend="firewall-fwrules">Firewall Rules</link>
- page.
+ El acceso externo se controla también en la
+ página <link linkend="firewall-fwrules">Reglas del Cortafuegos</link>.
</para>
</formalpara>
<formalpara>
<title>DMZ Pinholes</title>
<para>
- Pinholes between networks can be created on the
- <link linkend="firewall-fwrules">Firewall Rules</link>
- page.
+ Se pueden crear entre redes en la página
+ <link linkend="firewall-fwrules">Reglas del Cortafuegos</link>.
</para>
</formalpara>
<formalpara>
- <title>Blue Access</title>
+ <title>Acceso Azul</title>
<para>
- Access to the Blue network can still be controlled on the
- <link linkend="firewall-blue-access">Address Filter</link>
- page.
- However, it is now possible to disable the controls completely by editing
- the interface policy on the
- <link linkend="firewall-settings">Firewall Settings</link>
- page.
+ El acceso a la red Azul aún se puede controlar en la
+ página <link linkend="firewall-blue-access">Filtro de Direcciones</link>.
+ Además, ahora es posible desactivar los controles completamente
+ editando la política de la interfaz en la página
+ <link linkend="firewall-settings">Ajustes del Cortafuegos</link>.
</para>
</formalpara>
<formalpara>
- <title>Firewall Options</title>
+ <title>Opciones del Cortafuegos</title>
<para>
- The ability to disable ping responses from certain interfaces
- is no longer possible. If you want to disable ping response you
- need to create a 'Firewall Rule' with 'Drop' action for ping.
+ La posibilidad de desactivar las respuestas a ping desde ciertas
+ interfaces ya no está disponible. Si quiere desactivar la respuesta
+ a ping, necesita crear una 'Regla de Cortafuegos' con la
+ acción 'Drop' para ping.
</para>
</formalpara>
<!-- move here temporarily
<para>
- The difference with IPCop version 1.4 and version 2.0 is the Deny
- Action. In 1.4 it was <quote>Drop</quote> on all interfaces.
+ La diferencia con IPCop version 1.4 y versión 2.0 es la Acción Deny.
+ En 1.4 era <quote>Drop</quote> en todas las interfaces.
</para>
-->
</sect2>
<sect2 id="firewall-traffic">
- <title>What traffic is allowed between Interfaces?</title>
+ <title>¿Qué tráfico se permite entre interfaces?</title>
<para>
- The security model of IPCop is that the GREEN network is fully
- trusted and any requests from this network, whether initiated by a
- user or by a machine infected with a virus, Trojan horse or other
- <quote>malware</quote> is legitimate and allowed by IPCop.
+ El modelo de seguridad de IPCop es que la red VERDE es completamente
+ confiable y cualquier petición desde esta red, ya sea iniciada
+ por un usuario o por una máquina infectada por un virus, troyano u
+ otro <quote>malware</quote> es legítima y permitida para IPCop.
</para>
<para>
- A new feature of IPCop 2.0.0, allows to set policies for each network
- interface. This makes it possible to allow only specific traffic to
- RED and IPCop.
+ Una nueva característica de IPCop, permite asignar políticas para cada
+ interfaz de red. Esto hace posible permitir sólo un tráfico específico
+ a ROJA y a IPCop.
</para>
<para>
- The order of trustworthiness of networks in order of increasing
- trust is:
+ El orden de confianza de las redes, de menor a mayor es:
</para>
<para>
- RED→ORANGE→BLUE→GREEN
+ ROJA→NARANJA→AZUL→VERDE
</para>
<para>
- Following tables list behaviour of traffic between interfaces
- and to IPCop depending on configured policy and the rule type
- required to allow (or disallow) traffic.
+ Las siguientes tablas listan el comportamiento entre interfaces y
+ hacia IPCop dependiendo de la política configurada y el tipo de
+ regla requerido para permitir (o denegar) el tráfico.
</para>
<table frame="all">
- <title>GREEN</title>
+ <title>VERDE</title>
<tgroup cols="5" align="left" colsep="1" rowsep="1">
<thead>
<row>
- <entry>Source</entry>
- <entry>Policy</entry>
- <entry>Destination</entry>
+ <entry>Origen</entry>
+ <entry>Política</entry>
+ <entry>Destino</entry>
<entry></entry>
- <entry>Rule Type</entry>
+ <entry>Tipo de regla</entry>
</row>
</thead>
<tbody>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Open</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Abierta</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Open for known Services</entry>
- <entry>IPCop Access</entry>
+ <entry>Abierto para Servicios conocidos</entry>
+ <entry>Acceso a IPCop</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Open</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Abierto</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Open</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Abierto</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Open</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Abierto</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Half-Open</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Semi-Abierta</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Open for known Services</entry>
- <entry>IPCop Access</entry>
+ <entry>Abierto para Servicios conocidos</entry>
+ <entry>Acceso a IPCop</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Half-Open</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Semi-Abierta</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Half-Open</entry>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Semi-Abierta</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Half-Open</entry>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Semi-Abierta</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrada</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Closed</entry>
- <entry>IPCop Access</entry>
+ <entry>Cerrado</entry>
+ <entry>Acceso a IPCop</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
</tbody>
</tgroup>
</table>
<para>
- IPsec and OpenVPN interfaces are equal to GREEN and behave the
- same.
+ Las interfaces IPsec y OpenVPN son iguales a VERDE y su comportamiento
+ es el mismo.
</para>
<table frame="all">
- <title>RED</title>
+ <title>ROJA</title>
<tgroup cols="5" align="left" colsep="1" rowsep="1">
<thead>
<row>
- <entry>Source</entry>
- <entry>Policy</entry>
- <entry>Destination</entry>
+ <entry>Origen</entry>
+ <entry>Política</entry>
+ <entry>Destino</entry>
<entry></entry>
- <entry>Rule Type</entry>
+ <entry>Tipo de regla</entry>
</row>
</thead>
<tbody>
<row>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrada</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Closed</entry>
- <entry>External Access</entry>
+ <entry>Cerrado</entry>
+ <entry>Acceso Externo</entry>
</row>
<row>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry>Port Forwarding</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Reenvío de puertos</entry>
</row>
<row>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Port Forwarding</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Reenvío de puertos</entry>
</row>
<row>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Port Forwarding</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Reenvío de puertos</entry>
</row>
</tbody>
</tgroup>
</table>
<table frame="all">
- <title>BLUE</title>
+ <title>AZUL</title>
<tgroup cols="5" align="left" colsep="1" rowsep="1">
<thead>
<row>
- <entry>Source</entry>
- <entry>Policy</entry>
- <entry>Destination</entry>
+ <entry>Origen</entry>
+ <entry>Política</entry>
+ <entry>Destino</entry>
<entry></entry>
- <entry>Rule Type</entry>
+ <entry>Tipo de regla</entry>
</row>
</thead>
<tbody>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Open</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Abierta</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Open for known Services</entry>
- <entry>IPCop Access</entry>
+ <entry>Abierto para Servicios conocidos</entry>
+ <entry>Acceso a IPCop</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Open</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Abierto</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Open</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Abierto</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Half-Open</entry>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Semi-Abierto</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Half-Open</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Semi-Abierto</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Open for known Services</entry>
- <entry>IPCop Access</entry>
+ <entry>Abierto para Servicios conocidos</entry>
+ <entry>Acceso a IPCop</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Half-Open</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Semi-Abierta</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Half-Open</entry>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Semi-Abierta</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrada</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Closed</entry>
- <entry>IPCop Access</entry>
+ <entry>Cerrado</entry>
+ <entry>Acceso a IPCop</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
</tbody>
</tgroup>
</table>
<table frame="all">
- <title>ORANGE</title>
+ <title>NARANJA</title>
<tgroup cols="5" align="left" colsep="1" rowsep="1">
<thead>
<row>
- <entry>Source</entry>
- <entry>Policy</entry>
- <entry>Destination</entry>
+ <entry>Origen</entry>
+ <entry>Política</entry>
+ <entry>Destino</entry>
<entry></entry>
- <entry>Rule Type</entry>
+ <entry>Tipo de regla</entry>
</row>
</thead>
<tbody>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Open</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Abierta</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Closed</entry>
+ <entry>Cerrado</entry>
<entry>-</entry>
</row>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Open</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Abierto</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Open</entry>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Abierta</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">GREEN</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">VERDE</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrada</entry>
<entry><emphasis role="bold">IPCop</emphasis></entry>
- <entry>Closed</entry>
+ <entry>Cerrado</entry>
<entry>-</entry>
</row>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">RED</emphasis></entry>
- <entry>Closed</entry>
- <entry>Outgoing</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">ROJA</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Saliente</entry>
</row>
<row>
- <entry><emphasis role="bold">ORANGE</emphasis></entry>
- <entry>Closed</entry>
- <entry><emphasis role="bold">BLUE</emphasis></entry>
- <entry>Closed</entry>
- <entry>Internal</entry>
+ <entry><emphasis role="bold">NARANJA</emphasis></entry>
+ <entry>Cerrada</entry>
+ <entry><emphasis role="bold">AZUL</emphasis></entry>
+ <entry>Cerrado</entry>
+ <entry>Interno</entry>
</row>
</tbody>
</tgroup>
@@ -482,17 +478,17 @@
</sect2>
<sect2 id="firewall-settings">
- <title>Firewall Settings Administrative Web Page</title>
+ <title>Página de Ajustes Administrativos del Cortafuegos</title>
<sect3 id="firewall-settings-settings">
- <title>Settings</title>
+ <title>Ajustes</title>
<para>
- The first section allows you to control administrative access
- (via https and ssh) to specific networks
- (Green, Blue, OpenVPN, IPsec) as available.
+ La primera sección le permite controlar el acceso administrativo
+ (mediante https y ssh) a redes específicas
+ (Verde, Azul, OpenVPN, IPsec) según la disponibilidad.
</para>
<para>
<figure id="v200.firewall.001">
- <title>Firewall settings</title>
+ <title>Ajustes del Cortafuegos</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-settings.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -501,109 +497,109 @@
<imagedata fileref="&imagepath;firewall-settings.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Firewall settings screenshot</phrase>
+ <phrase>Captura de ajustes del Cortafuegos</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<formalpara>
- <title>Admin network</title>
+ <title>Red de Administración</title>
<para>
- Check the checkboxes beside each network interface you want
- to open for administrative access.
+ Marque las casillas junto a cada interfaz de red que quiera
+ abrir para acceso administrativo.
</para>
</formalpara>
<para>
- If you want ssh access, don't forget to enable it on the
- <link linkend="system-ssh">SSH Access</link>
- page.
+ Si quiere acceso ssh, no olvide activarlo en la página
+ <link linkend="system-ssh">Acceso SSH</link>.
</para>
<para>
- If a MAC address is set, it is combined, so if you enable both
- Green and Blue, <emphasis>and</emphasis> set a MAC address, only this
- machine has administrative access from both Green and Blue.
+ Si se introduce una dirección MAC, se combina, con lo que si
+ activa Verde y Azul, <emphasis>e</emphasis> introduce una dirección
+ MAC, sólo esta máquina tendrá acceso administrativo tanto desde Verde
+ como desde Azul.
</para>
<para>
- Additional rules for opening can be always made by creating
- firewall rules.
+ Siempre se pueden crear reglas adicionales para permitir
+ tráfico creando reglas de cortafuegos.
</para>
<formalpara>
- <title>Advanced Mode</title>
+ <title>Modo Avanzado</title>
<para>
- Check this box to add several, less frequently used,
- options when you create firewall rules:
+ Marque esta casilla para añadir varias opciones,
+ usadas con menor frecuencia, cuando cree reglas de
+ cortafuegos.
</para>
</formalpara>
<itemizedlist>
<listitem>
<para>
- Option to limit logging.
+ Opción para limitar el registro.
</para>
</listitem>
<listitem>
<para>
- Option to add a timeframe for when a rule will be active
- (say you want to open web browsing for your kids between
- 19:00 and 21:00 only, then this is how you do that).
+ Opción para añadir un lapso de tiempo durante el cual una
+ regla estará activa (supongamos que desea permitir la
+ navegación web para sus niños solamente entre las 19:00 y
+ las 21:00; así es como se hace).
</para>
</listitem>
<listitem>
<para>
- Add custom interfaces.
+ Añadir interfaces personalizadas.
</para>
</listitem>
<listitem>
<para>
- Create rules for custom interfaces.
+ Crear reglas para interfaces personalizadas.
</para>
</listitem>
<listitem>
<para>
- Add a Source Port to rules.
+ Añadir un puerto de origen a las reglas.
</para>
</listitem>
<listitem>
<para>
- Add possibility to 'invert' Source, Destination, Source Port and Destination Service.
+ Añadir la posibilidad de invertir Origen, Destino, Puerto de Origen y Servicio de Destino.
</para>
</listitem>
</itemizedlist>
<formalpara>
- <title>GUI Settings</title>
+ <title>Ajustes de la GUI</title>
<para>
- Show interface colors in rule overview.
+ Mostrar color de las interfaces en la vista de reglas.
</para>
</formalpara>
<para>
- Check this box to highlight the interface colors in the display
- of current rules on the
- <link linkend="firewall-fwrules">Firewall Rules</link>
- page.
+ Marque esta casilla para resaltar los colores de las interfaces
+ en la vista de reglas actuales en la página <link linkend="firewall-fwrules">Reglas del Cortafuegos</link>.
</para>
<formalpara>
- <title>Save</title>
+ <title>Guardar</title>
<para>
- Press the <guibutton>Save</guibutton> button to save your settings.
+ Pulse el botón <guibutton>Guardar</guibutton> para guardar sus ajustes.
</para>
</formalpara>
<formalpara>
- <title>Reset</title>
+ <title>Revertir</title>
<para>
- Press the <guibutton>Reset</guibutton> button to revert
- settings to their defaults.
+ Pulse el botón <guibutton>Revertir</guibutton> para volver
+ a los ajustes por defecto.
</para>
</formalpara>
</sect3>
<sect3 id="firewall-settings-policy">
- <title>Interface policies</title>
+ <title>Políticas de Interfaz</title>
<para>
- The second section shows the currently active interfaces and
- their log and policy settings.
+ La segunda sección muestra las interfaces activas en el momento
+ y sus ajustes de registro y política.
</para>
<para>
<figure id="v200.firewall.002">
- <title>Interface policies</title>
+ <title>Políticas de Interfaz</title>
<mediaobject>
<imageobject role="fo">
<imagedata fileref="&imagepath;firewall-policy.&imageext;" format="PNG" contentwidth="14cm"/>
@@ -612,129 +608,130 @@
<imagedata fileref="&imagepath;firewall-policy.&imageext;" format="PNG" align="center"/>
</imageobject>
<textobject>
- <phrase>Interface policies screenshot</phrase>
+ <phrase>Pantalla de Políticas de Interfaz</phrase>
</textobject>
</mediaobject>
</figure>
</para>
<para>
- For each interface there are several settings, first (most
- importantly) is the <emphasis role="strong">policy</emphasis>.
+ Para cada interfaz hay varios ajustes, el primero (y más
+ importante) es la <emphasis role="strong">política</emphasis>.
</para>
<para>
- There are three policies:
+ Hay tres políticas:
</para>
<formalpara>
- <title>Open</title>
+ <title>Abierta</title>
<para>
- This opens an interface to evenly secure and less-secure
- interfaces.
- This also opens access to IPCop services.
+ Esto abre una interfaz a interfaces de igual y menor
+ seguridad.
+ Esto también abre el acceso a los servicios de IPCop.
</para>
</formalpara>
<formalpara>
- <title>Half-open</title>
+ <title>Semi-Abierta</title>
<para>
- This opens access to IPCop services.
+ Esto abre el acceso a los servicios de IPCop.
</para>
</formalpara>
<formalpara>
- <title>Closed</title>
+ <title>Cerrada</title>
<para>
- Fully closes an interface.
- If access is needed from a "closed" interface a
- rule must be specifically created.
+ Cierra completamente una interfaz.
+ Si se necesita acceso desde una interfaz "cerrada"
+ se debe crear una regla específica.
</para>
</formalpara>
<note>
<para>
- There is <emphasis>no</emphasis> half-open policy for Orange.
+ <emphasis>No</emphasis> hay política semi-abierta para Naranja.
</para>
<para>
- There is <emphasis>only</emphasis> a closed policy for Red.
+ <emphasis>Solamente</emphasis> hay política cerrada para Roja.
</para>
</note>
<formalpara>
- <title>Logging</title>
+ <title>Registro</title>
<para>
- With a simple click it is possible to disable logging on an
- interface. (This avoids filling your hard-disk with blocked
- attempted 'attacks' from the Internet).
+ Con un simple click se puede deshabilitar el registro de una interfaz.
+ (Esto evita llenar su disco duro con intentos de 'ataques'
+ bloqueados desde Internet).
</para>
</formalpara>
<para>
- Click the checkbox again to enable logging.
+ Marque la casilla de nuevo para activar el registro.
</para>
<formalpara>
- <title>Default Deny action</title>
+ <title>Acción de negación por defecto</title>
<para>
- Reject or Drop.
+ Rechazar o descartar.
</para>
</formalpara>
<para>
- The advice is to use Drop for Red, and Reject for all other
- interfaces.
+ La recomendación es emplear Descartar para Roja, y Rechazar
+ para el resto de interfaces.
</para>
<para>
- Drop silently discards a packet.
- Reject refuses a packet and sends an ICMP 'port
- unreachable' back to the sender.
+ Descartar, descarta un paquete silenciosamente.
+ Rechazar, rehusa un paquete y envía un mensaje
+ ICMP 'puerto no alcanzable' de vuelta al origen.
</para>
<para>
- You probably do not want to use Reject for packets coming from
- the Internet, as this could potentially lead to DoS.
+ Probablemente no quiera usar Rechazar para paquetes que vengan
+ desde Internet, ya que potencialmente puede llevar a un DoS
+ (negación de servicio).
</para>
<para>
- For internal interfaces using Reject is a good idea.
- A client gets an error message immediately and does not have to
- wait on a timeout.
+ Para interfaces internas es una buena idea utilizar Rechazar.
+ El cliente recibe un mensaje de error inmediatamente y no
+ tiene que esperar a un 'timeout'.
</para>
<formalpara>
- <title>Address Filter</title>
+ <title>Filtro de Direcciones</title>
<para>
- If Address Filter control is enabled, only those clients that are on the
- <link linkend="firewall-blue-access">Address Filter</link>
- list have access, depending on policy.
+ Si el control por Filtro de Direcciones está activado, sólo aquellos
+ clientes que estén en la lista de <link linkend="firewall-blue-access">Filtro de direcciones</link>
+ tendrán acceso, dependiendo de la política.
</para>
</formalpara>
<para>
- Clients that are not enabled in the Address Filter list can
- only use DHCP and can open IPsec and/or OpenVPN tunnels.
+ Los clientes que no estén en la lista de Filtro de Direcciones sólo
+ pueden usar DHCP y abrir túneles IPsec y/o OpenVPN.
</para>
<para>
- If Address Filter control is <emphasis>not</emphasis> enabled, all
- clients have access, depending on policy.
+ Si el control por Filtro de Direcciones <emphasis>no</emphasis> está
+ activado, todos los clientes tendrán acceso, dependiendo de la política.
</para>
<para>
- This only applies if you have a Blue network interface installed.
+ Esto sólo se aplica si tiene una interfaz de red Azul instalada.
</para>
<formalpara>
- <title>Action</title>
+ <title>Acción</title>
<para>
- Click on the <emphasis>Yellow Pencil</emphasis> icon to
- edit a policy.
+ Pinche en el icono del <emphasis>lápiz amarillo</emphasis>
+ para editar una política.
</para>
</formalpara>
</sect3>
<sect3 id="firewall-settings-defaults">
- <title>Default settings</title>
+ <title>Ajustes por defecto</title>
<para>
- Green is the only Admin network interface enabled by default.
+ Verde es la única interfaz de red para Administración por defecto.
</para>
<para>
- Red Interface has 'closed' as default policy.
- All other interfaces have 'open'.
+ La interfaz Roja tiene 'cerrada' como política por defecto.
+ Todas las demás interfaces tienen 'abierta'.
</para>
<para>
- Red Interface has 'Drop' as Deny Action.
- All other interfaces have 'Reject'.
+ La interfaz Roja tiene 'Descartar' como Acción de negación.
+ Todas las demás interfaces tienen 'Rechazar'.
</para>
<para>
- Logging is active on all interfaces.
+ El registro está activo en todas las interfaces.
</para>
<para>
- Address Filter control is active.
+ El control por Filtro de Direcciones está activado.
</para>
</sect3>
</sect2>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2013-07-16 05:14:51
|
Revision: 7082
http://sourceforge.net/p/ipcop/svn/7082
Author: owes
Date: 2013-07-16 05:14:49 +0000 (Tue, 16 Jul 2013)
Log Message:
-----------
Update wanpipe to 7.0.3. Building is still broken at the moment.
Modified Paths:
--------------
ipcop/trunk/lfs/wanpipe
Added Paths:
-----------
ipcop/trunk/src/patches/wanpipe_linux-3.0.patch
Removed Paths:
-------------
ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch
Modified: ipcop/trunk/lfs/wanpipe
===================================================================
--- ipcop/trunk/lfs/wanpipe 2013-07-15 07:42:59 UTC (rev 7081)
+++ ipcop/trunk/lfs/wanpipe 2013-07-16 05:14:49 UTC (rev 7082)
@@ -36,7 +36,7 @@
include Config
PKG_NAME = wanpipe
-VER = 3.5.25
+VER = 7.0.3
HOST_ARCH = i486
OTHER_SRC = yes
KERNEL_MOD = yes
@@ -55,7 +55,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 96700bece0d358bb12af9491d2730304
+$(DL_FILE)_MD5 = 3649f1f7e5a979f9a1566efb908433a6
install : $(TARGET)
@@ -86,7 +86,7 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_linux-3.0.patch
+ cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(PKG_NAME)_linux-3.0.patch
# Source archive contains some .svn directories, remove that
find $(DIR_APP) -name .svn -print | xargs --no-run-if-empty rm -rf
Deleted: ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch
===================================================================
--- ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch 2013-07-15 07:42:59 UTC (rev 7081)
+++ ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch 2013-07-16 05:14:49 UTC (rev 7082)
@@ -1,16 +0,0 @@
---- a/Setup 2012-02-26 09:26:09.000000000 +0100
-+++ b/Setup 2012-02-26 09:30:04.000000000 +0100
-@@ -912,7 +912,13 @@
-
- done < $1/Makefile
-
-+ if [ -z "$KLVL" ] && [ -z "$KEVER" ]; then
-+ KERNEL_VERSION=$KVER"."$KPATCH
-+ elif [ -z "$KLVL" ]; then
-+ KERNEL_VERSION=$KVER"."$KPATCH$KEVER
-+ else
- KERNEL_VERSION=$KVER"."$KPATCH"."$KLVL$KEVER
-+ fi
-
- if [ "$KVER" -eq "3" ] && [ "$KPATCH" -eq "0" ]; then
- KERN_VER=30;
Copied: ipcop/trunk/src/patches/wanpipe_linux-3.0.patch (from rev 7079, ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch)
===================================================================
--- ipcop/trunk/src/patches/wanpipe_linux-3.0.patch (rev 0)
+++ ipcop/trunk/src/patches/wanpipe_linux-3.0.patch 2013-07-16 05:14:49 UTC (rev 7082)
@@ -0,0 +1,16 @@
+--- a/Setup 2012-02-26 09:26:09.000000000 +0100
++++ b/Setup 2012-02-26 09:30:04.000000000 +0100
+@@ -912,7 +912,13 @@
+
+ done < $1/Makefile
+
++ if [ -z "$KLVL" ] && [ -z "$KEVER" ]; then
++ KERNEL_VERSION=$KVER"."$KPATCH
++ elif [ -z "$KLVL" ]; then
++ KERNEL_VERSION=$KVER"."$KPATCH$KEVER
++ else
+ KERNEL_VERSION=$KVER"."$KPATCH"."$KLVL$KEVER
++ fi
+
+ if [ "$KVER" -eq "3" ] && [ "$KPATCH" -eq "0" ]; then
+ KERN_VER=30;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2013-07-15 07:43:01
|
Revision: 7081
http://sourceforge.net/p/ipcop/svn/7081
Author: owes
Date: 2013-07-15 07:42:59 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
Update hdparm to 9.43
Modified Paths:
--------------
ipcop/trunk/lfs/hdparm
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/hdparm
===================================================================
--- ipcop/trunk/lfs/hdparm 2013-07-15 07:34:28 UTC (rev 7080)
+++ ipcop/trunk/lfs/hdparm 2013-07-15 07:42:59 UTC (rev 7081)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = hdparm
-VER = 9.39
+VER = 9.43
HOST_ARCH = all
OTHER_SRC = yes
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2bc17b72403885d4faf959682944243b
+$(DL_FILE)_MD5 = f73233be118d86c779a8463d8b6a3cdb
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-15 07:34:28 UTC (rev 7080)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-15 07:42:59 UTC (rev 7081)
@@ -291,7 +291,7 @@
/usr/bin/uncompress
/usr/bin/zcat
##
-## hdparm-9.39
+## hdparm-9.43
/usr/sbin/hdparm
##
## iproute2-3.7.0
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2013-07-15 07:34:28 UTC (rev 7080)
+++ ipcop/trunk/updates/2.1.0/information.xml 2013-07-15 07:42:59 UTC (rev 7081)
@@ -13,7 +13,7 @@
e2fsprogs to 1.42.7, ethtool to 3.6, expat to 2.1.0, freetype to 2.4.12, fontconfig to 2.9,
gawk to 4.0.2, GD to 2.49, gettext to 0.18.2, glib to 2.30.3, gmp to 5.0.5, gnupg to 1.4.13, grep to 2.14, gzip to 1.5,
iproute2 to 3.7.0, iptables to 1.4.18, iptstate to 2.2.5, iputils to s20121221, iw to 3.8,
- hdparm to 9.39, httpd to 2.2.24, krb5 to 1.10.5,
+ hdparm to 9.43, httpd to 2.2.24, krb5 to 1.10.5,
less to 451, libffi to 3.0.13, libgd to 2.0.36~rc1, libgcrypt to 1.5.2, libnet to 1.1.6,
libnfnetlink to 1.0.1, libnetfiltercontrack to 1.0.2, libnl to 3.2.16, libpcap to 1.3.0, libpng to 1.5.16,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.9.1, logrotate to 3.8.1, lsof to 4.87,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2013-07-15 07:34:30
|
Revision: 7080
http://sourceforge.net/p/ipcop/svn/7080
Author: owes
Date: 2013-07-15 07:34:28 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
Update smartmontools to 6.1
Modified Paths:
--------------
ipcop/trunk/lfs/smartmontools
ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
ipcop/trunk/updates/2.1.0/information.xml
Modified: ipcop/trunk/lfs/smartmontools
===================================================================
--- ipcop/trunk/lfs/smartmontools 2013-07-14 16:06:35 UTC (rev 7079)
+++ ipcop/trunk/lfs/smartmontools 2013-07-15 07:34:28 UTC (rev 7080)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = smartmontools
-VER = 6.0
+VER = 6.1
HOST_ARCH = all
OTHER_SRC = yes
@@ -47,12 +47,11 @@
# Top-level Rules
###############################################################################
-objects = $(DL_FILE) \
- $(PATCH1)
+objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5646a07f5f4bee8e2e649de8c6b7ae87
+$(DL_FILE)_MD5 = 83a3a681f8183ed858392d550ae1cca6
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-14 16:06:35 UTC (rev 7079)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-07-15 07:34:28 UTC (rev 7080)
@@ -1219,7 +1219,7 @@
/usr/sbin/userdel
/usr/sbin/usermod
##
-## smartmontools-6.0
+## smartmontools-6.1
/usr/sbin/smartctl
##
## sqlite-3.7.13
Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml 2013-07-14 16:06:35 UTC (rev 7079)
+++ ipcop/trunk/updates/2.1.0/information.xml 2013-07-15 07:34:28 UTC (rev 7080)
@@ -19,7 +19,7 @@
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.9.1, logrotate to 3.8.1, lsof to 4.87,
mdadm to 3.2.6, net-tools to 1.60-p20120127084908, openldap to 2.4.35, openssh to 6.2p2, openssl to 1.0.1e, openswan to 2.6.38,
parted to 3.1, patch to 2.7.1, pciutils to 3.1.10, pcre to 8.32, perl to 5.14.2-21, pixman to 0.24.4, procps to 3.3.8, psmisc to 22.20,
- rp-pppoe to 3.11, rsyslog to 5.8.13, sed to 4.2.2, shadow to 4.1.5.1, smartmontools to 6.0, sqlite to 3.7.13
+ rp-pppoe to 3.11, rsyslog to 5.8.13, sed to 4.2.2, shadow to 4.1.5.1, smartmontools to 6.1, sqlite to 3.7.13
tcpdump to 4.3.0, traceroute to 2.0.19,
usb-modeswitch to 1.2.5, usb-modeswitch-data to 20121109, usbutils to 006, util-linux to 2.22.2,
zlib to 1.2.8, several Perl CPAN modules.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dot...@us...> - 2013-07-14 16:06:38
|
Revision: 7079
http://sourceforge.net/p/ipcop/svn/7079
Author: dotzball
Date: 2013-07-14 16:06:35 +0000 (Sun, 14 Jul 2013)
Log Message:
-----------
Add some spaces.
Modified Paths:
--------------
ipcop/trunk/config/etc/sysctl.conf
Modified: ipcop/trunk/config/etc/sysctl.conf
===================================================================
--- ipcop/trunk/config/etc/sysctl.conf 2013-07-14 15:46:25 UTC (rev 7078)
+++ ipcop/trunk/config/etc/sysctl.conf 2013-07-14 16:06:35 UTC (rev 7079)
@@ -26,7 +26,7 @@
net.ipv4.conf.all.promote_secondaries = 1
# show bytes and packets in conntrack tables
-net.netfilter.nf_conntrack_acct=1
+net.netfilter.nf_conntrack_acct = 1
kernel.printk = 1 4 1 7
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dot...@us...> - 2013-07-14 15:46:30
|
Revision: 7078
http://sourceforge.net/p/ipcop/svn/7078
Author: dotzball
Date: 2013-07-14 15:46:25 +0000 (Sun, 14 Jul 2013)
Log Message:
-----------
Show bytes and packets in conntrack tables.
Modified Paths:
--------------
ipcop/trunk/config/etc/sysctl.conf
Modified: ipcop/trunk/config/etc/sysctl.conf
===================================================================
--- ipcop/trunk/config/etc/sysctl.conf 2013-07-13 12:47:44 UTC (rev 7077)
+++ ipcop/trunk/config/etc/sysctl.conf 2013-07-14 15:46:25 UTC (rev 7078)
@@ -25,6 +25,9 @@
net.ipv4.conf.all.log_martians = 1
net.ipv4.conf.all.promote_secondaries = 1
+# show bytes and packets in conntrack tables
+net.netfilter.nf_conntrack_acct=1
+
kernel.printk = 1 4 1 7
# Prevent exploitation of kernel NULL dereference for addr
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eob...@us...> - 2013-07-13 12:47:48
|
Revision: 7077
http://sourceforge.net/p/ipcop/svn/7077
Author: eoberlander
Date: 2013-07-13 12:47:44 +0000 (Sat, 13 Jul 2013)
Log Message:
-----------
Upgrade tzdata to 2013d
Modified Paths:
--------------
ipcop/trunk/lfs/tzdata
ipcop/trunk/updates/2.1.1/information.xml
Modified: ipcop/trunk/lfs/tzdata
===================================================================
--- ipcop/trunk/lfs/tzdata 2013-07-12 20:43:59 UTC (rev 7076)
+++ ipcop/trunk/lfs/tzdata 2013-07-13 12:47:44 UTC (rev 7077)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = tzdata
-VER = 2013c
+VER = 2013d
HOST_ARCH = all
OTHER_SRC = yes
@@ -54,7 +54,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b5062217a2dea6823dd69b4dda97b249
+$(DL_FILE)_MD5 = 65b6818162230fc02f86f293376c73df
install : $(TARGET)
Modified: ipcop/trunk/updates/2.1.1/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.1/information.xml 2013-07-12 20:43:59 UTC (rev 7076)
+++ ipcop/trunk/updates/2.1.1/information.xml 2013-07-13 12:47:44 UTC (rev 7077)
@@ -5,7 +5,7 @@
<size>0</size>
<description>Add URL filter.<br />
Upgrade kernel to 3.4.52, squid to 3.1.23, squid-langpack to 20121005,
- tzdata to 2013c.
+ tzdata to 2013d.
<br />
<b>Mandatory reboot after upgrade.</b>
</description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ow...@us...> - 2013-07-12 20:44:02
|
Revision: 7076
http://sourceforge.net/p/ipcop/svn/7076
Author: owes
Date: 2013-07-12 20:43:59 +0000 (Fri, 12 Jul 2013)
Log Message:
-----------
Sort OpenVPN connections similar to IPsec
Modified Paths:
--------------
ipcop/trunk/html/cgi-bin/openvpn.cgi
Modified: ipcop/trunk/html/cgi-bin/openvpn.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/openvpn.cgi 2013-07-10 21:07:57 UTC (rev 7075)
+++ ipcop/trunk/html/cgi-bin/openvpn.cgi 2013-07-12 20:43:59 UTC (rev 7076)
@@ -2017,7 +2017,7 @@
print <<END
<table width='100%' border='0' cellspacing='1' cellpadding='0'>
<tr valign='bottom'>
- <td width='10%' class='boldbase' align='center'><b>$Lang::tr{'name'}</b></td>
+ <td width='10%' class='boldbase' align='center'><b>$Lang::tr{'name'}</b> $Header::sortup</td>
<td width='15%' class='boldbase' align='center'><b>$Lang::tr{'type'}</b></td>
<td width='15%' class='boldbase' align='center'><b>$Lang::tr{'common name'}</b></td>
<td width='20%' class='boldbase' align='center'><b>$Lang::tr{'valid until'}</b></td>
@@ -2029,7 +2029,7 @@
;
my $id = 0;
my $gif;
- foreach my $key (keys %confighash) {
+ foreach my $key (sort SortConfigHashByName (keys(%confighash))) {
if ($confighash{$key}[0] eq 'on') {
$gif = 'on.gif';
}
@@ -2190,3 +2190,18 @@
&Header::closebigbox();
&Header::closepage();
+
+
+
+sub SortConfigHashByName
+{
+ if ($confighash{$a}[1] lt $confighash{$b}[1]) {
+ return -1;
+ }
+ elsif ($confighash{$a}[1] gt $confighash{$b}[1]) {
+ return 1;
+ }
+ else {
+ return 0;
+ }
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dot...@us...> - 2013-07-10 21:08:01
|
Revision: 7075
http://sourceforge.net/p/ipcop/svn/7075
Author: dotzball
Date: 2013-07-10 21:07:57 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
Update linux kernel to 3.4.52.
TODO:
- testing on various plattforms/hardware (I don't have).
- may initramfs for the installer files need some changes if some modules
are missing in installer (for example new usb-common.ko.gz was missing).
- may tweak kernel config, I did a 'make oldconfig' where I select mostly
the default config values as I didn't know what to select different.
Modified Paths:
--------------
ipcop/trunk/config/kernel/kernel.config.i486
ipcop/trunk/config/rootfiles/arch_i486/linux
ipcop/trunk/config/rootfiles/arch_i486/linux-headers
ipcop/trunk/lfs/initramfs
ipcop/trunk/lfs/linux
ipcop/trunk/lfs/linux-headers
ipcop/trunk/lfs/pulsar
ipcop/trunk/updates/2.1.1/ROOTFILES.i486-2.1.1
ipcop/trunk/updates/2.1.1/information.xml
ipcop/trunk/updates/2.1.1/setup
Added Paths:
-----------
ipcop/trunk/src/patches/pulsar-4.0.24_kernel_3.4.patch
Modified: ipcop/trunk/config/kernel/kernel.config.i486
===================================================================
--- ipcop/trunk/config/kernel/kernel.config.i486 2013-07-07 14:00:01 UTC (rev 7074)
+++ ipcop/trunk/config/kernel/kernel.config.i486 2013-07-10 21:07:57 UTC (rev 7075)
@@ -1,6 +1,6 @@
#
-# Automatically generated make config: don't edit
-# Linux/i386 3.0-1 Kernel Configuration
+# Automatically generated file; DO NOT EDIT.
+# Linux/i386 3.4-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -17,13 +17,12 @@
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
-CONFIG_ZONE_DMA=y
# CONFIG_NEED_DMA_MAP_STATE is not set
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
-CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
+CONFIG_GENERIC_GPIO=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
@@ -33,14 +32,13 @@
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
+CONFIG_ARCH_HAS_CPU_AUTOPROBE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
-# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
-CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
@@ -87,19 +85,17 @@
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
-CONFIG_HAVE_SPARSE_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_IRQ_FORCED_THREADING=y
-# CONFIG_SPARSE_IRQ is not set
+CONFIG_SPARSE_IRQ=y
#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
-# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=32
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_TREE_RCU_TRACE is not set
@@ -107,6 +103,7 @@
CONFIG_LOG_BUF_SHIFT=15
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_CGROUPS is not set
+# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
@@ -128,13 +125,14 @@
CONFIG_ANON_INODES=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
-CONFIG_SYSCTL_SYSCALL=y
+# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
+CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
@@ -158,6 +156,7 @@
# CONFIG_SLUB is not set
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
+CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_KPROBES is not set
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
@@ -175,6 +174,9 @@
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
+CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
+CONFIG_HAVE_CMPXCHG_LOCAL=y
+CONFIG_HAVE_CMPXCHG_DOUBLE=y
#
# GCOV-based kernel profiling
@@ -193,9 +195,16 @@
CONFIG_BLOCK=y
# CONFIG_LBDAF is not set
CONFIG_BLK_DEV_BSG=y
+CONFIG_BLK_DEV_BSGLIB=y
# CONFIG_BLK_DEV_INTEGRITY is not set
#
+# Partition Types
+#
+# CONFIG_PARTITION_ADVANCED is not set
+CONFIG_MSDOS_PARTITION=y
+
+#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
@@ -210,7 +219,6 @@
# CONFIG_INLINE_SPIN_LOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
-CONFIG_INLINE_SPIN_UNLOCK=y
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
@@ -238,14 +246,16 @@
#
# Processor type and features
#
+CONFIG_ZONE_DMA=y
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
+CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_SMP=y
CONFIG_X86_MPPARSE=y
# CONFIG_X86_BIGSMP is not set
CONFIG_X86_EXTENDED_PLATFORM=y
-# CONFIG_X86_MRST is not set
+# CONFIG_X86_WANT_INTEL_MID is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_32_NON_STANDARD is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
@@ -282,7 +292,6 @@
CONFIG_X86_GENERIC=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
-CONFIG_CMPXCHG_LOCAL=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_PPRO_FENCE=y
@@ -305,7 +314,6 @@
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
-# CONFIG_IOMMU_API is not set
CONFIG_NR_CPUS=4
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
@@ -347,6 +355,8 @@
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_HAVE_MEMBLOCK=y
+CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
+CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_COMPACTION is not set
@@ -370,6 +380,7 @@
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
+CONFIG_ARCH_RANDOM=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
CONFIG_CC_STACKPROTECTOR=y
@@ -425,6 +436,7 @@
CONFIG_ACPI_CONTAINER=m
# CONFIG_ACPI_SBS is not set
# CONFIG_ACPI_HED is not set
+# CONFIG_ACPI_BGRT is not set
# CONFIG_ACPI_APEI is not set
# CONFIG_SFI is not set
CONFIG_X86_APM_BOOT=y
@@ -499,11 +511,17 @@
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
+CONFIG_PCIEASPM_DEFAULT=y
+# CONFIG_PCIEASPM_POWERSAVE is not set
+# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
+# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
CONFIG_HT_IRQ=y
# CONFIG_PCI_IOV is not set
+# CONFIG_PCI_PRI is not set
+# CONFIG_PCI_PASID is not set
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y
CONFIG_ISA_DMA_API=y
@@ -513,6 +531,9 @@
CONFIG_SCx200=m
# CONFIG_SCx200HR_TIMER is not set
# CONFIG_OLPC is not set
+CONFIG_ALIX=y
+CONFIG_NET5501=y
+CONFIG_GEOS=y
CONFIG_AMD_NB=y
CONFIG_PCCARD=m
CONFIG_PCMCIA=m
@@ -541,6 +562,7 @@
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
+CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_AOUT is not set
@@ -554,6 +576,7 @@
#
CONFIG_PACKET=y
CONFIG_UNIX=y
+# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
# CONFIG_XFRM_SUB_POLICY is not set
@@ -590,6 +613,7 @@
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
+# CONFIG_INET_UDP_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=m
@@ -637,11 +661,14 @@
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
+CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CONNTRACK_MARK=y
+CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
+# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
@@ -659,6 +686,7 @@
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
+# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
# CONFIG_NETFILTER_TPROXY is not set
CONFIG_NETFILTER_XTABLES=y
@@ -679,6 +707,7 @@
CONFIG_NETFILTER_XT_TARGET_HL=m
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
CONFIG_NETFILTER_XT_TARGET_LED=m
+CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
@@ -703,6 +732,7 @@
CONFIG_NETFILTER_XT_MATCH_DCCP=m
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
CONFIG_NETFILTER_XT_MATCH_DSCP=m
+CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
@@ -713,6 +743,7 @@
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
+CONFIG_NETFILTER_XT_MATCH_NFACCT=m
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
@@ -741,10 +772,10 @@
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
+# CONFIG_IP_NF_MATCH_RPFILTER is not set
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
-CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
@@ -787,8 +818,8 @@
CONFIG_IP6_NF_MATCH_HL=m
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
# CONFIG_IP6_NF_MATCH_MH is not set
+# CONFIG_IP6_NF_MATCH_RPFILTER is not set
# CONFIG_IP6_NF_MATCH_RT is not set
-CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
# CONFIG_IP6_NF_MANGLE is not set
@@ -860,6 +891,7 @@
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
CONFIG_NET_SCH_INGRESS=m
+# CONFIG_NET_SCH_PLUG is not set
#
# Classification
@@ -897,9 +929,11 @@
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
# CONFIG_BATMAN_ADV is not set
+# CONFIG_OPENVSWITCH is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
+CONFIG_BQL=y
#
# Network testing
@@ -946,6 +980,7 @@
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
+# CONFIG_NFC is not set
#
# Device Drivers
@@ -962,6 +997,8 @@
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_SYS_HYPERVISOR is not set
+# CONFIG_GENERIC_CPU_DEVICES is not set
+# CONFIG_DMA_SHARED_BUFFER is not set
CONFIG_CONNECTOR=m
# CONFIG_MTD is not set
CONFIG_PARPORT=m
@@ -987,15 +1024,18 @@
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
+CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
+CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
+# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
@@ -1003,8 +1043,11 @@
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
+
+#
+# Misc devices
+#
# CONFIG_SENSORS_LIS3LV02D is not set
-CONFIG_MISC_DEVICES=y
# CONFIG_AD525X_DPOT is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
@@ -1026,6 +1069,7 @@
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085 is not set
# CONFIG_PCH_PHUB is not set
+# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_C2PORT is not set
#
@@ -1040,7 +1084,13 @@
#
# Texas Instruments shared transport line discipline
#
+# CONFIG_TI_ST is not set
# CONFIG_SENSORS_LIS3_I2C is not set
+
+#
+# Altera FPGA firmware download module
+#
+# CONFIG_ALTERA_STAPL is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=m
@@ -1199,17 +1249,19 @@
# CONFIG_AIC94XX_DEBUG is not set
CONFIG_SCSI_MVSAS=m
# CONFIG_SCSI_MVSAS_DEBUG is not set
+# CONFIG_SCSI_MVSAS_TASKLET is not set
+# CONFIG_SCSI_MVUMI is not set
CONFIG_SCSI_DPT_I2O=m
CONFIG_SCSI_ADVANSYS=m
CONFIG_SCSI_IN2000=m
CONFIG_SCSI_ARCMSR=m
-# CONFIG_SCSI_ARCMSR_AER is not set
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
CONFIG_MEGARAID_LEGACY=m
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
+# CONFIG_SCSI_UFSHCD is not set
CONFIG_SCSI_HPTIOP=m
CONFIG_SCSI_BUSLOGIC=m
# CONFIG_SCSI_FLASHPOINT is not set
@@ -1312,7 +1364,6 @@
#
CONFIG_PATA_ALI=m
CONFIG_PATA_AMD=m
-# CONFIG_PATA_ARASAN_CF is not set
CONFIG_PATA_ARTOP=m
CONFIG_PATA_ATIIXP=m
CONFIG_PATA_ATP867X=m
@@ -1369,7 +1420,7 @@
#
CONFIG_PATA_ACPI=m
CONFIG_ATA_GENERIC=m
-# CONFIG_PATA_LEGACY is not set
+CONFIG_PATA_LEGACY=m
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
# CONFIG_MD_LINEAR is not set
@@ -1391,59 +1442,94 @@
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
+CONFIG_NET_CORE=y
+CONFIG_BONDING=m
+CONFIG_DUMMY=m
+CONFIG_EQUALIZER=m
+# CONFIG_NET_FC is not set
+CONFIG_MII=m
# CONFIG_IFB is not set
-CONFIG_DUMMY=m
-CONFIG_BONDING=m
+# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
-CONFIG_EQUALIZER=m
+# CONFIG_NETCONSOLE is not set
+# CONFIG_NETPOLL is not set
+# CONFIG_NET_POLL_CONTROLLER is not set
CONFIG_TUN=m
# CONFIG_VETH is not set
-CONFIG_NET_SB1000=m
+CONFIG_SUNGEM_PHY=m
# CONFIG_ARCNET is not set
-CONFIG_MII=m
-CONFIG_PHYLIB=m
+CONFIG_ATM_DRIVERS=y
+# CONFIG_ATM_DUMMY is not set
+CONFIG_ATM_TCP=m
+# CONFIG_ATM_LANAI is not set
+# CONFIG_ATM_ENI is not set
+# CONFIG_ATM_FIRESTREAM is not set
+# CONFIG_ATM_ZATM is not set
+# CONFIG_ATM_NICSTAR is not set
+# CONFIG_ATM_IDT77252 is not set
+# CONFIG_ATM_AMBASSADOR is not set
+# CONFIG_ATM_HORIZON is not set
+# CONFIG_ATM_IA is not set
+# CONFIG_ATM_FORE200E is not set
+# CONFIG_ATM_HE is not set
+# CONFIG_ATM_SOLOS is not set
#
-# MII PHY device drivers
+# CAIF transport drivers
#
-CONFIG_MARVELL_PHY=m
-CONFIG_DAVICOM_PHY=m
-CONFIG_QSEMI_PHY=m
-CONFIG_LXT_PHY=m
-CONFIG_CICADA_PHY=m
-CONFIG_VITESSE_PHY=m
-CONFIG_SMSC_PHY=m
-CONFIG_BROADCOM_PHY=m
-CONFIG_ICPLUS_PHY=m
-CONFIG_REALTEK_PHY=m
-CONFIG_NATIONAL_PHY=m
-CONFIG_STE10XP=m
-CONFIG_LSI_ET1011C_PHY=m
-CONFIG_MICREL_PHY=m
-# CONFIG_MDIO_BITBANG is not set
-CONFIG_NET_ETHERNET=y
-CONFIG_HAPPYMEAL=m
-CONFIG_SUNGEM=m
-CONFIG_CASSINI=m
+CONFIG_ETHERNET=y
+CONFIG_MDIO=m
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL1=m
-CONFIG_EL2=m
-CONFIG_ELPLUS=m
-CONFIG_EL16=m
CONFIG_EL3=m
CONFIG_3C515=m
+CONFIG_PCMCIA_3C574=m
+CONFIG_PCMCIA_3C589=m
CONFIG_VORTEX=m
CONFIG_TYPHOON=m
+CONFIG_NET_VENDOR_ADAPTEC=y
+CONFIG_ADAPTEC_STARFIRE=m
+CONFIG_NET_VENDOR_ALTEON=y
+CONFIG_ACENIC=m
+# CONFIG_ACENIC_OMIT_TIGON_I is not set
+CONFIG_NET_VENDOR_AMD=y
+CONFIG_AMD8111_ETH=m
CONFIG_LANCE=m
-CONFIG_NET_VENDOR_SMC=y
-CONFIG_WD80x3=m
-CONFIG_ULTRA=m
-CONFIG_SMC9194=m
-CONFIG_ETHOC=m
-CONFIG_NET_VENDOR_RACAL=y
-CONFIG_NI52=m
+CONFIG_PCNET32=m
+CONFIG_DEPCA=m
+CONFIG_PCMCIA_NMCLAN=m
CONFIG_NI65=m
+CONFIG_NET_VENDOR_ATHEROS=y
+CONFIG_ATL2=m
+CONFIG_ATL1=m
+CONFIG_ATL1E=m
+CONFIG_ATL1C=m
+CONFIG_NET_VENDOR_BROADCOM=y
+CONFIG_B44=m
+CONFIG_B44_PCI_AUTOSELECT=y
+CONFIG_B44_PCICORE_AUTOSELECT=y
+CONFIG_B44_PCI=y
+CONFIG_BNX2=m
+CONFIG_CNIC=m
+CONFIG_TIGON3=m
+CONFIG_BNX2X=m
+CONFIG_NET_VENDOR_BROCADE=y
+CONFIG_BNA=m
+# CONFIG_NET_CALXEDA_XGMAC is not set
+CONFIG_NET_VENDOR_CHELSIO=y
+CONFIG_CHELSIO_T1=m
+CONFIG_CHELSIO_T1_1G=y
+CONFIG_CHELSIO_T3=m
+CONFIG_CHELSIO_T4=m
+CONFIG_CHELSIO_T4VF=m
+CONFIG_NET_VENDOR_CIRRUS=y
+CONFIG_CS89x0=m
+# CONFIG_CS89x0_PLATFORM is not set
+CONFIG_NET_VENDOR_CISCO=y
+CONFIG_ENIC=m
CONFIG_DNET=m
+CONFIG_NET_VENDOR_DEC=y
+CONFIG_EWRK3=m
CONFIG_NET_TULIP=y
CONFIG_DE2104X=m
CONFIG_DE2104X_DSL=0
@@ -1457,120 +1543,209 @@
CONFIG_DM9102=m
CONFIG_ULI526X=m
CONFIG_PCMCIA_XIRCOM=m
+CONFIG_NET_VENDOR_DLINK=y
+# CONFIG_DE600 is not set
+# CONFIG_DE620 is not set
+CONFIG_DL2K=m
+CONFIG_SUNDANCE=m
+# CONFIG_SUNDANCE_MMIO is not set
+CONFIG_NET_VENDOR_EMULEX=y
+CONFIG_BE2NET=m
+CONFIG_NET_VENDOR_EXAR=y
+CONFIG_S2IO=m
+CONFIG_VXGE=m
+# CONFIG_VXGE_DEBUG_TRACE_ALL is not set
+CONFIG_NET_VENDOR_FUJITSU=y
CONFIG_AT1700=m
-CONFIG_DEPCA=m
+CONFIG_PCMCIA_FMVJ18X=m
+CONFIG_ETH16I=m
+CONFIG_NET_VENDOR_HP=y
CONFIG_HP100=m
-CONFIG_NET_ISA=y
-CONFIG_E2100=m
-CONFIG_EWRK3=m
+CONFIG_NET_VENDOR_INTEL=y
+CONFIG_E100=m
+CONFIG_E1000=m
+CONFIG_E1000E=m
+CONFIG_IGB=m
+# CONFIG_IGBVF is not set
+CONFIG_IXGB=m
+CONFIG_IXGBE=m
+CONFIG_NET_VENDOR_I825XX=y
+CONFIG_ELPLUS=m
+CONFIG_EL16=m
+CONFIG_APRICOT=m
CONFIG_EEXPRESS=m
CONFIG_EEXPRESS_PRO=m
-CONFIG_HPLAN_PLUS=m
-CONFIG_HPLAN=m
CONFIG_LP486E=m
-CONFIG_ETH16I=m
-CONFIG_NE2000=m
+CONFIG_NI52=m
CONFIG_ZNET=m
-CONFIG_SEEQ8005=m
-# CONFIG_IBM_NEW_EMAC_ZMII is not set
-# CONFIG_IBM_NEW_EMAC_RGMII is not set
-# CONFIG_IBM_NEW_EMAC_TAH is not set
-# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
-# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
-# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
-# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
-CONFIG_NET_PCI=y
-CONFIG_PCNET32=m
-CONFIG_AMD8111_ETH=m
-CONFIG_ADAPTEC_STARFIRE=m
-CONFIG_AC3200=m
+CONFIG_IP1000=m
+CONFIG_JME=m
+CONFIG_NET_VENDOR_MARVELL=y
+CONFIG_SKGE=m
+# CONFIG_SKGE_GENESIS is not set
+CONFIG_SKY2=m
+CONFIG_NET_VENDOR_MELLANOX=y
+CONFIG_MLX4_EN=m
+CONFIG_MLX4_CORE=m
+CONFIG_MLX4_DEBUG=y
+CONFIG_NET_VENDOR_MICREL=y
+CONFIG_KS8851_MLL=m
CONFIG_KSZ884X_PCI=m
-CONFIG_APRICOT=m
-CONFIG_B44=m
-CONFIG_B44_PCI_AUTOSELECT=y
-CONFIG_B44_PCICORE_AUTOSELECT=y
-CONFIG_B44_PCI=y
-CONFIG_FORCEDETH=m
-CONFIG_CS89x0=m
-CONFIG_E100=m
+CONFIG_NET_VENDOR_MYRI=y
+CONFIG_MYRI10GE=m
CONFIG_FEALNX=m
+CONFIG_NET_VENDOR_NATSEMI=y
CONFIG_NATSEMI=m
+CONFIG_NS83820=m
+CONFIG_NET_VENDOR_8390=y
+CONFIG_EL2=m
+CONFIG_AC3200=m
+CONFIG_PCMCIA_AXNET=m
+CONFIG_E2100=m
+CONFIG_HPLAN_PLUS=m
+CONFIG_HPLAN=m
+CONFIG_NE2000=m
CONFIG_NE2K_PCI=m
+CONFIG_PCMCIA_PCNET=m
+CONFIG_ULTRA=m
+CONFIG_WD80x3=m
+CONFIG_NET_VENDOR_NVIDIA=y
+CONFIG_FORCEDETH=m
+CONFIG_NET_VENDOR_OKI=y
+CONFIG_PCH_GBE=m
+CONFIG_ETHOC=m
+CONFIG_NET_PACKET_ENGINE=y
+CONFIG_HAMACHI=m
+CONFIG_YELLOWFIN=m
+CONFIG_NET_VENDOR_QLOGIC=y
+CONFIG_QLA3XXX=m
+CONFIG_QLCNIC=m
+CONFIG_QLGE=m
+CONFIG_NETXEN_NIC=m
+CONFIG_NET_VENDOR_RACAL=y
+CONFIG_NET_VENDOR_REALTEK=y
+# CONFIG_ATP is not set
CONFIG_8139CP=m
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
+CONFIG_R8169=m
+CONFIG_NET_VENDOR_RDC=y
CONFIG_R6040=m
+CONFIG_NET_VENDOR_SEEQ=y
+CONFIG_SEEQ8005=m
+CONFIG_NET_VENDOR_SILAN=y
+CONFIG_SC92031=m
+CONFIG_NET_VENDOR_SIS=y
CONFIG_SIS900=m
+CONFIG_SIS190=m
+CONFIG_SFC=m
+CONFIG_SFC_MCDI_MON=y
+CONFIG_NET_VENDOR_SMSC=y
+CONFIG_SMC9194=m
+CONFIG_PCMCIA_SMC91C92=m
CONFIG_EPIC100=m
CONFIG_SMSC9420=m
-CONFIG_SUNDANCE=m
-# CONFIG_SUNDANCE_MMIO is not set
+CONFIG_NET_VENDOR_STMICRO=y
+CONFIG_STMMAC_ETH=m
+CONFIG_STMMAC_PLATFORM=m
+# CONFIG_STMMAC_PCI is not set
+# CONFIG_STMMAC_DA is not set
+CONFIG_STMMAC_RING=y
+# CONFIG_STMMAC_CHAINED is not set
+CONFIG_NET_VENDOR_SUN=y
+CONFIG_HAPPYMEAL=m
+CONFIG_SUNGEM=m
+CONFIG_CASSINI=m
+CONFIG_NIU=m
+CONFIG_NET_VENDOR_TEHUTI=y
+CONFIG_TEHUTI=m
+CONFIG_NET_VENDOR_TI=y
CONFIG_TLAN=m
-CONFIG_KS8851_MLL=m
+CONFIG_NET_VENDOR_VIA=y
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y
-CONFIG_SC92031=m
-# CONFIG_NET_POCKET is not set
-CONFIG_ATL2=m
-CONFIG_NETDEV_1000=y
-CONFIG_ACENIC=m
-# CONFIG_ACENIC_OMIT_TIGON_I is not set
-CONFIG_DL2K=m
-CONFIG_E1000=m
-CONFIG_E1000E=m
-CONFIG_IP1000=m
-CONFIG_IGB=m
-# CONFIG_IGBVF is not set
-CONFIG_NS83820=m
-CONFIG_HAMACHI=m
-CONFIG_YELLOWFIN=m
-CONFIG_R8169=m
-CONFIG_SIS190=m
-CONFIG_SKGE=m
-CONFIG_SKY2=m
CONFIG_VIA_VELOCITY=m
-CONFIG_TIGON3=m
-CONFIG_BNX2=m
-CONFIG_CNIC=m
-CONFIG_QLA3XXX=m
-CONFIG_ATL1=m
-CONFIG_ATL1E=m
-CONFIG_ATL1C=m
-CONFIG_JME=m
-CONFIG_STMMAC_ETH=m
-# CONFIG_STMMAC_DA is not set
-# CONFIG_STMMAC_DUAL_MAC is not set
-CONFIG_PCH_GBE=m
-CONFIG_NETDEV_10000=y
-CONFIG_MDIO=m
-CONFIG_CHELSIO_T1=m
-CONFIG_CHELSIO_T1_1G=y
-CONFIG_CHELSIO_T3=m
-CONFIG_CHELSIO_T4=m
-CONFIG_CHELSIO_T4VF=m
-CONFIG_ENIC=m
-CONFIG_IXGBE=m
-CONFIG_IXGB=m
-CONFIG_S2IO=m
-CONFIG_VXGE=m
-# CONFIG_VXGE_DEBUG_TRACE_ALL is not set
-CONFIG_MYRI10GE=m
-CONFIG_NETXEN_NIC=m
-CONFIG_NIU=m
-CONFIG_MLX4_EN=m
-CONFIG_MLX4_CORE=m
-CONFIG_MLX4_DEBUG=y
-CONFIG_TEHUTI=m
-CONFIG_BNX2X=m
-CONFIG_QLCNIC=m
-CONFIG_QLGE=m
-CONFIG_BNA=m
-CONFIG_SFC=m
-CONFIG_BE2NET=m
+CONFIG_NET_VENDOR_XIRCOM=y
+CONFIG_PCMCIA_XIRC2PS=m
+# CONFIG_FDDI is not set
+# CONFIG_HIPPI is not set
+CONFIG_NET_SB1000=m
+CONFIG_PHYLIB=m
+
+#
+# MII PHY device drivers
+#
+CONFIG_AMD_PHY=m
+CONFIG_MARVELL_PHY=m
+CONFIG_DAVICOM_PHY=m
+CONFIG_QSEMI_PHY=m
+CONFIG_LXT_PHY=m
+CONFIG_CICADA_PHY=m
+CONFIG_VITESSE_PHY=m
+CONFIG_SMSC_PHY=m
+CONFIG_BROADCOM_PHY=m
+CONFIG_ICPLUS_PHY=m
+CONFIG_REALTEK_PHY=m
+CONFIG_NATIONAL_PHY=m
+CONFIG_STE10XP=m
+CONFIG_LSI_ET1011C_PHY=m
+CONFIG_MICREL_PHY=m
+# CONFIG_MDIO_BITBANG is not set
+# CONFIG_PLIP is not set
+CONFIG_PPP=m
+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_FILTER=y
+CONFIG_PPP_MPPE=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPPOATM=m
+CONFIG_PPPOE=m
+CONFIG_PPPOL2TP=m
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+# CONFIG_SLIP is not set
+CONFIG_SLHC=m
# CONFIG_TR is not set
+
+#
+# USB Network Adapters
+#
+CONFIG_USB_CATC=m
+CONFIG_USB_KAWETH=m
+CONFIG_USB_PEGASUS=m
+CONFIG_USB_RTL8150=m
+CONFIG_USB_USBNET=m
+CONFIG_USB_NET_AX8817X=m
+CONFIG_USB_NET_CDCETHER=m
+CONFIG_USB_NET_CDC_EEM=m
+CONFIG_USB_NET_CDC_NCM=m
+CONFIG_USB_NET_DM9601=m
+CONFIG_USB_NET_SMSC75XX=m
+CONFIG_USB_NET_SMSC95XX=m
+# CONFIG_USB_NET_GL620A is not set
+# CONFIG_USB_NET_NET1080 is not set
+CONFIG_USB_NET_PLUSB=m
+CONFIG_USB_NET_MCS7830=m
+CONFIG_USB_NET_RNDIS_HOST=m
+CONFIG_USB_NET_CDC_SUBSET=m
+CONFIG_USB_ALI_M5632=y
+CONFIG_USB_AN2720=y
+CONFIG_USB_BELKIN=y
+CONFIG_USB_ARMLINUX=y
+# CONFIG_USB_EPSON2888 is not set
+CONFIG_USB_KC2190=y
+CONFIG_USB_NET_ZAURUS=m
+CONFIG_USB_NET_CX82310_ETH=m
+CONFIG_USB_NET_KALMIA=m
+# CONFIG_USB_NET_QMI_WWAN is not set
+CONFIG_USB_HSO=m
+CONFIG_USB_NET_INT51X1=m
+CONFIG_USB_IPHETH=m
+CONFIG_USB_SIERRA_NET=m
+CONFIG_USB_VL600=m
CONFIG_WLAN=y
CONFIG_PCMCIA_RAYCS=m
CONFIG_LIBERTAS_THINFIRM=m
@@ -1599,21 +1774,26 @@
CONFIG_ATH5K_PCI=y
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
+# CONFIG_ATH9K_BTCOEX_SUPPORT is not set
CONFIG_ATH9K=m
CONFIG_ATH9K_PCI=y
# CONFIG_ATH9K_AHB is not set
-CONFIG_ATH9K_RATE_CONTROL=y
+# CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set
CONFIG_ATH9K_HTC=m
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
CONFIG_CARL9170_WPC=y
+# CONFIG_CARL9170_HWRNG is not set
+# CONFIG_ATH6KL is not set
CONFIG_B43=m
+CONFIG_B43_SSB=y
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_PCMCIA=y
CONFIG_B43_PIO=y
CONFIG_B43_PHY_N=y
CONFIG_B43_PHY_LP=y
+# CONFIG_B43_PHY_HT is not set
CONFIG_B43_LEDS=y
CONFIG_B43_HWRNG=y
# CONFIG_B43_DEBUG is not set
@@ -1628,6 +1808,7 @@
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
+# CONFIG_BRCMFMAC is not set
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
@@ -1643,22 +1824,22 @@
# CONFIG_IPW2200_DEBUG is not set
CONFIG_LIBIPW=m
# CONFIG_LIBIPW_DEBUG is not set
-CONFIG_IWLAGN=m
+CONFIG_IWLWIFI=m
#
# Debugging Options
#
# CONFIG_IWLWIFI_DEBUG is not set
-# CONFIG_IWLWIFI_DEVICE_SVTOOL is not set
-# CONFIG_IWL_P2P is not set
-CONFIG_IWLWIFI_LEGACY=m
+# CONFIG_IWLWIFI_P2P is not set
+# CONFIG_IWLWIFI_EXPERIMENTAL_MFP is not set
+CONFIG_IWLEGACY=m
+CONFIG_IWL4965=m
+CONFIG_IWL3945=m
#
-# Debugging Options
+# iwl3945 / iwl4965 Debugging Options
#
-# CONFIG_IWLWIFI_LEGACY_DEBUG is not set
-CONFIG_IWL4965=m
-CONFIG_IWL3945=m
+# CONFIG_IWLEGACY_DEBUG is not set
CONFIG_LIBERTAS=m
CONFIG_LIBERTAS_USB=m
CONFIG_LIBERTAS_CS=m
@@ -1702,105 +1883,23 @@
# CONFIG_RT2X00_DEBUG is not set
CONFIG_RTL8192CE=m
CONFIG_RTL8192SE=m
+CONFIG_RTL8192DE=m
CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
+# CONFIG_RTLWIFI_DEBUG is not set
CONFIG_RTL8192C_COMMON=m
CONFIG_WL1251=m
CONFIG_WL12XX_MENU=m
CONFIG_WL12XX=m
-CONFIG_WL12XX_HT=y
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
CONFIG_MWIFIEX=m
+CONFIG_MWIFIEX_PCIE=m
#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
-
-#
-# USB Network Adapters
-#
-CONFIG_USB_CATC=m
-CONFIG_USB_KAWETH=m
-CONFIG_USB_PEGASUS=m
-CONFIG_USB_RTL8150=m
-CONFIG_USB_USBNET=m
-CONFIG_USB_NET_AX8817X=m
-CONFIG_USB_NET_CDCETHER=m
-CONFIG_USB_NET_CDC_EEM=m
-CONFIG_USB_NET_CDC_NCM=m
-CONFIG_USB_NET_DM9601=m
-CONFIG_USB_NET_SMSC75XX=m
-CONFIG_USB_NET_SMSC95XX=m
-# CONFIG_USB_NET_GL620A is not set
-# CONFIG_USB_NET_NET1080 is not set
-CONFIG_USB_NET_PLUSB=m
-CONFIG_USB_NET_MCS7830=m
-CONFIG_USB_NET_RNDIS_HOST=m
-CONFIG_USB_NET_CDC_SUBSET=m
-CONFIG_USB_ALI_M5632=y
-CONFIG_USB_AN2720=y
-CONFIG_USB_BELKIN=y
-CONFIG_USB_ARMLINUX=y
-# CONFIG_USB_EPSON2888 is not set
-CONFIG_USB_KC2190=y
-CONFIG_USB_NET_ZAURUS=m
-CONFIG_USB_NET_CX82310_ETH=m
-CONFIG_USB_NET_KALMIA=m
-CONFIG_USB_HSO=m
-CONFIG_USB_NET_INT51X1=m
-CONFIG_USB_IPHETH=m
-CONFIG_USB_SIERRA_NET=m
-CONFIG_USB_VL600=m
-CONFIG_NET_PCMCIA=y
-CONFIG_PCMCIA_3C589=m
-CONFIG_PCMCIA_3C574=m
-CONFIG_PCMCIA_FMVJ18X=m
-CONFIG_PCMCIA_PCNET=m
-CONFIG_PCMCIA_NMCLAN=m
-CONFIG_PCMCIA_SMC91C92=m
-CONFIG_PCMCIA_XIRC2PS=m
-CONFIG_PCMCIA_AXNET=m
# CONFIG_WAN is not set
-CONFIG_ATM_DRIVERS=y
-# CONFIG_ATM_DUMMY is not set
-CONFIG_ATM_TCP=m
-# CONFIG_ATM_LANAI is not set
-# CONFIG_ATM_ENI is not set
-# CONFIG_ATM_FIRESTREAM is not set
-# CONFIG_ATM_ZATM is not set
-# CONFIG_ATM_NICSTAR is not set
-# CONFIG_ATM_IDT77252 is not set
-# CONFIG_ATM_AMBASSADOR is not set
-# CONFIG_ATM_HORIZON is not set
-# CONFIG_ATM_IA is not set
-# CONFIG_ATM_FORE200E is not set
-# CONFIG_ATM_HE is not set
-# CONFIG_ATM_SOLOS is not set
-
-#
-# CAIF transport drivers
-#
-# CONFIG_FDDI is not set
-# CONFIG_HIPPI is not set
-# CONFIG_PLIP is not set
-CONFIG_PPP=m
-CONFIG_PPP_MULTILINK=y
-CONFIG_PPP_FILTER=y
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_SYNC_TTY=m
-CONFIG_PPP_DEFLATE=m
-CONFIG_PPP_BSDCOMP=m
-CONFIG_PPP_MPPE=m
-CONFIG_PPPOE=m
-CONFIG_PPPOATM=m
-CONFIG_PPPOL2TP=m
-# CONFIG_SLIP is not set
-CONFIG_SLHC=m
-# CONFIG_NET_FC is not set
-# CONFIG_NETCONSOLE is not set
-# CONFIG_NETPOLL is not set
-# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_VMXNET3 is not set
CONFIG_ISDN=y
CONFIG_ISDN_I4L=m
@@ -1933,7 +2032,6 @@
CONFIG_MISDN_IPAC=m
CONFIG_MISDN_ISAR=m
CONFIG_ISDN_HDLC=m
-# CONFIG_PHONE is not set
#
# Input device support
@@ -1964,7 +2062,11 @@
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
+CONFIG_KEYBOARD_GPIO=m
+CONFIG_KEYBOARD_GPIO_POLLED=m
# CONFIG_KEYBOARD_TCA6416 is not set
+# CONFIG_KEYBOARD_TCA8418 is not set
+# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
@@ -1973,6 +2075,7 @@
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
+# CONFIG_KEYBOARD_OMAP4 is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
@@ -1980,18 +2083,24 @@
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
+# CONFIG_INPUT_BMA150 is not set
CONFIG_INPUT_PCSPKR=m
+# CONFIG_INPUT_MMA8450 is not set
+# CONFIG_INPUT_MPU3050 is not set
# CONFIG_INPUT_APANEL is not set
+# CONFIG_INPUT_GP2A is not set
+# CONFIG_INPUT_GPIO_TILT_POLLED is not set
# CONFIG_INPUT_WISTRON_BTNS is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
-# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
+# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF8574 is not set
+# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 is not set
@@ -2016,6 +2125,7 @@
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
+CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_UNIX98_PTYS=y
@@ -2115,6 +2225,7 @@
#
# Multiplexer I2C Chip support
#
+# CONFIG_I2C_MUX_GPIO is not set
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set
CONFIG_I2C_HELPER_AUTO=y
@@ -2153,13 +2264,15 @@
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
+# CONFIG_I2C_DESIGNWARE_PCI is not set
+# CONFIG_I2C_EG20T is not set
+# CONFIG_I2C_GPIO is not set
CONFIG_I2C_INTEL_MID=m
CONFIG_I2C_OCORES=m
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
CONFIG_I2C_SIMTEC=m
# CONFIG_I2C_XILINX is not set
-# CONFIG_I2C_EG20T is not set
#
# External I2C/SMBus adapter drivers
@@ -2181,6 +2294,7 @@
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
+# CONFIG_HSI is not set
#
# PPS support
@@ -2199,19 +2313,63 @@
# Enable Device Drivers -> PPS to see the PTP clock options.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
-# CONFIG_GPIOLIB is not set
+CONFIG_GPIOLIB=y
+# CONFIG_GPIO_SYSFS is not set
+
+#
+# Memory mapped GPIO drivers:
+#
+# CONFIG_GPIO_GENERIC_PLATFORM is not set
+# CONFIG_GPIO_IT8761E is not set
+# CONFIG_GPIO_SCH is not set
+# CONFIG_GPIO_VX855 is not set
+
+#
+# I2C GPIO expanders:
+#
+# CONFIG_GPIO_MAX7300 is not set
+# CONFIG_GPIO_MAX732X is not set
+# CONFIG_GPIO_PCA953X is not set
+# CONFIG_GPIO_PCF857X is not set
+# CONFIG_GPIO_ADP5588 is not set
+
+#
+# PCI GPIO expanders:
+#
+# CONFIG_GPIO_BT8XX is not set
+# CONFIG_GPIO_LANGWELL is not set
+# CONFIG_GPIO_PCH is not set
+# CONFIG_GPIO_ML_IOH is not set
+# CONFIG_GPIO_RDC321X is not set
+
+#
+# SPI GPIO expanders:
+#
+# CONFIG_GPIO_MCP23S08 is not set
+
+#
+# AC97 GPIO expanders:
+#
+
+#
+# MODULbus GPIO expanders:
+#
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
+# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
-# CONFIG_BATTERY_BQ20Z75 is not set
+# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
+# CONFIG_CHARGER_LP8727 is not set
+# CONFIG_CHARGER_GPIO is not set
+# CONFIG_CHARGER_SMB347 is not set
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
# CONFIG_HWMON_DEBUG_CHIP is not set
@@ -2249,6 +2407,7 @@
CONFIG_SENSORS_G760A=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
+# CONFIG_SENSORS_GPIO_FAN is not set
CONFIG_SENSORS_CORETEMP=m
CONFIG_SENSORS_IBMAEM=m
CONFIG_SENSORS_IBMPEX=m
@@ -2272,22 +2431,30 @@
CONFIG_SENSORS_LTC4245=m
CONFIG_SENSORS_LTC4261=m
CONFIG_SENSORS_LM95241=m
+# CONFIG_SENSORS_LM95245 is not set
CONFIG_SENSORS_MAX16065=m
CONFIG_SENSORS_MAX1619=m
+# CONFIG_SENSORS_MAX1668 is not set
CONFIG_SENSORS_MAX6639=m
CONFIG_SENSORS_MAX6642=m
CONFIG_SENSORS_MAX6650=m
+# CONFIG_SENSORS_MCP3021 is not set
+# CONFIG_SENSORS_NTC_THERMISTOR is not set
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_PCF8591=m
CONFIG_PMBUS=m
CONFIG_SENSORS_PMBUS=m
CONFIG_SENSORS_ADM1275=m
+# CONFIG_SENSORS_LM25066 is not set
+# CONFIG_SENSORS_LTC2978 is not set
CONFIG_SENSORS_MAX16064=m
CONFIG_SENSORS_MAX34440=m
CONFIG_SENSORS_MAX8688=m
CONFIG_SENSORS_UCD9000=m
CONFIG_SENSORS_UCD9200=m
+# CONFIG_SENSORS_ZL6100 is not set
+# CONFIG_SENSORS_SHT15 is not set
CONFIG_SENSORS_SHT21=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_SMM665=m
@@ -2298,7 +2465,9 @@
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
+CONFIG_SENSORS_SCH56XX_COMMON=m
CONFIG_SENSORS_SCH5627=m
+# CONFIG_SENSORS_SCH5636 is not set
CONFIG_SENSORS_ADS1015=m
CONFIG_SENSORS_ADS7828=m
CONFIG_SENSORS_AMC6821=m
@@ -2352,17 +2521,23 @@
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set
-CONFIG_MFD_SUPPORT=y
+
+#
+# Multifunction device drivers
+#
CONFIG_MFD_CORE=m
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_TPS6105X is not set
+# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
+# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_CS5535 is not set
+# CONFIG_MFD_TIMBERDALE is not set
CONFIG_LPC_SCH=m
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_JANZ_CMODIO is not set
@@ -2383,14 +2558,10 @@
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
# CONFIG_FB is not set
+# CONFIG_EXYNOS_VIDEO is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
-# Display device support
-#
-# CONFIG_DISPLAY_SUPPORT is not set
-
-#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
@@ -2423,6 +2594,7 @@
# CONFIG_DRAGONRISE_FF is not set
# CONFIG_HID_EMS_FF is not set
CONFIG_HID_EZKEY=m
+# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_KEYTOUCH is not set
CONFIG_HID_KYE=m
# CONFIG_HID_UCLOGIC is not set
@@ -2432,10 +2604,11 @@
CONFIG_HID_KENSINGTON=m
# CONFIG_HID_LCPOWER is not set
CONFIG_HID_LOGITECH=m
+CONFIG_HID_LOGITECH_DJ=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
-# CONFIG_LOGIWII_FF is not set
+# CONFIG_LOGIWHEELS_FF is not set
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
# CONFIG_HID_MULTITOUCH is not set
@@ -2445,30 +2618,30 @@
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=m
# CONFIG_HID_PICOLCD is not set
-# CONFIG_HID_QUANTA is not set
+# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_ROCCAT is not set
-# CONFIG_HID_ROCCAT_ARVO is not set
-# CONFIG_HID_ROCCAT_KONE is not set
-# CONFIG_HID_ROCCAT_KONEPLUS is not set
-# CONFIG_HID_ROCCAT_KOVAPLUS is not set
-# CONFIG_HID_ROCCAT_PYRA is not set
+# CONFIG_HID_SAITEK is not set
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
+# CONFIG_HID_SPEEDLINK is not set
CONFIG_HID_SUNPLUS=m
CONFIG_HID_GREENASIA=m
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_SMARTJOYPLUS=m
# CONFIG_SMARTJOYPLUS_FF is not set
+# CONFIG_HID_TIVO is not set
CONFIG_HID_TOPSEED=m
CONFIG_HID_THRUSTMASTER=m
# CONFIG_THRUSTMASTER_FF is not set
CONFIG_HID_ZEROPLUS=m
# CONFIG_ZEROPLUS_FF is not set
# CONFIG_HID_ZYDACRON is not set
+CONFIG_USB_ARCH_HAS_OHCI=y
+CONFIG_USB_ARCH_HAS_EHCI=y
+CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_SUPPORT=y
+CONFIG_USB_COMMON=m
CONFIG_USB_ARCH_HAS_HCD=y
-CONFIG_USB_ARCH_HAS_OHCI=y
-CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
@@ -2480,7 +2653,6 @@
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_MON is not set
-# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set
#
@@ -2497,6 +2669,8 @@
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_HCD_SSB is not set
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
+# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
@@ -2505,14 +2679,8 @@
# CONFIG_USB_SL811_HCD_ISO is not set
CONFIG_USB_SL811_CS=m
# CONFIG_USB_R8A66597_HCD is not set
-# CONFIG_USB_WHCI_HCD is not set
-# CONFIG_USB_HWA_HCD is not set
#
-# Enable Host or Gadget support to see Inventra options
-#
-
-#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
@@ -2542,7 +2710,6 @@
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
-# CONFIG_USB_UAS is not set
# CONFIG_USB_LIBUSUAL is not set
#
@@ -2574,6 +2741,7 @@
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
+# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
@@ -2582,6 +2750,7 @@
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
+# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
@@ -2641,6 +2810,7 @@
#
# OTG and related infrastructure
#
+# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
@@ -2654,15 +2824,19 @@
# CONFIG_LEDS_LM3530 is not set
CONFIG_LEDS_NET48XX=m
CONFIG_LEDS_WRAP=m
-CONFIG_LEDS_ALIX2=m
# CONFIG_LEDS_PCA9532 is not set
+CONFIG_LEDS_GPIO=m
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
+# CONFIG_LEDS_PCA9633 is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
+# CONFIG_LEDS_LT3593 is not set
+# CONFIG_LEDS_TCA6507 is not set
+# CONFIG_LEDS_OT200 is not set
CONFIG_LEDS_TRIGGERS=y
#
@@ -2672,12 +2846,12 @@
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
+# CONFIG_LEDS_TRIGGER_GPIO is not set
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
#
# iptables trigger is under Netfilter config (LED target)
#
-# CONFIG_NFC_DEVICES is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
@@ -2753,11 +2927,41 @@
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_UIO_PCI_GENERIC is not set
# CONFIG_UIO_NETX is not set
+
+#
+# Virtio drivers
+#
+# CONFIG_VIRTIO_PCI is not set
+# CONFIG_VIRTIO_BALLOON is not set
+# CONFIG_VIRTIO_MMIO is not set
+
+#
+# Microsoft Hyper-V guest support
+#
+# CONFIG_HYPERV is not set
# CONFIG_STAGING is not set
# CONFIG_X86_PLATFORM_DEVICES is not set
+
+#
+# Hardware Spinlock drivers
+#
CONFIG_CLKSRC_I8253=y
+CONFIG_CLKEVT_I8253=y
+CONFIG_I8253_LOCK=y
+CONFIG_CLKBLD_I8253=y
+CONFIG_IOMMU_SUPPORT=y
#
+# Remoteproc drivers (EXPERIMENTAL)
+#
+
+#
+# Rpmsg drivers (EXPERIMENTAL)
+#
+# CONFIG_VIRT_DRIVERS is not set
+# CONFIG_PM_DEVFREQ is not set
+
+#
# Firmware Drivers
#
# CONFIG_EDD is not set
@@ -2767,12 +2971,12 @@
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
# CONFIG_ISCSI_IBFT_FIND is not set
-# CONFIG_SIGMA is not set
# CONFIG_GOOGLE_FIRMWARE is not set
#
# File systems
#
+CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=m
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
@@ -2837,12 +3041,6 @@
# CONFIG_CONFIGFS_FS is not set
# CONFIG_MISC_FILESYSTEMS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
-
-#
-# Partition Types
-#
-# CONFIG_PARTITION_ADVANCED is not set
-CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="cp437"
CONFIG_NLS_CODEPAGE_437=m
@@ -2907,7 +3105,6 @@
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_RCU_CPU_STALL_TIMEOUT=60
-# CONFIG_SYSCTL_SYSCALL_CHECK is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
@@ -2956,6 +3153,7 @@
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
+# CONFIG_SECURITY_YAMA is not set
# CONFIG_IMA is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
@@ -2977,6 +3175,7 @@
CONFIG_CRYPTO_PCOMP2=m
CONFIG_CRYPTO_MANAGER=m
CONFIG_CRYPTO_MANAGER2=m
+# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
@@ -3039,6 +3238,7 @@
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
+CONFIG_CRYPTO_BLOWFISH_COMMON=m
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
@@ -3049,6 +3249,7 @@
# CONFIG_CRYPTO_SALSA20_586 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
+# CONFIG_CRYPTO_SERPENT_SSE2_586 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
@@ -3084,13 +3285,22 @@
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
+CONFIG_GENERIC_PCI_IOMAP=y
+CONFIG_GENERIC_IOMAP=y
+CONFIG_GENERIC_IO=y
CONFIG_CRC_CCITT=m
# CONFIG_CRC16 is not set
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
+# CONFIG_CRC32_SELFTEST is not set
+CONFIG_CRC32_SLICEBY8=y
+# CONFIG_CRC32_SLICEBY4 is not set
+# CONFIG_CRC32_SARWATE is not set
+# CONFIG_CRC32_BIT is not set
CONFIG_CRC7=m
CONFIG_LIBCRC32C=m
+# CONFIG_CRC8 is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_DECOMPRESS=y
@@ -3117,5 +3327,7 @@
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
+CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_AVERAGE=y
+# CONFIG_CORDIC is not set
Modified: ipcop/trunk/config/rootfiles/arch_i486/linux
===================================================================
--- ipcop/trunk/config/rootfiles/arch_i486/linux 2013-07-07 14:00:01 UTC (rev 7074)
+++ ipcop/trunk/config/rootfiles/arch_i486/linux 2013-07-10 21:07:57 UTC (rev 7075)
@@ -2,7 +2,6 @@
boot/System.map-KVER
boot/vmlinuz
boot/vmlinuz-KVER
-#boot/vmlinuz_unhardened-KVER
#lib/firmware/3com
#lib/firmware/3com/typhoon.bin
#lib/firmware/acenic
@@ -17,13 +16,15 @@
#lib/firmware/advansys/38C1600.bin
#lib/firmware/advansys/mcode.bin
#lib/firmware/bnx2
-#lib/firmware/bnx2/bnx2-mips-06-5.0.0.j3.fw
-#lib/firmware/bnx2/bnx2-mips-09-5.0.0.j3.fw
-#lib/firmware/bnx2/bnx2-rv2p-06-5.0.0.j3.fw
-#lib/firmware/bnx2/bnx2-rv2p-09-5.0.0.j3.fw
-#lib/firmware/bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw
-#lib/firmware/bnx2x-e1-5.0.21.0.fw
-#lib/firmware/bnx2x-e1h-5.0.21.0.fw
+#lib/firmware/bnx2/bnx2-mips-06-6.2.1.fw
+#lib/firmware/bnx2/bnx2-mips-09-6.2.1a.fw
+#lib/firmware/bnx2/bnx2-rv2p-06-6.0.15.fw
+#lib/firmware/bnx2/bnx2-rv2p-09-6.0.17.fw
+#lib/firmware/bnx2/bnx2-rv2p-09ax-6.0.17.fw
+#lib/firmware/bnx2x
+#lib/firmware/bnx2x/bnx2x-e1-6.2.9.0.fw
+#lib/firmware/bnx2x/bnx2x-e1h-6.2.9.0.fw
+#lib/firmware/bnx2x/bnx2x-e2-6.2.9.0.fw
#lib/firmware/cis
#lib/firmware/cis/3CCFEM556.cis
#lib/firmware/cis/3CXEM556.cis
@@ -35,6 +36,7 @@
#lib/firmware/cis/NE2K.cis
#lib/firmware/cis/PCMLM28.cis
#lib/firmware/cis/PE-200.cis
+#lib/firmware/cis/PE520.cis
#lib/firmware/cis/RS-COM-2P.cis
#lib/firmware/cis/SW_555_SER.cis
#lib/firmware/cis/SW_7xx_SER.cis
@@ -46,7 +48,7 @@
#lib/firmware/cxgb3/ael2020_twx_edc.bin
#lib/firmware/cxgb3/t3b_psram-1.1.0.bin
#lib/firmware/cxgb3/t3c_psram-1.1.0.bin
-#lib/firmware/cxgb3/t3fw-7.4.0.bin
+#lib/firmware/cxgb3/t3fw-7.10.0.bin
#lib/firmware/e100
#lib/firmware/e100/d101m_ucode.bin
#lib/firmware/e100/d101s_ucode.bin
@@ -78,33 +80,26 @@
#lib/modules/KVER/kernel/arch/x86
#lib/modules/KVER/kernel/arch/x86/crypto
#lib/modules/KVER/kernel/arch/x86/crypto/aes-i586.ko.gz
+#lib/modules/KVER/kernel/arch/x86/crypto/aesni-intel.ko.gz
#lib/modules/KVER/kernel/arch/x86/crypto/crc32c-intel.ko.gz
#lib/modules/KVER/kernel/arch/x86/crypto/twofish-i586.ko.gz
#lib/modules/KVER/kernel/arch/x86/kernel
#lib/modules/KVER/kernel/arch/x86/kernel/apm.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/e_powersaver.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/gx-suspmod.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/longhaul.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/longrun.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/p4-clockmod.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k6.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k7.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-ich.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-lib.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/cpu/cpufreq/speedstep-smi.ko.gz
-#lib/modules/KVER/kernel/arch/x86/kernel/scx200.ko.gz
+#lib/modules/KVER/kernel/arch/x86/platform
+#lib/modules/KVER/kernel/arch/x86/platform/scx200
+#lib/modules/KVER/kernel/arch/x86/platform/scx200/scx200.ko.gz
#lib/modules/KVER/kernel/crypto
#lib/modules/KVER/kernel/crypto/aead.ko.gz
#lib/modules/KVER/kernel/crypto/aes_generic.ko.gz
+#lib/modules/KVER/kernel/crypto/af_alg.ko.gz
+#lib/modules/KVER/kernel/crypto/algif_hash.ko.gz
+#lib/modules/KVER/kernel/crypto/algif_skcipher.ko.gz
#lib/modules/KVER/kernel/crypto/ansi_cprng.ko.gz
#lib/modules/KVER/kernel/crypto/arc4.ko.gz
#lib/modules/KVER/kernel/crypto/authenc.ko.gz
-#lib/modules/KVER/kernel/crypto/blowfish.ko.gz
+#lib/modules/KVER/kernel/crypto/authencesn.ko.gz
+#lib/modules/KVER/kernel/crypto/blowfish_common.ko.gz
+#lib/modules/KVER/kernel/crypto/blowfish_generic.ko.gz
#lib/modules/KVER/kernel/crypto/cast5.ko.gz
#lib/modules/KVER/kernel/crypto/cast6.ko.gz
#lib/modules/KVER/kernel/crypto/cbc.ko.gz
@@ -138,8 +133,8 @@
#lib/modules/KVER/kernel/crypto/sha1_generic.ko.gz
#lib/modules/KVER/kernel/crypto/sha256_generic.ko.gz
#lib/modules/KVER/kernel/crypto/sha512_generic.ko.gz
-#lib/modules/KVER/kernel/crypto/twofish.ko.gz
#lib/modules/KVER/kernel/crypto/twofish_common.ko.gz
+#lib/modules/KVER/kernel/crypto/twofish_generic.ko.gz
#lib/modules/KVER/kernel/crypto/xcbc.ko.gz
#lib/modules/KVER/kernel/drivers
#lib/modules/KVER/kernel/drivers/acpi
@@ -148,13 +143,14 @@
#lib/modules/KVER/kernel/drivers/acpi/button.ko.gz
#lib/modules/KVER/kernel/drivers/acpi/container.ko.gz
#lib/modules/KVER/kernel/drivers/acpi/fan.ko.gz
-#lib/modules/KVER/kernel/drivers/acpi/power_meter.ko.gz
#lib/modules/KVER/kernel/drivers/acpi/processor.ko.gz
#lib/modules/KVER/kernel/drivers/acpi/thermal.ko.gz
#lib/modules/KVER/kernel/drivers/ata
#lib/modules/KVER/kernel/drivers/ata/ahci.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/ahci_platform.ko.gz
#lib/modules/KVER/kernel/drivers/ata/ata_generic.ko.gz
#lib/modules/KVER/kernel/drivers/ata/ata_piix.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/libahci.ko.gz
#lib/modules/KVER/kernel/drivers/ata/libata.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_acpi.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_ali.ko.gz
@@ -168,16 +164,22 @@
#lib/modules/KVER/kernel/drivers/ata/pata_cs5536.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_efar.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_hpt366.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/pata_hpt37x.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/pata_hpt3x2n.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_hpt3x3.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_it821x.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_jmicron.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/pata_legacy.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_marvell.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_mpiix.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_netcell.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/pata_ninja32.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/pata_ns87410.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/pata_ns87415.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_oldpiix.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_pcmcia.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_pdc2027x.ko.gz
-#lib/modules/KVER/kernel/drivers/ata/pata_qdi.ko.gz
+#lib/modules/KVER/kernel/drivers/ata/pata_piccolo.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_rdc.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_rz1000.ko.gz
#lib/modules/KVER/kernel/drivers/ata/pata_sc1200.ko.gz
@@ -204,12 +206,10 @@
#lib/modules/KVER/kernel/drivers/atm
#lib/modules/KVER/kernel/drivers/atm/atmtcp.ko.gz
#lib/modules/KVER/kernel/drivers/block
-#lib/modules/KVER/kernel/drivers/block/DAC960.ko.gz
-#lib/modules/KVER/kernel/drivers/block/cciss.ko.gz
-#lib/modules/KVER/kernel/drivers/block/cpqarray.ko.gz
#lib/modules/KVER/kernel/drivers/block/floppy.ko.gz
#lib/modules/KVER/kernel/drivers/block/loop.ko.gz
-#lib/modules/KVER/kernel/drivers/block/sx8.ko.gz
+#lib/modules/KVER/kernel/drivers/block/mtip32xx
+#lib/modules/KVER/kernel/drivers/block/mtip32xx/mtip32xx.ko.gz
#lib/modules/KVER/kernel/drivers/cdrom
#lib/modules/KVER/kernel/drivers/cdrom/cdrom.ko.gz
#lib/modules/KVER/kernel/drivers/char
@@ -227,16 +227,29 @@
#lib/modules/KVER/kernel/drivers/char/ipmi/ipmi_watchdog.ko.gz
#lib/modules/KVER/kernel/drivers/char/mwave
#lib/modules/KVER/kernel/drivers/char/mwave/mwave.ko.gz
-#lib/modules/KVER/kernel/drivers/char/n_hdlc.ko.gz
-#lib/modules/KVER/kernel/drivers/char/nozomi.ko.gz
#lib/modules/KVER/kernel/drivers/char/nsc_gpio.ko.gz
+#lib/modules/KVER/kernel/drivers/char/ppdev.ko.gz
#lib/modules/KVER/kernel/drivers/char/scx200_gpio.ko.gz
#lib/modules/KVER/kernel/drivers/connector
#lib/modules/KVER/kernel/drivers/connector/cn.ko.gz
#lib/modules/KVER/kernel/drivers/cpufreq
+#lib/modules/KVER/kernel/drivers/cpufreq/acpi-cpufreq.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/cpufreq-nforce2.ko.gz
#lib/modules/KVER/kernel/drivers/cpufreq/cpufreq_ondemand.ko.gz
#lib/modules/KVER/kernel/drivers/cpufreq/cpufreq_powersave.ko.gz
#lib/modules/KVER/kernel/drivers/cpufreq/cpufreq_userspace.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/e_powersaver.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/gx-suspmod.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/longhaul.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/longrun.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/mperf.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/p4-clockmod.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/powernow-k6.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/powernow-k7.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/powernow-k8.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/speedstep-ich.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/speedstep-lib.ko.gz
+#lib/modules/KVER/kernel/drivers/cpufreq/speedstep-smi.ko.gz
#lib/modules/KVER/kernel/drivers/crypto
#lib/modules/KVER/kernel/drivers/crypto/geode-aes.ko.gz
#lib/modules/KVER/kernel/drivers/crypto/hifn_795x.ko.gz
@@ -249,12 +262,13 @@
#lib/modules/KVER/kernel/drivers/hid/hid-cherry.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-chicony.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-cypress.ko.gz
-#lib/modules/KVER/kernel/drivers/hid/hid-drff.ko.gz
+#lib/modules/KVER/kernel/drivers/hid/hid-dr.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-ezkey.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-gaff.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-gyration.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-kensington.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-kye.ko.gz
+#lib/modules/KVER/kernel/drivers/hid/hid-logitech-dj.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-logitech.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-microsoft.ko.gz
#lib/modules/KVER/kernel/drivers/hid/hid-monterey.ko.gz
@@ -275,6 +289,7 @@
#lib/modules/KVER/kernel/drivers/hwmon
#lib/modules/KVER/kernel/drivers/hwmon/abituguru.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/abituguru3.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/acpi_power_meter.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/ad7414.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/ad7418.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/adm1021.ko.gz
@@ -283,33 +298,45 @@
#lib/modules/KVER/kernel/drivers/hwmon/adm1029.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/adm1031.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/adm9240.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/ads1015.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/ads7828.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/adt7411.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/adt7462.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/adt7470.ko.gz
-#lib/modules/KVER/kernel/drivers/hwmon/adt7473.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/adt7475.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/amc6821.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/applesmc.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/asb100.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/asc7621.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/asus_atk0110.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/atxp1.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/coretemp.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/dme1737.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/ds1621.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/ds620.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/emc1403.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/emc2103.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/emc6w201.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/f71805f.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/f71882fg.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/f75375s.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/fam15h_power.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/fschmd.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/g760a.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/gl518sm.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/gl520sm.ko.gz
-#lib/modules/KVER/kernel/drivers/hwmon/hdaps.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/hwmon-vid.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/hwmon.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/i5k_amb.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/ibmaem.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/ibmpex.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/it87.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/jc42.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/k10temp.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/k8temp.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/lineage-pem.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/lm63.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/lm73.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/lm75.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/lm77.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/lm78.ko.gz
@@ -321,20 +348,40 @@
#lib/modules/KVER/kernel/drivers/hwmon/lm92.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/lm93.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/lm95241.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/ltc4151.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/ltc4215.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/ltc4245.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/ltc4261.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/max16065.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/max1619.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/max6639.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/max6642.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/max6650.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/pc87360.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/pc87427.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/pcf8591.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/adm1275.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/max16064.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/max34440.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/max8688.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/pmbus.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/pmbus_core.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/ucd9000.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/pmbus/ucd9200.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/sch5627.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/sch56xx-common.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/sht21.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/sis5595.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/smm665.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/smsc47b397.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/smsc47m1.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/smsc47m192.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/thmc50.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/tmp102.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/tmp401.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/tmp421.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/via-cputemp.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/via686a.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/vt1211.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/vt8231.ko.gz
@@ -344,6 +391,7 @@
#lib/modules/KVER/kernel/drivers/hwmon/w83791d.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/w83792d.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/w83793.ko.gz
+#lib/modules/KVER/kernel/drivers/hwmon/w83795.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/w83l785ts.ko.gz
#lib/modules/KVER/kernel/drivers/hwmon/w83l786ng.ko.gz
#lib/modules/KVER/kernel/drivers/i2c
@@ -358,6 +406,8 @@
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-amd756.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-amd8111.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-i801.ko.gz
+#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-intel-mid.ko.gz
+#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-isch.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-nforce2.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-ocores.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-pca-isa.ko.gz
@@ -370,12 +420,10 @@
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-tiny-usb.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-via.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-viapro.ko.gz
-#lib/modules/KVER/kernel/drivers/i2c/busses/i2c-voodoo3.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/busses/scx200_acb.ko.gz
-#lib/modules/KVER/kernel/drivers/i2c/chips
-#lib/modules/KVER/kernel/drivers/i2c/chips/ds1682.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/i2c-core.ko.gz
#lib/modules/KVER/kernel/drivers/i2c/i2c-dev.ko.gz
+#lib/modules/KVER/kernel/drivers/i2c/i2c-mux.ko.gz
#lib/modules/KVER/kernel/drivers/ide
#lib/modules/KVER/kernel/drivers/ide/aec62xx.ko.gz
#lib/modules/KVER/kernel/drivers/ide/alim15x3.ko.gz
@@ -417,6 +465,9 @@
#lib/modules/KVER/kernel/drivers/input
#lib/modules/KVER/kernel/drivers/input/evdev.ko.gz
#lib/modules/KVER/kernel/drivers/input/input-polldev.ko.gz
+#lib/modules/KVER/kernel/drivers/input/keyboard
+#lib/modules/KVER/kernel/drivers/input/keyboard/gpio_keys.ko.gz
+#lib/modules/KVER/kernel/drivers/input/keyboard/gpio_keys_polled.ko.gz
#lib/modules/KVER/kernel/drivers/input/misc
#lib/modules/KVER/kernel/drivers/input/misc/pcspkr.ko.gz
#lib/modules/KVER/kernel/drivers/isdn
@@ -464,126 +515,221 @@
#lib/modules/KVER/kernel/drivers/isdn/mISDN
#lib/modules/KVER/kernel/drivers/isdn/mISDN/mISDN_core.ko.gz
#lib/modules/KVER/kernel/drivers/leds
-#lib/modules/KVER/kernel/drivers/leds/led-class.ko.gz
-#lib/modules/KVER/kernel/drivers/leds/leds-alix2.ko.gz
+#lib/modules/KVER/kernel/drivers/leds/leds-gpio.ko.gz
#lib/modules/KVER/kernel/drivers/leds/leds-net48xx.ko.gz
#lib/modules/KVER/kernel/drivers/leds/leds-wrap.ko.gz
#lib/modules/KVER/kernel/drivers/leds/ledtrig-backlight.ko.gz
#lib/modules/KVER/kernel/drivers/leds/ledtrig-default-on.ko.gz
#lib/modules/KVER/kernel/drivers/leds/ledtrig-heartbeat.ko.gz
-#lib/modules/KVER/kernel/drivers/leds/ledtrig-netdev.ko.gz
#lib/modules/KVER/kernel/drivers/leds/ledtrig-timer.ko.gz
#lib/modules/KVER/kernel/drivers/md
#lib/modules/KVER/kernel/drivers/md/md-mod.ko.gz
#lib/modules/KVER/kernel/drivers/md/raid1.ko.gz
+#lib/modules/KVER/kernel/drivers/mfd
+#lib/modules/KVER/kernel/drivers/mfd/lpc_sch.ko.gz
+#lib/modules/KVER/kernel/drivers/mfd/mfd-core.ko.gz
#lib/modules/KVER/kernel/drivers/misc
#lib/modules/KVER/kernel/drivers/misc/eeprom
#lib/modules/KVER/kernel/drivers/misc/eeprom/at24.ko.gz
#lib/modules/KVER/kernel/drivers/misc/eeprom/eeprom.ko.gz
#lib/modules/KVER/kernel/drivers/misc/eeprom/eeprom_93cx6.ko.gz
#lib/modules/KVER/kernel/drivers/net
-#lib/modules/KVER/kernel/drivers/net/3c501.ko.gz
-#lib/modules/KVER/kernel/drivers/net/3c503.ko.gz
-#lib/modules/KVER/kernel/drivers/net/3c505.ko.gz
-#lib/modules/KVER/kernel/drivers/net/3c507.ko.gz
-#lib/modules/KVER/kernel/drivers/net/3c509.ko.gz
-#lib/modules/KVER/kernel/drivers/net/3c515.ko.gz
-#lib/modules/KVER/kernel/drivers/net/3c59x.ko.gz
-#lib/modules/KVER/kernel/drivers/net/8139cp.ko.gz
-#lib/modules/KVER/kernel/drivers/net/8139too.ko.gz
-#lib/modules/KVER/kernel/drivers/net/82596.ko.gz
-#lib/modules/KVER/kernel/drivers/net/8390.ko.gz
-#lib/modules/KVER/kernel/drivers/net/8390p.ko.gz
-#lib/modules/KVER/kernel/drivers/net/ac3200.ko.gz
-#lib/modules/KVER/kernel/drivers/net/acenic.ko.gz
-#lib/modules/KVER/kernel/drivers/net/amd8111e.ko.gz
-#lib/modules/KVER/kernel/drivers/net/at1700.ko.gz
-#lib/modules/KVER/kernel/drivers/net/atl1c
-#lib/modules/KVER/kernel/drivers/net/atl1c/atl1c.ko.gz
-#lib/modules/KVER/kernel/drivers/net/atl1e
-#lib/modules/KVER/kernel/drivers/net/atl1e/atl1e.ko.gz
-#lib/modules/KVER/kernel/drivers/net/atlx
-#lib/modules/KVER/kernel/d...
[truncated message content] |
|
From: <ges...@us...> - 2013-07-07 14:00:03
|
Revision: 7074
http://sourceforge.net/p/ipcop/svn/7074
Author: gespinasse
Date: 2013-07-07 14:00:01 +0000 (Sun, 07 Jul 2013)
Log Message:
-----------
Really fix unmounting shm on stdumount when /dev/shm is a symlink to /run/shm like debian v7
It does not work to test if ${LFS}/dev/shm is mounted and I find no other way than counting how many time /run/shm is mounted.
If the number is greater than 1, assume it's our script that mount bind shm and it is needed to umount.
Add a comment why the umount is conditional as ./make.sh clean doesn't mount
On machines that have /dev/shm as symlink, it is required to fix sudo configuration
Modified Paths:
--------------
ipcop/trunk/make.sh
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2013-07-02 17:50:26 UTC (rev 7073)
+++ ipcop/trunk/make.sh 2013-07-07 14:00:01 UTC (rev 7074)
@@ -747,12 +747,13 @@
${SUDO} ${LOSETUP} -d ${DEVICE} > /dev/null 2>&1
done
- # Umount /dev/pts and /dev/shm before /dev
+ # Umount /dev/pts and /dev/shm before /dev, test if mounted as ./make.sh clean doesn't mount.
${MOUNT} | grep -q ${LFS}/dev/pts && ${SUDO} ${UMOUNT} ${LFS}/dev/pts
- # Trying to check ${LFS}/dev/shm may find nothing on debian v7 /run/shm
- ${SUDO} ${UMOUNT} ${LFS}/dev/shm
+ # Find nothing mounted if /dev/shm is a symlink to /run/shm
+ ${MOUNT} | grep -q ${LFS}/dev/shm && ${SUDO} ${UMOUNT} ${LFS}/dev/shm
+ # Debian v7 symlink /dev/shm to /run/shm, assume another mounted shm than the first was by us.
+ [ $(${MOUNT} | grep /run/shm | wc -l) -gt 1 ] && ${SUDO} ${UMOUNT} /run/shm
-
# Now find and unmount any of the bound filesystems we need for the build
for i in `${MOUNT} | grep ${BASEDIR} | sed 's/^.* on \(.[^ ]*\).*$/\1/'`
do
@@ -889,6 +890,12 @@
SUDO_ERROR=1
fi
done
+ # If /dev/shm is a symlink to /run/shm like debian v7, it is required to umount /run/shm and not ${LFS}/dev/shm
+ [ -h /dev/shm ] && if ( ! ${SUDO} -ll -U ${CURRENT_USER} | grep -q 'umount /run/shm'); then
+ [ $SUDO_ERROR -eq 0 ] && beautify message FAIL
+ beautify message FAIL "sudo not configured to umount /run/shm"
+ SUDO_ERROR=1
+ fi
fi
echo -ne "${NORMAL}"
if [ ${SUDO_ERROR} -eq 0 ]; then
@@ -919,7 +926,8 @@
echo -ne "Cmnd_Alias RM = ${RM} ${BASEDIR}/*, \\ \n"
echo -ne "\t\t${RM} /${TOOLS_DIR}\n"
echo -ne "Cmnd_Alias UMOUNT = ${UMOUNT} ${LFS}/*, \\ \n"
- echo -ne "\t\t${UMOUNT} /dev/loop*\n\n"
+ echo -ne "\t\t${UMOUNT} /dev/loop*, \\ \n"
+ echo -ne "\t\t${UMOUNT} /run/shm\n\n"
echo -ne "IPCOP_BUILDER ALL = NOPASSWD: BIND,CHMOD,DU,LN,LOSETUP,MKDIR,MKNOD,MV,NICECMD,RM,UMOUNT\n"
echo -ne "# *** End of IPCop configuration ***\n"
echo -ne "${NORMAL}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lea...@us...> - 2013-07-02 17:50:29
|
Revision: 7073
http://sourceforge.net/p/ipcop/svn/7073
Author: learningnets
Date: 2013-07-02 17:50:26 +0000 (Tue, 02 Jul 2013)
Log Message:
-----------
Minor update for J.E. sync.
Modified Paths:
--------------
IPCopDoc/trunk/es/admin/xml/firewall.xml
IPCopDoc/trunk/es/admin/xml/info.xml
IPCopDoc/trunk/es/admin/xml/introduction.xml
IPCopDoc/trunk/es/admin/xml/logs.xml
IPCopDoc/trunk/es/admin/xml/proxy.xml
IPCopDoc/trunk/es/admin/xml/services.xml
IPCopDoc/trunk/es/admin/xml/system.xml
IPCopDoc/trunk/es/admin/xml/vpns.xml
Modified: IPCopDoc/trunk/es/admin/xml/firewall.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/firewall.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/firewall.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -8,7 +8,7 @@
<!-- $Id$ -->
<sect1 id="firewall">
- <title>Firewall Menu</title>
+ <title>Menú Cortafuegos</title>
<para>
Grouped together in the Firewall Menu are some of the core functions
of IPCop which controls how traffic flows through the firewall.
Modified: IPCopDoc/trunk/es/admin/xml/info.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/info.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/info.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -7,7 +7,7 @@
>
<!-- $Id$ -->
<sect1 id="status">
- <title>Status Menu</title>
+ <title>Menú Estado</title>
<para>
This group of web pages provides you with information
and statistics from IPCop.
Modified: IPCopDoc/trunk/es/admin/xml/introduction.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/introduction.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/introduction.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -613,10 +613,10 @@
<para>
<emphasis role="strong">Spanish</emphasis>
Curtis Anderson, Diego Lombardia, Mark Peter,
- QuiQue Soriano, David Cabrera Lozano, Jose Sanchez,
+ Quique Soriano, David Cabrera Lozano, Jose Sanchez,
Santiago Cassina, Marcelo Zunino, Alfredo Matignon,
Juan Janczuk, Vicente Javier Garcia Mayen,
- Ricardo Lopez, Enrique Porta
+ Ricardo Lopez, Enrique Porta, Jesús Ezquieta
</para>
</listitem>
<listitem>
Modified: IPCopDoc/trunk/es/admin/xml/logs.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/logs.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/logs.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -7,7 +7,7 @@
>
<!-- $Id$ -->
<sect1 id="logs">
- <title>Logs Menu</title>
+ <title>Menú Registros</title>
<para>
This group of web pages presents you with information
from the logs on your IPCop server.
Modified: IPCopDoc/trunk/es/admin/xml/proxy.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/proxy.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/proxy.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -8,7 +8,7 @@
<!-- $Id$ -->
<sect1 id="proxy">
- <title>Web Proxy Server</title>
+ <title>Servidor Proxy Web</title>
<para>
This section describes in more depth the
Modified: IPCopDoc/trunk/es/admin/xml/services.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/services.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/services.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -7,7 +7,7 @@
>
<!-- $Id$ -->
<sect1 id="services">
- <title>Services Menu</title>
+ <title>Menú Servicios</title>
<para>
As well as performing its core function of Internet firewall, IPCop can provide a number of other services
that are useful in a small network.
Modified: IPCopDoc/trunk/es/admin/xml/system.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/system.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/system.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -7,7 +7,7 @@
>
<!-- $Id$ -->
<sect1 id="system">
- <title>System Web Pages</title>
+ <title>Páginas web de Sistema</title>
<para>
This group of web pages is designed to help you administer and
control IPCop itself.
Modified: IPCopDoc/trunk/es/admin/xml/vpns.xml
===================================================================
--- IPCopDoc/trunk/es/admin/xml/vpns.xml 2013-06-27 18:42:45 UTC (rev 7072)
+++ IPCopDoc/trunk/es/admin/xml/vpns.xml 2013-07-02 17:50:26 UTC (rev 7073)
@@ -7,7 +7,7 @@
>
<!-- $Id$ -->
<sect1 id="vpns">
- <title>VPNs Menu</title>
+ <title>Menú VPNs</title>
<para>
The VPNs Menu contains webpages which control Virtual Private Networks
which allow IPCop to connect two (or more) networks directly to each
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|