Bug 693668

Summary: conntrack-tools-1.4.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: conntrack-toolsAssignee: Paul P Komkoff Jr <i>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: c719711, i, karol.perkowski, twoerner
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-03 07:19:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Upstream Release Monitoring 2011-04-05 10:10:19 UTC
Latest upstream release: 1.0.0
Current version in Fedora Rawhide: 0.9.15
URL: http://ftp.netfilter.org/pub/conntrack-tools/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 1 Account closed by user 2011-04-09 09:03:24 UTC
Changelog 0.9.15 vs 1.0.0:

      build: use autoconf-suggested naming of files
      build: use modern call syntax for AM_INIT_AUTOMAKE
      build: drop unused $(all_includes)
      build: remove statements without effect
      build: remove unused $(all_libraries)
      build: no need for error message in PKG_CHECK_MODULES
      Add .gitignore files
      build: resolve automake warning
      build: default to not building static libraries
      build: run autoupdate to replace obsolete constructs
      build: use AM_YFLAGS instead of overriding YACC
      build: remove redundant bison/lex tests
      conntrackd: fix wrong kernel requirements for TCPWindowTracking in
                                                           example files
      conntrackd: minor documentation update (two new questions in the FAQ)
      conntrack: fix missing line break in conntrack(8) manpage
      conntrack: allow to listen to all kind of expectation events
      doc: update conntrack-tools manual
      doc: remove reference to the CT target
      local: don't override initial return value
      sync: don't override initial return value of local handler
      cache: close commit request if we already have one in progress
      cache: log if we received a commit request while already one in progress
      conntrackd: event iteration limiter is already reset in main select loop
      conntrackd: rise number of committed entries per step
      conntrack: add -o ktimestamp option (it requires linux >= 2.6.38)
      conntrackd: use nfct_copy() with override flag in cache_object_new()
      conntrack: allocate template objects in the heap
      conntrackd: remove use of deprecated nfct_maxsize()
      doc: document -s option of conntrackd in the manual
      doc: document redundant link support for conntrackd
      conntrack: display informative message if expectation table is flushed
      conntrack: support SYN_SENT2 TCP state as --state parameter
      doc: add reference to the CT target again
      doc: add missing conntrackd -s invocation with options
      build: conntrack-tools now requires libnetfilter_conntrack >= 0.9.1
      doc: prepare 1.0.0 release in conntrack-tools manual
      build: bump version to 1.0.0

Comment 2 Account closed by user 2011-04-22 12:39:25 UTC
ping!

Comment 3 Karol Perkowski 2011-06-15 17:38:28 UTC
Please put this into EPEL.

Comment 4 Upstream Release Monitoring 2012-01-13 11:07:15 UTC
Latest upstream release: 1.0.1
Current version in Fedora Rawhide: 1.0.0
URL: http://ftp.netfilter.org/pub/conntrack-tools/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 5 Account closed by user 2012-03-15 14:01:19 UTC
Changelog 1.0.1:

    conntrackd: fix checking of return value of queue_add()
    doc: primary-backup.sh: clarify licensing terms (GPLv2+)
    conntrackd: fix filtering of dump output if internal cache is disabled
    build: disable implicit .tar.gz archive generation and use POSIX mode
    build: use AC_CONFIG_AUX_DIR and stash away tools
    conntrackd: add missing initial caching of gettimeofday()
    conntrack: add missing break when parsing --id/--secmark options
    testsuite: add tests for --mark option
    conntrack: remove unused variable with -S
    conntrack: skip sending update message to kernel if conntrack is unchanged
    conntrack: add support for mark mask
    build: Linux kernel-style for compilation messages

Comment 6 Account closed by user 2012-03-25 16:55:51 UTC
ping!

Comment 7 Account closed by user 2012-05-08 11:49:29 UTC
fc18: http://koji.fedoraproject.org/koji/buildinfo?buildID=317910

- Updated to 1.0.1
- Added daemon using systemd and configuration file
- Removed legacy spec requirements
- Patch for: parse.c:240:34: error: 'NULL' undeclared

