Opened 12 years ago
Closed 12 years ago
#38961 closed update (fixed)
fail2ban - update to 0.8.8
Reported by: | fclaire@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | haspatch maintainer | Cc: | |
Port: | fail2ban |
Description
Please find attached the Portfile diff as well as the additional files for fail2ban v. 0.8.8.
- fixed livecheck
- added pf/icefloor action
Thanks for commiting.
Attachments (7)
Change History (11)
Changed 12 years ago by fclaire@…
Attachment: | Portfile-fail2ban.diff added |
---|
Changed 12 years ago by fclaire@…
Attachment: | patch-config-jail.conf.diff added |
---|
Changed 12 years ago by fclaire@…
Attachment: | patch-fail2ban-client.diff added |
---|
Changed 12 years ago by fclaire@…
Attachment: | patch-fail2ban-regex.diff added |
---|
Changed 12 years ago by fclaire@…
Attachment: | patch-fail2ban-server.diff added |
---|
Changed 12 years ago by fclaire@…
Attachment: | pf-icefloor.conf added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 12 years ago by fclaire@…
Attachment: | patch-setup.py.diff added |
---|
comment:2 Changed 12 years ago by fclaire@…
I've uploaded a new patch-setup.py.diff which contains the right paths. However these paths starting with /usr are here just for checking if an older version was installed. This isn't relevant for macport since the very first port of fail2ban was already installing everything under $prefix/share.
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Sorry for the delay! Committed in r106071.
Note: See
TracTickets for help on using
tickets.
Your new patch-setup.py.diff uses paths like
@@PREFIX@@/usr/bin
and@@PREFIX@@/usr/lib
; this isn't correct. The old patch, which used@@PREFIX@@/bin
and@@PREFIX@@/lib
, was correct.