diff mbox

[OpenWrt-Devel] Snort version bump 2.9.7.2 to 2.9.7.3

Message ID CA+AFOO58bwJPDzt3Ns8VX66gmn4qCuW-X4i4--V==PFv-4F7-g@mail.gmail.com
State Deferred
Headers show

Commit Message

TheWerthFam May 23, 2015, 12:26 p.m. UTC
Signed-off-by:Derek Werthmuller <thewerthfam@gmail.com>







Cheers
- Derek

 By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

Comments

Hauke Mehrtens May 23, 2015, 3:21 p.m. UTC | #1
Hi,

this package is maintained in our package feed at github, please send a
pull request on github at https://github.com/openwrt/packages

Hauke

On 05/23/2015 02:26 PM, Derek Werthmuller wrote:
> Signed-off-by:Derek Werthmuller <thewerthfam@gmail.com <mailto:thewerthfam@gmail.com>>
> 
> 
> 
> diff -rupN a/Makefile b/Makefile
> --- a/Makefile    2015-05-22 22:13:00.458081167 -0400
> +++ b/Makefile    2015-05-22 22:18:58.695857500 -0400
> @@ -8,13 +8,13 @@
>  include $(TOPDIR)/rules.mk <http://rules.mk>
>  
>  PKG_NAME:=snort
> -PKG_VERSION:=2.9.7.2
> +PKG_VERSION:=2.9.7.3
>  PKG_RELEASE:=2
>  
>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
>  PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ \
>      @SF/$(PKG_NAME)
> -PKG_MD5SUM:=b01e9964827394c39194a0147bc15705
> +PKG_MD5SUM:=839e648607fd32726b2f7965134bf0a4
>  
>  PKG_BUILD_DEPENDS:=librpc
>  PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
> 
> 
> 
> 
> Cheers
> - Derek
>        
>  By making a contribution to this project, I certify that:
>   
> (a) The contribution was created in whole or in part by me and I
>     have the right to submit it under the open source license
>     indicated in the file; or
>   
> (b) The contribution is based upon previous work that, to the best
>     of my knowledge, is covered under an appropriate open source
>     license and I have the right under that license to submit that
>     work with modifications, whether created in whole or in part
>     by me, under the same open source license (unless I am
>     permitted to submit under a different license), as indicated
>     in the file; or
>   
> (c) The contribution was provided directly to me by some other
>     person who certified (a), (b) or (c) and I have not modified
>     it.
>   
> (d) I understand and agree that this project and the contribution
>     are public and that a record of the contribution (including all
>     personal information I submit with it, including my sign-off) is
>     maintained indefinitely and may be redistributed consistent with
>     this project or the open source license(s) involved.
> 
> 
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
diff mbox

Patch

diff -rupN a/Makefile b/Makefile
--- a/Makefile    2015-05-22 22:13:00.458081167 -0400
+++ b/Makefile    2015-05-22 22:18:58.695857500 -0400
@@ -8,13 +8,13 @@ 
 include $(TOPDIR)/rules.mk

 PKG_NAME:=snort
-PKG_VERSION:=2.9.7.2
+PKG_VERSION:=2.9.7.3
 PKG_RELEASE:=2

 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ \
     @SF/$(PKG_NAME)
-PKG_MD5SUM:=b01e9964827394c39194a0147bc15705
+PKG_MD5SUM:=839e648607fd32726b2f7965134bf0a4

 PKG_BUILD_DEPENDS:=librpc
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)