Browse Source

upgrading package: nuster 2.0.2.18 -> 2.0.3.18

master
parent
commit
e2ea30d367
  1. 19
      nuster/nuster.patch
  2. 6
      nuster/nuster.spec

19
nuster/nuster.patch

@ -1,6 +1,6 @@
Index: include/common/mini-clist.h
--- include/common/mini-clist.h.orig 2018-08-05 08:31:47.000000000 +0200
+++ include/common/mini-clist.h 2018-08-05 16:30:00.985085000 +0200
--- include/common/mini-clist.h.orig 2018-10-05 13:03:10.000000000 +0200
+++ include/common/mini-clist.h 2018-10-05 17:45:13.050303000 +0200
@@ -67,6 +67,7 @@
#undef LIST_HEAD
#undef LIST_INIT
@ -9,20 +9,9 @@ Index: include/common/mini-clist.h
/* ILH = Initialized List Head : used to prevent gcc from moving an empty
* list to BSS. Some older version tend to trim all the array and cause
Index: include/nuster/http.h
--- include/nuster/http.h.orig 2018-08-05 08:31:47.000000000 +0200
+++ include/nuster/http.h 2018-08-05 16:34:25.884851000 +0200
@@ -14,6 +14,7 @@
#define _NUSTER_HTTP_H
#include <types/global.h>
+#include "inttypes.h"
#include <proto/stream_interface.h>
#include <proto/proto_http.h>
Index: src/hlua_fcn.c
--- src/hlua_fcn.c.orig 2018-08-05 08:31:47.000000000 +0200
+++ src/hlua_fcn.c 2018-08-05 16:30:00.985339000 +0200
--- src/hlua_fcn.c.orig 2018-10-05 13:03:10.000000000 +0200
+++ src/hlua_fcn.c 2018-10-05 17:45:13.050877000 +0200
@@ -1087,7 +1087,8 @@
lua_pushboolean(L, 1);
return 1;

6
nuster/nuster.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 2.0.2.18
%define V_dist 2.0.2.18
%define V_opkg 2.0.3.18
%define V_dist 2.0.3.18
%define V_major 2.0
# package information
@ -37,7 +37,7 @@ Class: BASE
Group: Networking
License: GPL/LGPL
Version: %{V_opkg}
Release: 20180815
Release: 20181005
# package options
%option with_fsl yes

Loading…
Cancel
Save