summaryrefslogtreecommitdiff
path: root/package/avahi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-21 19:52:45 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-21 19:53:33 +0100
commite91e7fa7571eeceb5d7f8403dc8d59c939f686d7 (patch)
treece3c914b2d342066a37d59b580567ac8cd3b86c8 /package/avahi
parenteb737a89613c18785f90fecbebfaf22e99dc214b (diff)
avahi: update to latest version
Diffstat (limited to 'package/avahi')
-rw-r--r--package/avahi/Makefile8
-rw-r--r--package/avahi/patches/patch-ltmain_sh11
2 files changed, 4 insertions, 15 deletions
diff --git a/package/avahi/Makefile b/package/avahi/Makefile
index b85455ee3..59774ef90 100644
--- a/package/avahi/Makefile
+++ b/package/avahi/Makefile
@@ -4,15 +4,15 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= avahi
-PKG_VERSION:= 0.6.31
-PKG_RELEASE:= 4
-PKG_HASH:= 8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48
+PKG_VERSION:= 0.6.32
+PKG_RELEASE:= 1
+PKG_HASH:= d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454
PKG_DESCR:= multicast dns daemon and dns-sd server
PKG_SECTION:= net/dns
PKG_BUILDDEP:= libdaemon expat gdbm glib gettext-tiny
PKG_NEEDS:= c++
PKG_URL:= http://avahi.org/
-PKG_SITES:= http://avahi.org/download/
+PKG_SITES:= https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION)/
PKG_LIBNAME:= libavahi
PKG_OPTS:= dev
diff --git a/package/avahi/patches/patch-ltmain_sh b/package/avahi/patches/patch-ltmain_sh
deleted file mode 100644
index e3bcd4083..000000000
--- a/package/avahi/patches/patch-ltmain_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- avahi-0.6.31.orig/ltmain.sh 2012-02-14 23:36:26.000000000 +0100
-+++ avahi-0.6.31/ltmain.sh 2014-03-04 07:44:03.000000000 +0100
-@@ -5853,7 +5853,7 @@ func_mode_link ()
- # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
- -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-- -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
-+ -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*)
- func_quote_for_eval "$arg"
- arg="$func_quote_for_eval_result"
- func_append compile_command " $arg"