This commit is contained in:
parent
330b9c4a39
commit
35a33997d3
@ -1,10 +0,0 @@
|
||||
--- plugins/webinterface/httpserver.cpp 2008/09/30 09:25:34 1.7
|
||||
+++ plugins/webinterface/httpserver.cpp 2008/09/30 09:28:45
|
||||
@@ -41,6 +41,7 @@
|
||||
#include <util/functions.h>
|
||||
#include <util/mmapfile.h>
|
||||
#include <util/sha1hash.h>
|
||||
+#include <time.h>
|
||||
#include "ktversion.h"
|
||||
#include "httpserver.h"
|
||||
#include "httpclienthandler.h"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e1ea0a93760005fdccdaf9e87115540f41f1dcecf2f99b49bfe12a6cc411c45
|
||||
size 2138893
|
3
ktorrent-3.1.4.tar.bz2
Normal file
3
ktorrent-3.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d379c669358703a55ea9e68af5e5d482ad4b2e980ab90b6c6faaac88077973e
|
||||
size 2186955
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 16:09:28 CEST 2008 - stbinner@suse.de
|
||||
|
||||
- update to version 3.1.4:
|
||||
* Make sure user is properly logged in when handling a torrent
|
||||
post in webgui
|
||||
* Prevent PHP injection attacks in webgui
|
||||
* Update file size in CacheFile::growFile, this fixes a SIGBUS error
|
||||
* Fix bug causing infinite DNS lookups in UDP tracker when lookup fails
|
||||
* Remove default label text KSqueezedTextLabel in trackerview
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 10:59:39 CEST 2008 - stbinner@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package ktorrent (Version 3.1.3)
|
||||
# spec file for package ktorrent (Version 3.1.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -26,7 +26,7 @@ Url: http://ktorrent.pwsp.net/
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Summary: KDE BitTorrent Client
|
||||
Version: 3.1.3
|
||||
Version: 3.1.4
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define rversion %version
|
||||
@ -36,7 +36,6 @@ Patch2: remove-links.diff
|
||||
Patch4: no-geoip-db.diff
|
||||
Patch5: function-address.diff
|
||||
Patch6: proxy.diff
|
||||
Patch7: buildfix.diff
|
||||
%if %suse_version > 1020
|
||||
Requires: %{name}-lang = %{version}
|
||||
%endif
|
||||
@ -82,7 +81,6 @@ Authors:
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
tar xfj %{SOURCE2}
|
||||
|
||||
%build
|
||||
@ -174,6 +172,14 @@ tar xfj %{SOURCE2}
|
||||
/usr/include/libbtcore
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2008 stbinner@suse.de
|
||||
- update to version 3.1.4:
|
||||
* Make sure user is properly logged in when handling a torrent
|
||||
post in webgui
|
||||
* Prevent PHP injection attacks in webgui
|
||||
* Update file size in CacheFile::growFile, this fixes a SIGBUS error
|
||||
* Fix bug causing infinite DNS lookups in UDP tracker when lookup fails
|
||||
* Remove default label text KSqueezedTextLabel in trackerview
|
||||
* Tue Sep 30 2008 stbinner@suse.de
|
||||
- update to version 3.1.3:
|
||||
* Make login into webinterface secure
|
||||
|
Loading…
Reference in New Issue
Block a user