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
Merge pull request
#170
from hnyman/add-license-info
Add license info to ccrypt, haveged, rng-tools, vsftpd
lilik-openwrt-22.03
champtar
11 years ago
parent
36fe1d34e6
e27824ec06
commit
e719318caa
4 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
net/vsftpd/Makefile
+1
-0
utils/ccrypt/Makefile
+1
-0
utils/haveged/Makefile
+1
-0
utils/rng-tools/Makefile
+ 1
- 0
net/vsftpd/Makefile
View File
@ -14,6 +14,7 @@ PKG_RELEASE:=4
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://security.appspot.com/downloads/
PKG_MD5SUM
:=
8b00c749719089401315bd3c44dddbb2
PKG_LICENSE
:=
GPLv2
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
BUILD_VARIANT
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
+ 1
- 0
utils/ccrypt/Makefile
View File
@ -15,6 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL
:=
@SF/ccrypt
PKG_MD5SUM
:=
44ddd763465c254df83f5d38851d04d7
PKG_MAINTAINER
:=
Hannu Nyman <hannu.nyman@iki.fi>
PKG_LICENSE
:=
GPLv2+
PKG_FIXUP
:=
autoreconf
+ 1
- 0
utils/haveged/Makefile
View File
@ -15,6 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL
:=
http://www.issihosts.com/
$(
PKG_NAME
)
\
http://pkgs.fedoraproject.org/repo/pkgs/haveged/haveged-1.9.1.tar.gz/015ff58cd10607db0e0de60aeca2f5f8/
PKG_MD5SUM
:=
015ff58cd10607db0e0de60aeca2f5f8
PKG_LICENSE
:=
GPLv3
#ensure this is consistent with the dir in the tarball!!!
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
+ 1
- 0
utils/rng-tools/Makefile
View File
@ -14,6 +14,7 @@ PKG_RELEASE:=1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
@SF/gkernel/rng-tools/
$(
PKG_VERSION
)
/
PKG_MD5SUM
:=
6726cdc6fae1f5122463f24ae980dd68
PKG_LICENSE
:=
GPLv2
PKG_MAINTAINER
:=
Hannu Nyman <hannu.nyman@iki.fi>
PKG_FIXUP
:=
autoreconf
Write
Preview
Loading…
Cancel
Save