Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-iptables to work on modern distros #1

Merged
merged 5 commits into from
Aug 12, 2011
Merged

Update python-iptables to work on modern distros #1

merged 5 commits into from
Aug 12, 2011

Commits on Jul 11, 2011

  1. Add a proper version to the code.

    Signed-off-by: Chris Lalancette <clalance@redhat.com>
    Chris Lalancette committed Jul 11, 2011
    Configuration menu
    Copy the full SHA
    8686edc View commit details
    Browse the repository at this point in the history
  2. Switch to using an Extension.

    Signed-off-by: Chris Lalancette <clalance@redhat.com>
    Chris Lalancette committed Jul 11, 2011
    Configuration menu
    Copy the full SHA
    8f987d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2011

  1. Be more dynamic in the location of libraries.

    First, look for the xtables, iptc, and c libraries in the
    standard locations so we don't have hard-coded versions.
    Second, because we switched to an extension, the libxtwrapper
    code is probably in different places on different architectures
    (/usr/lib/python2.7 in i386, /usr/lib64/python2.7 in x86_64).
    Therefore, use the python arch sitelib to locate the library.
    
    Signed-off-by: Chris Lalancette <clalance@redhat.com>
    Chris Lalancette committed Jul 12, 2011
    Configuration menu
    Copy the full SHA
    a2684a7 View commit details
    Browse the repository at this point in the history
  2. Add a key for "all" to the protocols table.

    Signed-off-by: Chris Lalancette <clalance@redhat.com>
    Chris Lalancette committed Jul 12, 2011
    Configuration menu
    Copy the full SHA
    8403292 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2011

  1. Add a manifest.

    Signed-off-by: Chris Lalancette <clalance@redhat.com>
    Chris Lalancette committed Jul 27, 2011
    Configuration menu
    Copy the full SHA
    91825a5 View commit details
    Browse the repository at this point in the history