Wrap up version 1.3.3.
This commit is contained in:
parent
9bd58553fa
commit
1a9b32ee7a
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
||||
1.3.3 - Released 1-Jun-2023
|
||||
--------------------------------
|
||||
- Fixed HTTP chunk length parsing.
|
||||
- Improved Dutch and Swedish translations.
|
||||
- Fixed directory symlink deletion handling.
|
||||
|
||||
1.3.2 - Released 30-Aug-2022
|
||||
--------------------------------
|
||||
- Improved DNS rebinding attack protection.
|
||||
|
@ -9,5 +9,5 @@ export BR2_EXTERNAL=$(realpath .)
|
||||
cd $BUILDROOT_DIR
|
||||
make O=output-readymedia defconfig BR2_DEFCONFIG=${BR2_DEFCONFIG}
|
||||
make O=output-readymedia
|
||||
echo -e "\n\nStatic binary built in $(realpath output/target/usr/sbin/minidlnad)"
|
||||
ls -lh $(realpath output/target/usr/sbin/minidlnad)
|
||||
echo -e "\n\nStatic binary built in $(realpath output-readymedia/target/usr/sbin/minidlnad)"
|
||||
ls -lh $(realpath output-readymedia/target/usr/sbin/minidlnad)
|
||||
|
@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
READYMEDIA_VERSION = v1_3_1
|
||||
READYMEDIA_VERSION = v1_3_3
|
||||
READYMEDIA_SITE = https://git.code.sf.net/p/minidlna/git
|
||||
#READYMEDIA_SITE = ssh://localhost/home/jmaggard/source/minidlna
|
||||
READYMEDIA_SITE_METHOD = git
|
||||
READYMEDIA_LICENSE = GPL-2.0, BSD-3-Clause
|
||||
READYMEDIA_LICENSE_FILES = COPYING LICENCE.miniupnpd
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
#define MINIDLNA_VERSION "1.3.1"
|
||||
#define MINIDLNA_VERSION "1.3.3"
|
||||
|
||||
#ifdef NETGEAR
|
||||
# define SERVER_NAME "ReadyDLNA"
|
||||
|
Loading…
x
Reference in New Issue
Block a user