Comment 8 Upstream Release Monitoring 2012-06-03 13:51:17 UTC
Latest upstream release: 1.2.1
Current version in Fedora Rawhide: 1.0.1
URL: http://ftp.netfilter.org/pub/conntrack-tools/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 9 Account closed by user 2012-06-16 16:45:39 UTC
1.2.0 changelog:

      src: manpage and help display improvements
      conntrack: flush stdout for each expectation event, too
      conntrackd: generalize caching infrastructure
      conntrackd: generalize external handlers to prepare expectation support
      conntrackd: generalize/cleanup network message building/parsing
      conntrackd: generalize local handler actions
      conntrackd: simplify cache_get_extra function
      conntrackd: remove cache_data_get_object and replace by direct pointer
      conntrackd: constify ct parameter of ct_filter_* functions
      conntrackd: relax checkings in ct_filter_sanity_check
      conntrackd: minor cleanup for commit
      conntrackd: support for expectation synchronization
      doc: update conntrack-tools manual to detail expectation support
      conntrackd: fix expectation filtering if ExpectationSync On is used
      conntrack: add expectation support for `-o' option
      conntrackd: support `-i exp -x' and `-e exp -x' options
      conntrack: fix setting fixed-timeout status flag
      conntrackd: add support expectation class synchronization
      conntrackd: add NAT expectation support
      conntrackd: add support to synchronize helper name
      conntrackd: support expectfn synchronization for expectations
      conntrackd: fix parsing of expectation class, helper name and NAT
      conntrack: allow to filter by mark from kernel-space
      conntrackd: allow using lower/upper case in ExpectationSync
      doc: add ras, q.931 and h.245 to examples configuration file
      doc: fix example on how to filter events via iptables CT target
      icmp[v6]: --icmp[v6]-[type|code] are optional for updates and deletes
      src: integrate nfct into the conntrack-tools tree
      tests: add nfct tests for cttimeout
      build: bump version to 1.2.0
      nfct: fix compilation warning in cttimeout support
      build: update dependencies with libnetfilter_conntrack (>= 1.0.1)
      move qa directory to tests/conntrack/
      tests: conntrack: add run-test.sh script
      add nfct(8) manpage
      add README.nfct

1.2.1 changelog:

      nfct: fix compilation of timeout extension
      bump version to 1.2.1

Comment 10 Upstream Release Monitoring 2012-08-01 10:48:26 UTC
Latest upstream release: 1.2.2
Current version in Fedora Rawhide: 1.0.1
URL: http://ftp.netfilter.org/pub/conntrack-tools/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 11 Paul P Komkoff Jr 2012-08-01 14:06:17 UTC
This is funny as hell.
Every time I try to update, new dependency pops up.
Last time it was new libnetfilter_conntrack library, this time it's entirely new libnetfilter_cttimeout.

Comment 12 Account closed by user 2012-08-01 14:10:56 UTC
(In reply to comment #11)
> This is funny as hell.
> Every time I try to update, new dependency pops up.
> Last time it was new libnetfilter_conntrack library, this time it's entirely
> new libnetfilter_cttimeout.

http://marc.info/?l=linux-netdev&m=133805578930943&w=2

Comment 13 Upstream Release Monitoring 2012-10-10 21:30:38 UTC
Latest upstream release: 1.4.0
Current version in Fedora Rawhide: 1.0.1
URL: http://ftp.netfilter.org/pub/conntrack-tools/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 14 Account closed by user 2012-10-10 22:25:50 UTC
(In reply to comment #13)

> Latest upstream release: 1.4.0
> Current version in Fedora Rawhide: 1.0.1
> URL: http://ftp.netfilter.org/pub/conntrack-tools/

http://marc.info/?l=linux-netdev&m=134969703927931&w=2

This release adds the user-space helper infrastructure which includes
the RPC portmapper (to support NFSv3) and Oracle*TNS helpers.

Comment 15 Account closed by user 2012-11-23 15:43:19 UTC
(In reply to comment #11)

> This is funny as hell.
> Every time I try to update, new dependency pops up.
> Last time it was new libnetfilter_conntrack library, this time it's entirely
> new libnetfilter_cttimeout.

FYI Review Request: libnetfilter_cttimeout - Timeout policy tuning for Netfilter/conntrack : https://bugzilla.redhat.com/show_bug.cgi?id=847322

Comment 16 Account closed by user 2012-11-23 15:47:51 UTC
(In reply to comment #15)
> (In reply to comment #11)
> 
> > This is funny as hell.
> > Every time I try to update, new dependency pops up.
> > Last time it was new libnetfilter_conntrack library, this time it's entirely
> > new libnetfilter_cttimeout.
> 
> FYI Review Request: libnetfilter_cttimeout - Timeout policy tuning for
> Netfilter/conntrack : https://bugzilla.redhat.com/show_bug.cgi?id=847322

http://koji.fedoraproject.org/koji/packageinfo?packageID=14570

Comment 17 Paul P Komkoff Jr 2012-11-23 15:54:04 UTC
Yeah, sorry for delay, I had this aside for testing for a while, I guess I'll push it out on weekend.

Comment 18 Fedora Update System 2012-12-25 16:48:55 UTC
conntrack-tools-1.4.0-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/conntrack-tools-1.4.0-1.fc17

Comment 19 Fedora Update System 2012-12-25 16:49:08 UTC
conntrack-tools-1.4.0-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/conntrack-tools-1.4.0-1.fc18

Comment 20 Fedora Update System 2012-12-25 16:49:18 UTC
conntrack-tools-1.4.0-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/conntrack-tools-1.4.0-1.fc16

Comment 21 Fedora Update System 2012-12-25 20:14:27 UTC
Package conntrack-tools-1.4.0-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing conntrack-tools-1.4.0-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-20944/conntrack-tools-1.4.0-1.fc18
then log in and leave karma (feedback).

Comment 22 Fedora Update System 2013-01-03 07:19:50 UTC
conntrack-tools-1.4.0-1.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 23 Fedora Update System 2013-01-03 07:20:06 UTC
conntrack-tools-1.4.0-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 24 Fedora Update System 2013-01-12 01:31:26 UTC
conntrack-tools-1.4.0-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.