X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ftransmission;h=51c2fbd4d87beea7606ae5bdaeecf4bd7e4d39b8;hb=6cf0f959f0ba7aea1ef03f8c7af9d0ac895211ea;hp=340cf00abcc8de06e014d885ca8333eb2f52e591;hpb=65c6ed3f278cc8e42dc79309bed1c96e8c171d33;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/transmission b/lfs/transmission index 340cf00ab..51c2fbd4d 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2013 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.75 +VER = 2.82 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 = 4 +PAK_VER = 9 DEPS = "libevent2" +CXXFLAGS += -fno-exceptions + ############################################################################### # Top-level Rules ############################################################################### @@ -44,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 26b92e56e1574bb10443eccbf17443a7 +$(DL_FILE)_MD5 = a5ef870c0410b12d10449c2d36fa4661 install : $(TARGET)