This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
lilik-openwrt-22.03
Etienne CHAMPETIER
11 years ago
parent
11bf9384ed
commit
e598af5f99
5 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libs/gnutls/Makefile
+1
-0
net/ctorrent-svn/Makefile
+1
-0
net/ntpd/Makefile
+1
-0
utils/unzip/Makefile
+1
-0
utils/zip/Makefile
+ 1
- 0
libs/gnutls/Makefile
View File
@ -18,6 +18,7 @@ PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
PKG_INSTALL
:=
1
PKG_LIBTOOL_PATHS
:=
. lib
PKG_CHECK_FORMAT_SECURITY
:=
0
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 1
- 0
net/ctorrent-svn/Makefile
View File
@ -19,6 +19,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO
:=
svn
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
BUILD_VARIANT
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_CHECK_FORMAT_SECURITY
:=
0
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 1
- 0
net/ntpd/Makefile
View File
@ -20,6 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSI
PKG_BUILD_DEPENDS
:=
libelf1
PKG_FIXUP
:=
autoreconf
PKG_LIBTOOL_PATHS
:=
. sntp
PKG_CHECK_FORMAT_SECURITY
:=
0
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 1
- 0
utils/unzip/Makefile
View File
@ -21,6 +21,7 @@ PKG_LICENSE:=BSD-4-Clause
PKG_LICENSE_FILES
:=
LICENSE
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
/unzip
$(
PKG_REV
)
PKG_CHECK_FORMAT_SECURITY
:=
0
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 1
- 0
utils/zip/Makefile
View File
@ -21,6 +21,7 @@ PKG_LICENSE:=BSD-4-Clause
PKG_LICENSE_FILES
:=
LICENSE
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
/zip
$(
PKG_REV
)
PKG_CHECK_FORMAT_SECURITY
:=
0
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
Write
Preview
Loading…
Cancel
Save