]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- rediff pathes, rebuild with openssl 3.0.0, rel 2 master auto/th/eggdrop-1.8.3-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Oct 2021 21:38:24 +0000 (23:38 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Oct 2021 21:38:24 +0000 (23:38 +0200)
eggdrop-FHS.patch
eggdrop-config_encryption.patch
eggdrop-nolibs.patch
eggdrop.spec

index 082dd7de35b0b8dbed0978563fb8a0d97478657a..8bddbff2ba7b0ee7771bbf6e3e2c58d59340dcfb 100644 (file)
@@ -1,11 +1,12 @@
---- eggdrop1.6.21/eggdrop.conf~        2012-03-31 04:26:15.000000000 +0300
-+++ eggdrop1.6.21/eggdrop.conf 2012-03-31 04:27:17.370702471 +0300
+diff -urNp -x '*.orig' eggdrop-1.8.3.org/eggdrop.conf eggdrop-1.8.3/eggdrop.conf
+--- eggdrop-1.8.3.org/eggdrop.conf     2018-02-04 17:08:11.000000000 +0100
++++ eggdrop-1.8.3/eggdrop.conf 2021-10-09 23:37:18.221428352 +0200
 @@ -1,4 +1,4 @@
 -#! /path/to/executable/eggdrop
 +#! /usr/bin/eggdrop
  # ^- This should contain a fully qualified path to your Eggdrop executable.
  #
- # $Id$
+ # This is a sample Eggdrop configuration file which includes all possible
 @@ -241,19 +241,19 @@ set userfile "LamestBot.user"
  
  # Specify here where Eggdrop should look for help files. Don't modify this
@@ -30,7 +31,7 @@
  
  # This specifies what permissions the user, channel, and notes files should
  # be set to. The octal values are the same as for the chmod system command.
-@@ -419,7 +419,7 @@ die "Please make sure you edit your conf
+@@ -591,7 +591,7 @@ die "Please make sure you edit your conf
  # If you run the bot from the compilation directory, you will want to set
  # this to "". If you use 'make install' (like all good kiddies do ;), this
  # is a fine default. Otherwise, use your head :)
@@ -39,7 +40,7 @@
  
  
  #### BLOWFISH MODULE ####
-@@ -1378,24 +1378,24 @@
+@@ -1520,24 +1520,24 @@ loadmodule uptime
  # directory. All scripts should be put there, although you can place them where
  # you like as long as you can supply a fully qualified path to them.
  #
  
  # A few IRC networks (EFnet and Undernet) have added some simple checks to
  # prevent drones from connecting to the IRC network. While these checks are
---- eggdrop1.6.19/src/eggdrop.h        2008-02-16 22:41:03.000000000 +0100
-+++ eggdrop1.6.19.new/src/eggdrop.h    2008-09-22 10:00:48.000000000 +0200
-@@ -75,7 +75,7 @@
- /* Language stuff */
--#define LANGDIR  "./language" /* language file directory                   */
-+#define LANGDIR  "/usr/share/eggdrop/language" /* language file directory                   */
- #define BASELANG "english"    /* language which always gets loaded before
-                                  all other languages. You do not want to
-                                  change this.                              */
---- eggdrop1.6.19/eggdrop.conf 2008-02-16 21:15:30.000000000 +0100
-+++ eggdrop1.6.19-new/eggdrop.conf     2008-09-23 19:10:36.435603076 +0200
-@@ -1359,11 +1359,11 @@ if {[info exists net-type]} {
+@@ -1549,11 +1549,11 @@ if {[info exists net-type]} {
    switch -- ${net-type} {
      "0" {
        # EFnet
      }
    }
  }
+diff -urNp -x '*.orig' eggdrop-1.8.3.org/src/eggdrop.h eggdrop-1.8.3/src/eggdrop.h
+--- eggdrop-1.8.3.org/src/eggdrop.h    2018-02-04 17:08:11.000000000 +0100
++++ eggdrop-1.8.3/src/eggdrop.h        2021-10-09 23:37:18.221428352 +0200
+@@ -62,7 +62,7 @@
+ /* Language stuff */
+-#define LANGDIR  "./language" /* language file directory                   */
++#define LANGDIR  "/usr/share/eggdrop/language" /* language file directory                   */
+ #define BASELANG "english"    /* language which always gets loaded before
+                                  all other languages. You do not want to
+                                  change this.                              */
index 4991e432fd0a6fcae74f98f2e7d62815442cb6fd..7caec3e13eba612045526205bd39ea3278c99a62 100644 (file)
@@ -1,8 +1,8 @@
-diff -burNp eggdrop1.6.19/eggdrop.conf eggdrop1.6.19-new/eggdrop.conf
---- eggdrop1.6.19/eggdrop.conf 2008-02-16 21:15:30.000000000 +0100
-+++ eggdrop1.6.19-new/eggdrop.conf     2008-09-23 11:32:44.879761861 +0200
-@@ -422,14 +422,19 @@ die "Please make sure you edit your conf
- set mod-path "modules/"
+diff -urNp -x '*.orig' eggdrop-1.8.3.org/eggdrop.conf eggdrop-1.8.3/eggdrop.conf
+--- eggdrop-1.8.3.org/eggdrop.conf     2021-10-09 23:37:18.504761324 +0200
++++ eggdrop-1.8.3/eggdrop.conf 2021-10-09 23:37:18.581427892 +0200
+@@ -594,14 +594,19 @@ die "Please make sure you edit your conf
+ set mod-path "/usr/lib/eggdrop/modules/"
  
  
 -#### BLOWFISH MODULE ####
@@ -21,5 +21,5 @@ diff -burNp eggdrop1.6.19/eggdrop.conf eggdrop1.6.19-new/eggdrop.conf
 +#loadmodule twofish
 +#loadmodule rijndael (do not use it, needs fixing)
  
- #### DNS MODULE ####
+ # Specify whether to use ECB or CBC operation modes. ECB is legacy for
+ # the Eggdrop blowfish module and is used by default. CBC is more recent
index 7a3dc59ca3a7b338f9fc3be6792b6843769f2a5e..efbd3eb7b8163be39086ebc76fecfbd657afd332 100644 (file)
@@ -1,8 +1,8 @@
-diff -burN eggdrop1.6.17.orig/acinclude.m4 eggdrop1.6.17/acinclude.m4
---- eggdrop1.6.17.orig/acinclude.m4    2004-10-18 00:15:56.783956064 +0200
-+++ eggdrop1.6.17/acinclude.m4 2004-10-18 00:38:40.107699352 +0200
-@@ -757,9 +757,9 @@
-   if test "$IRIX" = "yes"; then
+diff -urNp -x '*.orig' eggdrop-1.8.3.org/acinclude.m4 eggdrop-1.8.3/acinclude.m4
+--- eggdrop-1.8.3.org/acinclude.m4     2018-02-04 17:08:11.000000000 +0100
++++ eggdrop-1.8.3/acinclude.m4 2021-10-09 23:37:18.961427408 +0200
+@@ -852,9 +852,9 @@ AC_DEFUN([EGG_CHECK_LIBS],
+   if test "$IRIX" = yes; then
      AC_MSG_WARN([Skipping library tests because they CONFUSE IRIX.])
    else
 -    AC_CHECK_LIB(socket, socket)
index 6495479019719d176dcd96123a18a8dd0bf8195c..1e97929f3e58f376b940c80ba1487ce085abcf6f 100644 (file)
@@ -6,7 +6,7 @@ Summary(pt_BR.UTF-8):   Bot de IRC escrito em C
 Summary(ru.UTF-8):     Eggdrop, это IRC-бот написанный на языке C.
 Name:          eggdrop
 Version:       1.8.3
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       ftp://ftp.eggheads.org/pub/eggdrop/source/1.8/%{name}-%{version}.tar.gz
This page took 0.130522 seconds and 4 git commands to generate.