]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- added multilevel_sharing and unlinkedby patches
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 18 Mar 2003 12:46:18 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added description of patches in spec

Changed files:
    eggdrop.spec -> 1.42

eggdrop.spec

index a869c78a81be7eda2358350802a030ea9e7882f6..0e7c25aaab529404166b39521e2e5ae8bcef6ad0 100644 (file)
@@ -16,7 +16,7 @@ Source13:     %{name}-language-norwegian.tar.gz
 Source14:      %{name}-language-portuguese.tar.gz
 Source15:      %{name}-language-portuguese_br.tar.gz
 Source16:      %{name}-language-romanian.tar.gz
-# Additional modules
+# Additional modules taken from various places
 Source20:      %{name}-module-away-1.0.tar.gz
 Source21:      %{name}-module-botnetop-1.0.1.tar.gz
 Source22:      %{name}-module-fakebotnet-1.3.tar.gz
@@ -27,8 +27,17 @@ Source26:    %{name}-module-stats-1.3.3dev1.tar.gz
 Patch0:                %{name}-FHS.patch
 # Unofficial IPv6 patch
 Patch1:                http://www.egghelp.org/files/patches/%{name}%{version}+ipv6.patch.gz
+# Adds IPv6 variables to config file
 Patch2:                %{name}%{version}+ipv6_config.patch
+# Adds additional docs
 Patch3:                %{name}-doc_makefile.patch
+# Multilevel sharing patch - now it is possible to create *secure* multilevel
+# botnets, each bot will only accept changes to userlist from bot that acts as 
+# hub to him, and rejects changes from leaves
+Patch4:                %{name}%{version}-multilevel_sharing.patch.gz
+# Unlinkedby patch - when unlinking bot from botnet, adds nickname of a person
+# that issues .unlink command to a broadcasted message
+Patch5:                %{name}%{version}-unlinkedby.patch
 URL:           http://www.eggheads.org/
 BuildRequires: tcl-devel
 Requires:      tcl
@@ -56,6 +65,8 @@ wiele dodatk
 %patch1 -p1
 %patch2 -p0
 %patch3 -p0
+%patch4 -p1
+%patch5 -p1
 
 %build
 CFLAGS="%{rpmcflags}"; export CFLAGS
This page took 0.030378 seconds and 4 git commands to generate.