X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ftransmission;h=3a1cbddba648f75683a45bf3ace362a92f8aa824;hp=9d5dfa578813bd2736447ca5ac2d912260a526a0;hb=c8ab87f16b30bbc86d6beedb73e512f8ec4d7d1b;hpb=83803caf386c3a7fd55215ecad348131be56bba6 diff --git a/lfs/transmission b/lfs/transmission index 9d5dfa5788..3a1cbddba6 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2014 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.81 +VER = 2.84 THISAPP = transmission-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,10 +32,12 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission -PAK_VER = 8 +PAK_VER = 11 DEPS = "libevent2" +CXXFLAGS += -fno-exceptions + ############################################################################### # Top-level Rules ############################################################################### @@ -44,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = db1ad10ecff07150486dab2365ccb3a8 +$(DL_FILE)_MD5 = 411aec1c418c14f6765710d89743ae42 install : $(TARGET)