Skip to content

Commit

Permalink
bump QDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
edhongcy committed May 27, 2020
1 parent 7c132c1 commit 628b867
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The project is fork qnap SDK 2.2.4

# QDK Download Link:

https://download.qnap.com/QPKG/QDK/QDK_2.3.10.zip
https://download.qnap.com/QPKG/QDK/QDK_2.3.11.zip

# QPKG Development Guidelines
----------------------------------
Expand Down Expand Up @@ -55,6 +55,13 @@ https://www.gitbook.com/book/edhongcy/qdk-quick-start-guide/details

# Update new feature

2.3.11

-Force to use codesigning.qnap.com:5001 instead of 172.17.21.68:5000
-Add preliminary support for newer code signing mechanism for 3rd party qpkg
-Fix one minor bug while handling anti-tampering error
-Fix qpkg install failed keep file in nas

2.3.10

-Support 3rd party self signed mechanism
Expand Down
4 changes: 1 addition & 3 deletions qpkg.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
QPKG_NAME="QDK"
QPKG_VER="2.3.10"
QPKG_VER="2.3.11"
QPKG_AUTHOR="micke"
QPKG_LICENSE="GPLv2+"
QPKG_SUMMARY="QDK (QPKG Development Kit) is used to create QPKG packages."

QPKG_SERVICE_PROGRAM="qdk"
QPKG_RC_NUM="181"

#QPKG_CONFIG="/etc/config/qdk.conf"
2 changes: 1 addition & 1 deletion shared/qdk.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
QDK_VERSION=2.3.10
QDK_VERSION=2.3.11
QDK_PATH_P=`pwd | awk 'BEGIN { FS = "QDK" } ; { print $1 }'`
QDK_PATH="${QDK_PATH_P}/QDK"
2 changes: 1 addition & 1 deletion shared/scripts/code_signing.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QPKG_NAME="QDK"
QPKG_VER="2.3.10"
QPKG_VER="2.3.11"
QNAP_CODE_SIGNING_SERVER_IP=codesigning.qnap.com.tw
QNAP_CODE_SIGNING_SERVER_PORT=5001
2 changes: 1 addition & 1 deletion shared/scripts/qinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# A QPKG installation script for QDK
#
# QDK V.2.3.10
# QDK V.2.3.11
#
# Copyright (C) 2009,2010 QNAP Systems, Inc.
# Copyright (C) 2010,2011 Michael Nordstrom
Expand Down

0 comments on commit 628b867

Please sign in to comment.