Summary: | net-firewall/ufw-0.31.1 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robert Cabrera <robcab666> |
Component: | Current packages | Assignee: | Sławomir Nizio <slawomir.nizio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pva |
Priority: | Normal | Keywords: | EBUILD, PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://launchpad.net/ufw | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
updated ebuild
updated patch updated patch updated patch updated patch ufw-0.31.1.ebuild ufw-0.31.1-encoding.patch ufw-0.31.1-python-abis.patch ufw-dont-check-iptables.patch ufw-move-path.patch ufw-0.31.1.ebuild ufw-0.31.1-dont-check-iptables.patch ufw-0.31.1-move-path.patch |
Description
Robert Cabrera
2012-04-17 22:04:15 UTC
Created attachment 309329 [details]
updated ebuild
Created attachment 309331 [details]
updated patch
Created attachment 309333 [details, diff]
updated patch
Created attachment 309335 [details, diff]
updated patch
Created attachment 309337 [details, diff]
updated patch
Created attachment 309341 [details]
ufw-0.31.1.ebuild
Created attachment 309343 [details, diff]
ufw-0.31.1-encoding.patch
Created attachment 309345 [details, diff]
ufw-0.31.1-python-abis.patch
Created attachment 309347 [details, diff]
ufw-dont-check-iptables.patch
Created attachment 309349 [details, diff]
ufw-move-path.patch
This is my first time trying something like this. I screwed up naming the first set of attachments. The ebuild and all of the patches I uploaded have been sourced to their new versions. Once again enjoy!!! Ciao Comment on attachment 309341 [details]
ufw-0.31.1.ebuild
--- ufw-0.30.1-r4.ebuild 2012-02-28 12:42:22.000000000 +0100
+++ - 2012-04-18 01:50:41.216331415 +0200
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r4.ebuild,v 1.1 2012/02/28 11:42:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.31.1.ebuild,v 1.1 2012/02/28 11:42:22 scarabeus Exp $
EAPI=4
PYTHON_DEPEND="2:2.5
The attached ebuild doesn't apply any of the patches.
(In reply to comment #12) > The attached ebuild doesn't apply any of the patches. Ah yes, because it applies versioned ones. My fault. (In reply to comment #13) > (In reply to comment #12) > > The attached ebuild doesn't apply any of the patches. > > Ah yes, because it applies versioned ones. My fault. You removed the ebuild I uploaded. So I re-uploaded with the changes to the patch names reflecting that they've been modified to patch this version of ufw. All other files needed to install and run on Gentoo are the same as the previous version. Again I repeat, this version seems to break the current GUI tool used to administer UFW. Since I don't use them this is not an issue, but it may be an issue for others. Ciao Created attachment 309357 [details]
ufw-0.31.1.ebuild
Created attachment 309361 [details, diff]
ufw-0.31.1-dont-check-iptables.patch
Created attachment 309365 [details, diff]
ufw-0.31.1-move-path.patch
I hope this helps Rob Hi and thanks for your work! I'd already sent ebuilds and patches for the new version to the proxy maintainer, but it was useful to recheck mine by doing differences between them. (In your ufw-0.31.1-move-path.patch there's a mistake - part from old ufw ("d" parameter) - patch utility works with it anyway, giving a warning: "Hunk #2 succeeded at 40 with fuzz 2."). If you're curious, it can be found (masked because of compatibility with older GUI frontends) in the 'sabayon' overlay. This version also comes with improved handling of LINGUAS and better support for PyPy (improved ufw-0.31.1-python-abis.patch). With version bump of ufw, a new net-firewall/ufw-frontends will be comitted which adds support for this version (backward compatible) and new kde-misc/kcm-ufw (maintained by someone else). You're welcome, and thanks for the heads-up on the Sabayon overlay. I see the differences you mentioned between what I did vs. the ebuild there. Thanks again for the info. I'm looking forward to trying out the new kcm-ufw when it hits the tree. In Portage, thanks for Ian Whyman. (who committed the stuff) |