Skip to content

Commit

Permalink
Update to libhtp 0.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsBSD committed Jan 2, 2018
1 parent f2243fd commit e9a912e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libhtp-0.5.21
libhtp-0.5.25
build/*
*.swp
2 changes: 1 addition & 1 deletion htpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "htp.h"
#include "htp_private.h"

#define HTPY_VERSION "0.24"
#define HTPY_VERSION "0.25"

static PyObject *htpy_error;
static PyObject *htpy_stop;
Expand Down
Binary file removed libhtp-0.5.21.tar.gz
Binary file not shown.
Binary file added libhtp-0.5.25.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

pathjoin = os.path.join

GITVER = '0.5.21'
GITVER = '0.5.25'
PKGNAME = 'libhtp-' + GITVER
PKGTAR = PKGNAME + '.tar.gz'
BUILDDIR = 'libhtp-' + GITVER
Expand Down Expand Up @@ -51,7 +51,7 @@ def run(self):

setup (# Distribution meta-data
name = "htpy",
version = "0.24",
version = "0.25",
description = "python bindings for libhtp",
author = "Wesley Shields",
author_email = "wxs@atarininja.org",
Expand Down

0 comments on commit e9a912e

Please sign in to comment.