Commit Graph

  • 8cbf3d44d8 dist-git conversion Fedora Release Engineering 2010-07-28 18:24:48 +0000
  • 1c32f51466 - new version 1.4.8 all new features of 2.6.34 (rhbz#) - extensions: REDIRECT: fix --to-ports parser - iptables: add noreturn attribute to exit_tryhelp() - extensions: MASQUERADE: fix --to-ports parser - libxt_comment: avoid use of IPv4-specific examples - libxt_CT: add a manpage - iptables: correctly check for too-long chain/target/match names - doc: libxt_MARK: no longer restricted to mangle table - doc: remove claim that TCPMSS is limited to mangle - libxt_recent: add a missing space in output - doc: add manpage for libxt_osf - libxt_osf: import nfnl_osf program - extensions: add support for xt_TEE - CT: fix --ctevents parsing - extensions: add CT extension - libxt_CT: print conntrack zone in ->print/->save - xtables: fix compilation when debugging is enabled - libxt_conntrack: document --ctstate UNTRACKED - iprange: fix xt_iprange v0 parsing Thomas Woerner 2010-07-02 08:34:08 +0000
  • af849309ea - removed 1.4.6 from sources file Thomas Woerner 2010-04-08 10:21:51 +0000
  • 19f9d681df - added default values for IPTABLES_STATUS_VERBOSE and IPTABLES_STATUS_LINENUMBERS in init script - added missing lsb keywords Required-Start and Required-Stop to init script Thomas Woerner 2010-03-24 14:31:33 +0000
  • bc5bcb4fea - add default values for IPTABLES_STATUS_VERBOSE and IPTABLES_STATUS_LINENUMBERS from /etc/sysconfig/ip*tables-config Thomas Woerner 2010-03-24 12:19:38 +0000
  • 9e16e52295 - fixed typo in changelog Thomas Woerner 2010-03-05 14:01:44 +0000
  • 0e146f1051 - new version 1.4.7 with support for all new features of 2.6.33 (rhbz#570767) - libip4tc: Add static qualifier to dump_entry() - libipq: build as shared library - recent: reorder cases in code (cosmetic cleanup) - several man page and documentation fixes - policy: fix error message showing wrong option - includes: header updates - Lift restrictions on interface names - fixed licensea and moved iptables-xml into base package according to review Thomas Woerner 2010-03-05 14:01:22 +0000
  • c5f8c6ac2d - moved libip*tc and libxtables libs to /lib[64], added symlinks for .so libs to /usr/lib[64] for compatibility (rhbz#558796) Thomas Woerner 2010-01-27 15:03:10 +0000
  • 1053d485c1 - new version 1.4.6 with support for all new features of 2.6.32 - several man page fixes - Support for nommu arches - realm: remove static initializations - libiptc: remove unused functions - libiptc: avoid strict-aliasing warnings - iprange: do accept non-ranges for xt_iprange v1 - iprange: warn on reverse range - iprange: roll address parsing into a loop - iprange: do accept non-ranges for xt_iprange v1 (log) - iprange: warn on reverse range (log) - libiptc: fix wrong maptype of base chain counters on restore - iptables: fix undersized deletion mask creation - style: reduce indent in xtables_check_inverse - libxtables: hand argv to xtables_check_inverse - iptables/extensions: make bundled options work again - CONNMARK: print mark rules with mask 0xffffffff as set instead of xset - iptables: take masks into consideration for replace command - doc: explain experienced --hitcount limit - doc: name resolution clarification - iptables: expose option to zero packet/byte counters for a specific rule - build: restore --disable-ipv6 functionality on system w/o v6 headers - MARK: print mark rules with mask 0xffffffff as --set-mark instead of --set-xmark - DNAT: fix incorrect check during parsing - extensions: add osf extension - conntrack: fix --expires parsing - dropped nf_ext_init remains from cloexec patch Thomas Woerner 2010-01-13 15:34:55 +0000
  • d718a940ab Fix typo that causes a failure to update the common directory. (releng #2781) Bill Nottingham 2009-11-25 23:40:40 +0000
  • 5b3956eb49 - new version 1.4.5 with support for all new features of 2.6.31 - libxt_NFQUEUE: add new v1 version with queue-balance option - xt_conntrack: revision 2 for enlarged state_mask member - libxt_helper: fix invalid passed option to check_inverse - libiptc: split v4 and v6 - extensions: collapse registration structures - iptables: allow for parse-less extensions - iptables: allow for help-less extensions - extensions: remove empty help and parse functions - xtables: add multi-registration functions - extensions: collapse data variables to use multi-reg calls - xtables: warn of missing version identifier in extensions - multi binary: allow subcommand via argv[1] - iptables: accept multiple IP address specifications for -s, -d - several build fixes - several man page fixes - fixed two leaked file descriptors on sockets (rhbz#521397) Thomas Woerner 2009-09-17 09:13:09 +0000
  • 1014ae94df - new version 1.4.4 with support for all new features of 2.6.30 - several man page fixes - iptables: replace open-coded sizeof by ARRAY_SIZE - libip6t_policy: remove redundant functions - policy: use direct xt_policy_info instead of ipt/ip6t - policy: merge ipv6 and ipv4 variant - extensions: add `cluster' match support - extensions: add const qualifiers in print/save functions - extensions: use NFPROTO_UNSPEC for .family field - extensions: remove redundant casts - iptables: close open file descriptors - fix segfault if incorrect protocol name is used - replace open-coded sizeof by ARRAY_SIZE - do not include v4-only modules in ip6tables manpage - use direct xt_policy_info instead of ipt/ip6t - xtables: fix segfault if incorrect protocol name is used - libxt_connlimit: initialize v6_mask - SNAT/DNAT: add support for persistent multi-range NAT mappings Thomas Woerner 2009-08-25 13:45:19 +0000
  • aef453d8f2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Jesse Keating 2009-07-25 03:32:34 +0000
  • c31ad1566a - new version 1.4.3.2 - also install iptables/internal.h, needed for iptables.h and ip6tables.h Thomas Woerner 2009-04-15 12:29:01 +0000
  • 9a94261e69 forgot to add patch Thomas Woerner 2009-03-30 12:59:19 +0000
  • a05f4f7574 - new version 1.4.3.1 - libiptc is now shared - supports all new features of the 2.6.29 kernel - dropped typo_latter patch Thomas Woerner 2009-03-30 12:53:21 +0000
  • 50c011a4ab - still more review fixes (rhbz#225906) - consistent macro usage - use sed instead of perl for rpath removal - use standard RPM CFLAGS, but also -fno-strict-aliasing (needed for libiptc*) Thomas Woerner 2009-03-05 14:06:37 +0000
  • 986f923585 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Jesse Keating 2009-02-25 07:47:47 +0000
  • 169383f4c9 - new version 1.4.2 - removed TOS value mask patch (upstream) - more review fixes (rhbz#225906) - install all header files (rhbz#462207) - dropped nf_ext_init (rhbz#472548) Thomas Woerner 2009-02-20 13:44:58 +0000
  • 53e82be23a - fixed TOS value mask problem (rhbz#456244) (upstream patch) - two more cloexec fixes Thomas Woerner 2008-07-22 15:37:03 +0000
  • a3f9c4c7d9 - upstream bug fix release 1.4.1.1 - dropped extra patch for 1.4.1 - not needed anymore Thomas Woerner 2008-07-01 09:57:56 +0000
  • 47932511b3 - new version 1.4.1 with new build environment - additional ipv6 network mask patch from Jan Engelhardt - spec file cleanup - removed old patches Thomas Woerner 2008-06-10 13:08:35 +0000
  • 1a6c05b472 use normal kernel headers, not linux/compiler.h Tom Callaway 2008-06-06 18:59:22 +0000
  • 175162e6e7 - use O_CLOEXEC for all opened files in all applications (rhbz#438189) Thomas Woerner 2008-03-20 15:09:55 +0000
  • c5dfcf315c - removed // from _kernel because of /usr/lib/rpm/debugedit problem Thomas Woerner 2008-03-03 14:53:35 +0000
  • 5d264de02c - use s6_addr32 instead of in6_u.u6_addr32 Thomas Woerner 2008-03-03 13:47:25 +0000
  • b6002fe4b0 - force usage of kernel-devel in build environment instead of uname detected kernel Thomas Woerner 2008-03-03 11:07:40 +0000
  • 0d85675fe7 - dropped uname Thomas Woerner 2008-03-03 10:20:41 +0000
  • c06d2805b1 - also require kernel-devel Thomas Woerner 2008-03-03 10:19:26 +0000
  • d8ccf9fe1d - make it fully kernel dependant - linux/conpiler.h is still missing Thomas Woerner 2008-03-03 09:42:41 +0000
  • 2d8b12dfae - use the kernel headers from the build tree for iptables for now to be able to compile this package, but this makes the package more kernel dependant Thomas Woerner 2008-03-03 09:35:13 +0000
  • b6ec3795a0 - Autorebuild for GCC 4.3 Jesse Keating 2008-02-20 05:58:52 +0000
  • 0de8b7db13 - use nf_ext_init instead of my_init for extension constructors - use kernel-headers package for KBUILD_OUTPUT Thomas Woerner 2008-02-11 15:16:43 +0000
  • bfc8fd6a19 - new version 1.4.0 - fixed condrestart (rhbz#428148) - report the module in rmmod_r if there is an error Thomas Woerner 2008-02-11 13:56:53 +0000
  • 6a95dca65a - fixed leaked file descriptor before fork/exec (rhbz#312191) - blacklisting is not working, use "install X /bin/(true|false)" test instead - return private exit code 150 for disabled ipv6 support - use script name for output messages Thomas Woerner 2007-11-05 16:41:26 +0000
  • 22d082249b - fixed error code for stopping a already stopped firewall (rhbz#321751) - moved blacklist test into start Thomas Woerner 2007-10-16 15:30:01 +0000
  • 26dd871d90 makefile update to properly grab makefile.common Bill Nottingham 2007-10-15 18:53:19 +0000
  • 7617f871a1 - new release 4.1 Thomas Woerner 2007-09-26 16:00:58 +0000
  • 0396e7e145 - do not start ip6tables if ipv6 is blacklisted (rhbz#236888) - use simpler fix for (rhbz#295611) Thanks to Linus Torvalds for the patch. Thomas Woerner 2007-09-26 15:59:58 +0000
  • b467a216c0 - fixed IPv6 reject type (rhbz#295181) - fixed init script: start, stop and status - support netfilter compiled into kernel in init script (rhbz#295611) - dropped inversion for limit modules from man pages (rhbz#220780) - fixed typo in ip6tables man page (rhbz#236185) Thomas Woerner 2007-09-24 16:03:24 +0000
  • 324c1a2ec7 - do not depend on local_fs in lsb header - this delayes start after network - fixed exit code for initscript usage Thomas Woerner 2007-09-19 16:30:16 +0000
  • 996472d917 - do not use lock file for condrestart test Thomas Woerner 2007-09-17 15:46:05 +0000
  • 498412ec5f [tw] - do not use smp flags Thomas Woerner 2007-08-23 15:33:24 +0000
  • d7580e1c28 [tw] added patches Thomas Woerner 2007-08-23 14:55:32 +0000
  • 32bdef74b2 [tw] - fixed initscript for LSB conformance (rhbz#246953, rhbz#242459) - provide iptc interface again, but unsupported (rhbz#216733) - compile all extension, which are supported by the kernel-headers package - review fixes (rhbz#225906) Thomas Woerner 2007-08-23 14:54:50 +0000
  • 7b2367e316 Rebase to upstream release 1.3.8 Steve Conklin 2007-07-16 22:03:39 +0000
  • d784db838b - fix error when ipv6 support isn't loaded in the kernel (#236888) Jeremy Katz 2007-04-23 18:58:32 +0000
  • a7c4eb9f8d [tw] - new release 1.1 Thomas Woerner 2007-01-10 11:30:29 +0000
  • c19057201b [tw] - fixed installation of secmark modules Thomas Woerner 2007-01-10 11:29:49 +0000
  • 40a64baf6b [tw] - new verison 1.3.7 - iptc is not a public interface and therefore not installed anymore - dropped upstream secmark patch Thomas Woerner 2007-01-09 18:46:18 +0000
  • bcc3dc0c5a [tw] - added secmark iptables patches (#201573) Thomas Woerner 2006-09-19 15:36:43 +0000
  • 9d71c81438 bumped for rebuild Jesse Keating 2006-07-12 06:25:39 +0000
  • d01da4bd19 bump for bug in double-long on ppc(64) Jesse Keating 2006-02-11 03:37:55 +0000
  • af4036e5e9 bump for new gcc/glibc Jesse Keating 2006-02-07 12:17:14 +0000
  • bc7eeb0697 [tw] - new version 1.3.5 - fixed init script to set policy for raw tables, too (#179094) Thomas Woerner 2006-02-02 13:24:00 +0000
  • 5034db8c80 [tw] - added important iptables header files to devel package Thomas Woerner 2006-01-24 14:18:57 +0000
  • 3878a45f2b gcc update bump Jesse Keating 2005-12-09 22:41:00 +0000
  • 3103feaa52 [tw] - fix for plugin problem: link with "gcc -shared" instead of "ld -shared" and replace "_init" with "__attribute((constructor)) my_init" Thomas Woerner 2005-11-25 17:03:17 +0000
  • 1bd916dc8e [tw] - rebuild due to unresolved symbols in shared libraries Thomas Woerner 2005-11-25 13:27:51 +0000
  • adba868b0a [tw] - dropped new status patch - integration directly in the config file and init script Thomas Woerner 2005-11-18 12:34:33 +0000
  • e62f16132b [tw] - new version 1.3.4 - dropped free_opts patch (upstream fixed) - made libipq PIC (#158623) - additional configuration options for iptables startup script (#172929) Thanks to Jan Gruenwald for the patch - spec file cleanup (dropped linux_header define and usage) Thomas Woerner 2005-11-18 12:26:15 +0000
  • 9cc8b9cede [tw] - new version 1.3.2 with additional patch for the misplaced free_opts call from Marcus Sundberg Thomas Woerner 2005-07-18 12:16:48 +0000
  • 1bda6a62be [tw] - new version 1.3.1 Thomas Woerner 2005-05-11 13:49:05 +0000
  • 932877e6bd [tw] forgot to add one patch Thomas Woerner 2005-03-18 16:45:13 +0000
  • 62b5948287 [tw] - Remove unnecessary explicit kernel dep (#146142) - Fixed out of bounds accesses (#131848): Thanks to Steve Grubb for the patch - Adapted iptables-config to reference to modprobe.conf (#150143) - Remove misleading message (#140154): Thanks to Ulrich Drepper for the patch Thomas Woerner 2005-03-18 16:40:36 +0000
  • fe748ba4bd [tw] - new version 1.3.0 Thomas Woerner 2005-02-22 11:09:58 +0000
  • f8486dc1c5 [tw] - fixed autoload problem in iptables and ip6tables (CAN-2004-0986) Thomas Woerner 2004-11-11 11:55:39 +0000
  • 17fd75cb18 [tw] - changed default behaviour for IPTABLES_STATUS_NUMERIC to "yes" (#129731) - modified config file to match this change and un-commented variables with default values Thomas Woerner 2004-09-17 10:41:31 +0000
  • 6408c4d7aa [tw] - applied second part of cleanup patch from (#131848): thanks to Steve Grubb for the patch Thomas Woerner 2004-09-16 16:12:07 +0000
  • 02e432f320 auto-import changelog data from iptables-1.2.11-2.src.rpm Wed Aug 25 2004 Thomas Woerner <twoerner@redhat.com> 1.2.11-2 - fixed free bug in iptables (#128322) cvsdist 2004-09-09 06:26:30 +0000
  • a46503f82e auto-import changelog data from iptables-1.2.11-1.src.rpm Tue Jun 22 2004 Thomas Woerner <twoerner@redhat.com> 1.2.11-1 - new version 1.2.11 cvsdist 2004-09-09 06:26:05 +0000
  • 02a001b3b7 auto-import changelog data from iptables-1.2.10-1.src.rpm Thu Jun 17 2004 Thomas Woerner <twoerner@redhat.com> 1.2.10-1 - new version 1.2.10 cvsdist 2004-09-09 06:26:03 +0000
  • 72277d0cea auto-import changelog data from iptables-1.2.9-3.src.rpm Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt cvsdist 2004-09-09 06:25:55 +0000
  • f01425b3e6 auto-import changelog data from iptables-1.2.9-2.3.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 26 2004 Thomas Woerner <twoerner@redhat.com> 1.2.9-2.3 - fixed iptables-restore -c fault if there are no counters (#116421) Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt cvsdist 2004-09-09 06:25:49 +0000
  • c76d6f02d4 auto-import changelog data from iptables-1.2.9-1.2.src.rpm Sun Jan 25 2004 Dan Walsh <dwalsh@redhat.com> 1.2.9-1.2 - Close File descriptors to prevent SELinux error message Wed Jan 07 2004 Thomas Woerner <twoerner@redhat.com> 1.2.9-1.1 - rebuild cvsdist 2004-09-09 06:25:17 +0000
  • 314b6dc7e4 auto-import changelog data from iptables-1.2.9-1.0.src.rpm Wed Dec 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.9-1.0 - vew version 1.2.9 - new config options in ipXtables-config: IPTABLES_MODULES_UNLOAD - more documentation in ipXtables-config - fix for netlink security issue in libipq (devel package) - print fix for libipt_icmp (#109546) cvsdist 2004-09-09 06:25:10 +0000
  • 6d58a1835a auto-import changelog data from iptables-1.2.8-14.src.rpm Fri Dec 05 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-14 - fixed netlink security issue in libipq (devel package) - fixed save in libipt_icmp (#109546) cvsdist 2004-09-09 06:24:55 +0000
  • 7443bc4808 auto-import changelog data from iptables-1.2.8-13.src.rpm Thu Oct 23 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-13 - marked all messages in iptables init script for translation (#107462) - enabled devel package (#105884, #106101) - bumped build for fedora for libipt_recent.so (#106002) Tue Sep 23 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-12.1 - fixed lost udp port range in ip6tables-save (#104484) - fixed non numeric multiport port output in ipXtables-savs Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.8-11 - do not link against -lnsl cvsdist 2004-09-09 06:24:45 +0000
  • f8ef2e43c9 auto-import changelog data from iptables-1.2.8-8.90.5.src.rpm Wed Sep 17 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-90.5 - fixed wrong tests for ipv6 udp ports in save - made variables in rmmod_r local cvsdist 2004-09-09 06:23:22 +0000
  • dc9e0628b1 auto-import changelog data from iptables-1.2.8-8.90.1.src.rpm Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-90.1 - fixed permission for init script cvsdist 2004-09-09 06:23:13 +0000
  • 31d8898f82 auto-import changelog data from iptables-1.2.8-7.90.1.src.rpm Sat Jul 19 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-7.90.1 - fixed save when iptables file is missing and iptables-config permissions Tue Jul 08 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-7 - fixes for ip6tables: module unloading, setting policy only for existing tables Thu Jul 03 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-6 - IPTABLES_SAVE_COUNTER defaults to no, now - install config file in /etc/sysconfig - exchange unload of ip_tables and ip_conntrack - fixed start function Wed Jul 02 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-5 - new config option IPTABLES_SAVE_ON_RESTART - init script: new status, save and restart - fixes #44905, #65389, #80785, #82860, #91040, #91560 and #91374 Mon Jun 30 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-4 - new config option IPTABLES_STATUS_NUMERIC - cleared IPTABLES_MODULES in iptables-config Mon Jun 30 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-3 - new init scripts Sat Jun 28 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove check for very old kernel versions in init scripts - sync up both init scripts and remove some further ugly things - add some docu into rpm Thu Jun 26 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-2 - rebuild Mon Jun 16 2003 Thomas Woerner <twoerner@redhat.com> 1.2.8-1 - update to 1.2.8 cvsdist 2004-09-09 06:22:13 +0000
  • c17548c88e auto-import iptables-1.2.7a-2 from iptables-1.2.7a-2.src.rpm cvsdist 2004-09-09 06:21:27 +0000
  • 362a1d88ed auto-import iptables-1.2.6a-2 from iptables-1.2.6a-2.src.rpm cvsdist 2004-09-09 06:21:23 +0000
  • e77aacd352 auto-import iptables-1.2.6a-1 from iptables-1.2.6a-1.src.rpm cvsdist 2004-09-09 06:21:17 +0000
  • a509453d65 auto-import iptables-1.2.5-3 from iptables-1.2.5-3.src.rpm cvsdist 2004-09-09 06:21:00 +0000
  • 5cb149b6bb auto-import iptables-1.2.5-2 from iptables-1.2.5-2.src.rpm cvsdist 2004-09-09 06:20:32 +0000
  • 53f42a8f3f auto-import changelog data from iptables-1.2.4-2s.1.src.rpm Tue Mar 18 2003 D. Marlin <dmarlin@redhat.com> - new s390 release number and rebuild for s390 (bug #85960) cvsdist 2004-09-09 06:20:22 +0000
  • e8d685dd51 auto-import changelog data from iptables-1.2.4-2.src.rpm Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.4-2 - Fix %preun script Tue Oct 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.4-1 - Update to 1.2.4 (various fixes, including security fixes; among others: - Fix init script (#31133) cvsdist 2004-09-09 06:20:13 +0000
  • a38911c15e auto-import changelog data from iptables-1.2.3-2.src.rpm Wed Sep 26 2001 Bill Nottingham <notting@redhat.com> 1.2.3-2 - fix updating (#53952) cvsdist 2004-09-09 06:20:04 +0000
  • ad88bf7951 auto-import changelog data from iptables-1.2.3-1.src.rpm Mon Sep 03 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-1 - 1.2.3 (5 security fixes, some other fixes) - Fix updating (#53032) Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-4 - Fix #50990 - Add some fixes from current CVS; should fix #52620 cvsdist 2004-09-09 06:19:55 +0000
  • ce2e89afc0 auto-import changelog data from iptables-1.2.2-3.src.rpm Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-3 - Add some fixes from the current CVS tree; fixes #49154 and some IPv6 issues cvsdist 2004-09-09 06:19:48 +0000
  • bf29de241d auto-import changelog data from iptables-1.2.2-2.src.rpm Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-2 - Fix iptables-save reject-with (#45632), Patch from Michael Schwendt <mschwendt@yahoo.com> Tue May 08 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-1 - 1.2.2 cvsdist 2004-09-09 06:19:45 +0000
  • bfa5afa17b auto-import changelog data from iptables-1.2.1a-1.src.rpm Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 1.2.1a, fixes #28412, #31136, #31460, #31133 Thu Mar 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Yet another initscript fix (#30173) - Fix the fixes; they fixed some issues but broke more important stuff :/ (#30176) Tue Feb 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up initscript (#27962) - Add fixes from CVS to iptables-{restore,save}, fixing #28412 Fri Feb 09 2001 Karsten Hopp <karsten@redhat.de> - create /etc/sysconfig/iptables mode 600 (same problem as #24245) Mon Feb 05 2001 Karsten Hopp <karsten@redhat.de> - fix bugzilla #25986 (initscript not marked as config file) - fix bugzilla #25962 (iptables-restore) - mv chkconfig --del from postun to preun Thu Feb 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - Fix check for ipchains Mon Jan 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Some fixes to init scripts Wed Jan 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Add some fixes from CVS, fixes among other things Bug #24732 Wed Jan 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Add missing man pages, fix up init script (Bug #17676) Mon Jan 15 2001 Bill Nottingham <notting@redhat.com> - add init script Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 1.2 - fix up ipv6 split - add init script - Move the plugins from /usr/lib/iptables to /lib/iptables. This needs to work before /usr is mounted... - Use -O1 on alpha (compiler bug) Sat Jan 06 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 1.1.2 - Add IPv6 support (in separate package) cvsdist 2004-09-09 06:19:38 +0000
  • 82b9fbf5dd auto-import changelog data from iptables-1.1.1-2.src.rpm Thu Aug 17 2000 Bill Nottingham <notting@redhat.com> - build everywhere Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 1.1.1 Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Tue Jun 27 2000 Preston Brown <pbrown@redhat.com> - move iptables to /sbin. - excludearch alpha for now, not building there because of compiler bug(?) Fri Jun 09 2000 Bill Nottingham <notting@redhat.com> - don't obsolete ipchains either - update to 1.1.0 Sun Jun 04 2000 Bill Nottingham <notting@redhat.com> - remove explicit kernel requirement Tue May 02 2000 Bernhard Rosenkränzer <bero@redhat.com> - initial package cvsdist 2004-09-09 06:19:25 +0000
  • 37e18f3b25 Setup of module iptables cvsdist 2004-09-09 06:19:23 +0000