Re: [OpenWrt-Devel] [PATCH] Libjpeg-turbo 1.2.1 Version Bump

2013-01-11 Thread Vasilis Tsiligiannis
Στις Κυρ 30 Δεκ 2012 00:47:10 Ian Leonard έγραψε:
 The license changed in version 1.2.0 from the wxWindows Library license to
 the 3-clause BSD.

 Signed-off-by: Ian Leonard antonla...@gmail.com
 ---

Hello Ian,

 Index: libs/libjpeg-turbo/Makefile
 == --- 
 libs/libjpeg-turbo/Makefile   (revision 34879)
 +++ libs/libjpeg-turbo/Makefile   (working copy)
 @@ -1,19 +1,19 @@
  #
 -# Copyright (C) 20011 OpenWrt.org
 +# Copyright (C) 2011-2012 OpenWrt.org
  #
 -# This is free software, licensed under the wxWindows Library Licence,
 Version 3.1. -# See /LICENSE for more information.
 +# This is free software, licensed under the 3-clause BSD license.
 +# See /README-turbo.txt for more information.
  #

OpenWrt project is licensed under GPLv2. This header does not specify the
license of the source package but the license of the Makefile.

To specify the license of the source package you should use PKG_LICENSE and
PKG_LICENSE_FILES macros.


signature.asc
Description: This is a digitally signed message part.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] Libjpeg-turbo 1.2.1 Version Bump

2012-12-30 Thread Ian Leonard
The license changed in version 1.2.0 from the wxWindows Library license to the 
3-clause BSD.

Signed-off-by: Ian Leonard antonla...@gmail.com
---
Index: libs/libjpeg-turbo/Makefile
===
--- libs/libjpeg-turbo/Makefile (revision 34879)
+++ libs/libjpeg-turbo/Makefile (working copy)
@@ -1,19 +1,19 @@
 # 
-# Copyright (C) 20011 OpenWrt.org
+# Copyright (C) 2011-2012 OpenWrt.org
 #
-# This is free software, licensed under the wxWindows Library Licence, Version 
3.1.
-# See /LICENSE for more information.
+# This is free software, licensed under the 3-clause BSD license.
+# See /README-turbo.txt for more information.
 #
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libjpeg-turbo
-PKG_VERSION:=1.1.1
+PKG_VERSION:=1.2.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/libjpeg-turbo
-PKG_MD5SUM:=03b9c1406c7bfdc204313c2917ce6962
+PKG_MD5SUM:=f61e60ff01381ece4d2fe65eeb52669e
 
 PKG_BUILD_PARALLEL:=1
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel