From 51f2a6799ac0a75cf4a10592397f3d3c09b48508 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Nov 19 2017 01:13:38 +0000 Subject: Update to new upstream's latest release --- diff --git a/.gitignore b/.gitignore index 62614b9..3c2f797 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -fortune-mod-1.99.1.tar.gz -bofh-excuses.tar.bz2 -fortune-hitchhiker.tgz -fortune-tao.tar.gz -humorixfortunes-1.4.tar.gz -kernelnewbies-fortunes.tar.gz -osfortune.tar.gz +/fortune-mod-1.99.5.tar.gz +/bofh-excuses.tar.bz2 +/fortune-hitchhiker.tgz +/fortune-tao.tar.gz +/humorixfortunes-1.4.tar.gz +/kernelnewbies-fortunes.tar.gz +/osfortune.tar.gz diff --git a/fortune-mod-1.0-remove-offensive-option.patch b/fortune-mod-1.0-remove-offensive-option.patch deleted file mode 100644 index c3f47de..0000000 --- a/fortune-mod-1.0-remove-offensive-option.patch +++ /dev/null @@ -1,113 +0,0 @@ ---- fortune/fortune.c.remove-offensive-option Thu Aug 22 04:06:19 2002 -+++ fortune/fortune.c Thu Aug 22 04:09:21 2002 -@@ -232,7 +232,7 @@ - #ifndef NO_REGEX - (void) fprintf(stderr, "i"); - #endif /* NO_REGEX */ -- (void) fprintf(stderr, "losw]"); -+ (void) fprintf(stderr, "lsw]"); - #ifndef NO_REGEX - (void) fprintf(stderr, " [-m pattern]"); - #endif /* NO_REGEX */ -@@ -709,9 +709,9 @@ - ignore_case = FALSE; - - #ifdef DEBUG -- while ((ch = getopt(argc, argv, "aDefilm:n:osvw")) != EOF) -+ while ((ch = getopt(argc, argv, "aDefilm:n:svw")) != EOF) - #else -- while ((ch = getopt(argc, argv, "aefilm:n:osvw")) != EOF) -+ while ((ch = getopt(argc, argv, "aefilm:n:svw")) != EOF) - #endif /* DEBUG */ - switch (ch) - { -@@ -736,9 +736,6 @@ - case 'n': - SLEN = atoi(optarg); - break; -- case 'o': /* offensive ones only */ -- Offend++; -- break; - case 's': /* short ones only */ - Short_only++; - Long_only = FALSE; ---- fortune/fortune-man.part1.remove-offensive-option Thu Aug 22 03:57:14 2002 -+++ fortune/fortune-man.part1 Thu Aug 22 04:00:42 2002 -@@ -58,15 +58,12 @@ - When - .B fortune - is run with no arguments it prints out a random epigram. Epigrams are --divided into several categories, where each category is sub-divided --into those which are potentially offensive and those which are not. -+divided into several categories. - .SS Options - The options are as follows: - .TP - .B -a --Choose from all lists of maxims, both offensive and not. (See the --.B -o --option for more information on offensive fortunes.) -+Choose from all lists of maxims. - .TP - .B -e - Consider all fortune files to be of equal size (see discussion below -@@ -111,28 +108,6 @@ - ask for short fortunes, or too long and ask for long ones, fortune goes - into a never-ending thrash loop. - .TP --.B -o --Choose only from potentially offensive aphorisms. --.sp --.B Please, please, please request a potentially --.B offensive fortune if and only if --.B you believe, deep in your heart, --.B that you are willing to be --.B offended. (And that you'll just quit --.BR using " -o " rather --.B than give us grief about it, --.B okay?) --.sp --.RS --\&... let us keep in mind the basic governing philosophy of The --Brotherhood, as handsomely summarized in these words: we believe in --healthy, hearty laughter -- at the expense of the whole human race, if --needs be. Needs be. --.RS ----H. Allen Smith, "Rude Jokes" --.RE --.RE --.TP - .B -s - Short apothegms only. See - .B -n -@@ -203,30 +178,6 @@ - .RI "50% " funny " 50% " not-funny - .sp - .RE --This fortune also supports the BSD method of appending ``-o'' to --database names to specify offensive fortunes. However this is --.B not --how fortune stores them: offensive fortunes are stored in a seperate --directory without the ``-o'' infix. A plain name (i.e., not a path to a --file or directory) that ends in ``-o'' will be assumed to be an --offensive database, and will have its suffix stripped off and be --searched in the offensive directory (even if the neither of the --.IR -a " or " -o --options were specified). This feature is not only for --backwards-compatibility, but also to allow users to distinguish between --inoffensive and offensive databases of the same name. --.PP --For example, assuming there is a database named --.I definitions --in both the inoffensive and potentially offensive collections, then the --following command will select an inoffensive definition 90% of the time, --and a potentially offensive definition for the remaining 10%: --.RS --.sp --.B fortune --90% --.I definitions definitions-o --.RE - .SH FILES - Note: these are the defaults as defined at compile time. - .PP diff --git a/fortune-mod-1.0-remove-offensive.patch b/fortune-mod-1.0-remove-offensive.patch deleted file mode 100644 index 041cc7a..0000000 --- a/fortune-mod-1.0-remove-offensive.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- datfiles/riddles.remove-offensive Tue Sep 4 14:48:35 2001 -+++ datfiles/riddles Tue Sep 4 14:49:22 2001 -@@ -425,9 +425,6 @@ - Q: What's a light-year? - A: One-third less calories than a regular year. - % --Q: What's a WASP's idea of open-mindedness? --A: Dating a Canadian. --% - Q: What's buried in Grant's tomb? - A: A corpse. - % diff --git a/fortune-mod-1.99-remove-offensive-option.patch b/fortune-mod-1.99-remove-offensive-option.patch deleted file mode 100644 index 614f295..0000000 --- a/fortune-mod-1.99-remove-offensive-option.patch +++ /dev/null @@ -1,157 +0,0 @@ ---- fortune/fortune.c 2004-03-05 05:29:56.000000000 -0800 -+++ fortune/fortune.c.nooff 2005-03-13 08:47:12.815509344 -0800 -@@ -275,7 +275,7 @@ - #ifndef NO_REGEX - (void) fprintf(stderr, "i"); - #endif /* NO_REGEX */ -- (void) fprintf(stderr, "losw]"); -+ (void) fprintf(stderr, "lsw]"); - #ifndef NO_REGEX - (void) fprintf(stderr, " [-m pattern]"); - #endif /* NO_REGEX */ -@@ -1013,9 +1013,9 @@ - ignore_case = FALSE; - - #ifdef DEBUG -- while ((ch = getopt(argc, argv, "acDefilm:n:osvw")) != EOF) -+ while ((ch = getopt(argc, argv, "acDefilm:n:svw")) != EOF) - #else -- while ((ch = getopt(argc, argv, "acefilm:n:osvw")) != EOF) -+ while ((ch = getopt(argc, argv, "acefilm:n:svw")) != EOF) - #endif /* DEBUG */ - switch (ch) - { -@@ -1040,9 +1040,6 @@ - case 'n': - SLEN = atoi(optarg); - break; -- case 'o': /* offensive ones only */ -- Offend++; -- break; - case 's': /* short ones only */ - Short_only++; - Long_only = FALSE; ---- fortune/fortune-man.part1 2004-03-05 05:29:56.000000000 -0800 -+++ fortune/fortune-man.part1.nooff 2005-03-13 09:00:47.344682088 -0800 -@@ -50,7 +50,7 @@ - .SH NAME - fortune \- print a random, hopefully interesting, adage - .SH SYNOPSIS --.BR fortune " [" -acefilosw "] [" -n -+.BR fortune " [" -acefilsw "] [" -n - .IR length "] [" - .B -m - .IR pattern "] [[" n% "] " file/dir/all ] -@@ -58,15 +58,12 @@ - When - .B fortune - is run with no arguments it prints out a random epigram. Epigrams are --divided into several categories, where each category is sub-divided --into those which are potentially offensive and those which are not. -+divided into several categories. - .SS Options - The options are as follows: - .TP - .B -a --Choose from all lists of maxims, both offensive and not. (See the --.B -o --option for more information on offensive fortunes.) -+Choose from all lists of maxims. - .TP - .B -c - Show the cookie file from which the fortune came. -@@ -114,29 +111,6 @@ - ask for short fortunes, or too long and ask for long ones, fortune goes - into a never-ending thrash loop. - .TP --.B -o --Choose only from potentially offensive aphorisms. The -o option is --ignored if a fortune directory is specified. --.sp --.B Please, please, please request a potentially --.B offensive fortune if and only if --.B you believe, deep in your heart, --.B that you are willing to be --.B offended. (And that you'll just quit --.BR using " -o " rather --.B than give us grief about it, --.B okay?) --.sp --.RS --\&... let us keep in mind the basic governing philosophy of The --Brotherhood, as handsomely summarized in these words: we believe in --healthy, hearty laughter -- at the expense of the whole human race, if --needs be. Needs be. --.RS ----H. Allen Smith, "Rude Jokes" --.RE --.RE --.TP - .B -s - Short apothegms only. See - .B -n -@@ -207,30 +181,6 @@ - .RI "50% " funny " 50% " not-funny - .sp - .RE --This fortune also supports the BSD method of appending ``-o'' to --database names to specify offensive fortunes. However this is --.B not --how fortune stores them: offensive fortunes are stored in a seperate --directory without the ``-o'' infix. A plain name (i.e., not a path to a --file or directory) that ends in ``-o'' will be assumed to be an --offensive database, and will have its suffix stripped off and be --searched in the offensive directory (even if the neither of the --.IR -a " or " -o --options were specified). This feature is not only for --backwards-compatibility, but also to allow users to distinguish between --inoffensive and offensive databases of the same name. --.PP --For example, assuming there is a database named --.I definitions --in both the inoffensive and potentially offensive collections, then the --following command will select an inoffensive definition 90% of the time, --and a potentially offensive definition for the remaining 10%: --.RS --.sp --.B fortune --90% --.I definitions definitions-o --.RE - .SH FILES - Note: these are the defaults as defined at compile time. - .PP ---- fortune/fortune-man.part2 2004-03-05 05:29:56.000000000 -0800 -+++ fortune/fortune-man.part2.nooff 2005-03-13 09:13:40.985070872 -0800 -@@ -8,16 +8,6 @@ - .B fortune - no longer finds the pointers file, it ignores the text file. - .SH BUGS --The division of fortunes into offensive and non-offensive by directory, --rather than via the `-o' file infix, is not 100% compatible with --original BSD fortune. Although the `-o' infix is recognised as referring --to an offensive database, the offensive database files still need to be --in a separate directory. The workaround, of course, is to move the `-o' --files into the offensive directory (with or without renaming), and to --use the --.B -a --option. --.PP - The supplied fortune databases have been attacked, in order to correct - orthographical and grammatical errors, and particularly to reduce - redundancy and repetition and redundancy. But especially to avoid -@@ -26,13 +16,7 @@ - .PP - The fortune databases are now divided into a larger number of smaller - files, some organized by format (poetry, definitions), and some by --content (religion, politics). There are parallel files in the main --directory and in the offensive files directory (e.g., fortunes/definitions and --fortunes/off/definitions). Not all the potentially offensive fortunes are in --the offensive fortunes files, nor are all the fortunes in the offensive --files potentially offensive, probably, though a strong attempt has been --made to achieve greater consistency. Also, a better division might be --made. -+content (religion, politics). - .SH HISTORY - This version of fortune is based on the NetBSD fortune 1.4, but with a - number of bug fixes and enhancements. diff --git a/fortune-mod-1.99.5-disable-offensive.patch b/fortune-mod-1.99.5-disable-offensive.patch new file mode 100644 index 0000000..3acff20 --- /dev/null +++ b/fortune-mod-1.99.5-disable-offensive.patch @@ -0,0 +1,23 @@ +--- Makefile.disable-offensive 2017-03-25 06:00:59.000000000 -0700 ++++ Makefile 2017-11-18 16:11:21.151971200 -0800 +@@ -29,7 +29,7 @@ + FORTMANDIR=$(prefix)/usr/share/man/man6 + FORTMANEXT=6 + # Do we want to install the offensive files? (0 no, 1 yes) +-OFFENSIVE=1 ++OFFENSIVE=0 + # Do we want to install files with html tags? (0 no, 1 yes) + # (Note: These files are not yet available) + WEB=0 +@@ -158,10 +158,7 @@ + @echo -n "Building fortune/fortune.man ... " + @cat fortune/fortune-man.part1 >fortune/fortune.man + @echo ".I $(COOKIEDIR)" >>fortune/fortune.man +- @echo "Directory for innoffensive fortunes." >>fortune/fortune.man +- @echo ".TP" >>fortune/fortune.man +- @echo ".I $(OCOOKIEDIR)" >>fortune/fortune.man +- @echo "Directory for offensive fortunes." >>fortune/fortune.man ++ @echo "Directory for fortunes." >>fortune/fortune.man + @cat fortune/fortune-man.part2 >>fortune/fortune.man + @echo done. + diff --git a/fortune-mod-1.99.5-remove-offensive-doc.patch b/fortune-mod-1.99.5-remove-offensive-doc.patch new file mode 100644 index 0000000..7eab0b6 --- /dev/null +++ b/fortune-mod-1.99.5-remove-offensive-doc.patch @@ -0,0 +1,124 @@ +--- fortune/fortune-man.part1.remove-offensive-doc 2017-03-25 06:00:59.000000000 -0700 ++++ fortune/fortune-man.part1 2017-11-18 16:26:30.737160889 -0800 +@@ -50,7 +50,7 @@ + .SH NAME + fortune \- print a random, hopefully interesting, adage + .SH SYNOPSIS +-.BR fortune " [" -acefilosw "] [" -n ++.BR fortune " [" -acefilsw "] [" -n + .IR length "] [" + .B -m + .IR pattern "] [[" n% "] " file/dir/all ] +@@ -58,15 +58,12 @@ + When + .B fortune + is run with no arguments it prints out a random epigram. Epigrams are +-divided into several categories, where each category is sub-divided +-into those which are potentially offensive and those which are not. ++divided into several categories. + .SS Options + The options are as follows: + .TP + .B -a +-Choose from all lists of maxims, both offensive and not. (See the +-.B -o +-option for more information on offensive fortunes.) ++Choose from all lists of maxims. + .TP + .B -c + Show the cookie file from which the fortune came. +@@ -114,29 +111,6 @@ + ask for short fortunes, or too long and ask for long ones, fortune goes + into a never-ending thrash loop. + .TP +-.B -o +-Choose only from potentially offensive aphorisms. The -o option is +-ignored if a fortune directory is specified. +-.sp +-.B Please, please, please request a potentially +-.B offensive fortune if and only if +-.B you believe, deep in your heart, +-.B that you are willing to be +-.B offended. (And that you'll just quit +-.BR using " -o " rather +-.B than give us grief about it, +-.B okay?) +-.sp +-.RS +-\&... let us keep in mind the basic governing philosophy of The +-Brotherhood, as handsomely summarized in these words: we believe in +-healthy, hearty laughter -- at the expense of the whole human race, if +-needs be. Needs be. +-.RS +---H. Allen Smith, "Rude Jokes" +-.RE +-.RE +-.TP + .B -s + Short apothegms only. See + .B -n +@@ -207,30 +181,6 @@ + .RI "50% " funny " 50% " not-funny + .sp + .RE +-This fortune also supports the BSD method of appending ``-o'' to +-database names to specify offensive fortunes. However this is +-.B not +-how fortune stores them: offensive fortunes are stored in a separate +-directory without the ``-o'' infix. A plain name (i.e., not a path to a +-file or directory) that ends in ``-o'' will be assumed to be an +-offensive database, and will have its suffix stripped off and be +-searched in the offensive directory (even if the neither of the +-.IR -a " or " -o +-options were specified). This feature is not only for +-backwards-compatibility, but also to allow users to distinguish between +-inoffensive and offensive databases of the same name. +-.PP +-For example, assuming there is a database named +-.I definitions +-in both the inoffensive and potentially offensive collections, then the +-following command will select an inoffensive definition 90% of the time, +-and a potentially offensive definition for the remaining 10%: +-.RS +-.sp +-.B fortune +-90% +-.I definitions definitions-o +-.RE + .SH FILES + Note: these are the defaults as defined at compile time. + .PP +--- fortune/fortune-man.part2.remove-offensive-doc 2017-03-25 06:00:59.000000000 -0700 ++++ fortune/fortune-man.part2 2017-11-18 16:27:30.880173797 -0800 +@@ -8,16 +8,6 @@ + .B fortune + no longer finds the pointers file, it ignores the text file. + .SH BUGS +-The division of fortunes into offensive and non-offensive by directory, +-rather than via the `-o' file infix, is not 100% compatible with +-original BSD fortune. Although the `-o' infix is recognised as referring +-to an offensive database, the offensive database files still need to be +-in a separate directory. The workaround, of course, is to move the `-o' +-files into the offensive directory (with or without renaming), and to +-use the +-.B -a +-option. +-.PP + The supplied fortune databases have been attacked, in order to correct + orthographical and grammatical errors, and particularly to reduce + redundancy and repetition and redundancy. But especially to avoid +@@ -26,13 +16,7 @@ + .PP + The fortune databases are now divided into a larger number of smaller + files, some organized by format (poetry, definitions), and some by +-content (religion, politics). There are parallel files in the main +-directory and in the offensive files directory (e.g., fortunes/definitions and +-fortunes/off/definitions). Not all the potentially offensive fortunes are in +-the offensive fortunes files, nor are all the fortunes in the offensive +-files potentially offensive, probably, though a strong attempt has been +-made to achieve greater consistency. Also, a better division might be +-made. ++content (religion, politics). + .SH HISTORY + This version of fortune is based on the NetBSD fortune 1.4, but with a + number of bug fixes and enhancements. diff --git a/fortune-mod-offense.patch b/fortune-mod-offense.patch deleted file mode 100644 index d5fafad..0000000 --- a/fortune-mod-offense.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- fortune-mod-1.99.1/Makefile 2004-03-05 05:29:56.000000000 -0800 -+++ fortune-mod-1.99.1/Makefile.nooff 2005-03-13 09:08:19.087006816 -0800 -@@ -29,7 +29,7 @@ - FORTMANDIR=$(prefix)/usr/share/man/man6 - FORTMANEXT=6 - # Do we want to install the offensive files? (0 no, 1 yes) --OFFENSIVE=1 -+OFFENSIVE=0 - # Do we want to install files with html tags? (0 no, 1 yes) - # (Note: These files are not yet available) - WEB=0 -@@ -156,10 +156,7 @@ - @echo -n "Building fortune/fortune.man ... " - @cat fortune/fortune-man.part1 >fortune/fortune.man - @echo ".I $(COOKIEDIR)" >>fortune/fortune.man -- @echo "Directory for innoffensive fortunes." >>fortune/fortune.man -- @echo ".TP" >>fortune/fortune.man -- @echo ".I $(OCOOKIEDIR)" >>fortune/fortune.man -- @echo "Directory for offensive fortunes." >>fortune/fortune.man -+ @echo "Directory for fortunes." >>fortune/fortune.man - @cat fortune/fortune-man.part2 >>fortune/fortune.man - @echo done. - diff --git a/fortune-mod.spec b/fortune-mod.spec index c7610f9..ed4a75c 100644 --- a/fortune-mod.spec +++ b/fortune-mod.spec @@ -1,26 +1,29 @@ %define DisableOffensiveFortunes 1 %define CookieDir %{_datadir}/games/fortune -Summary: A program which will display a fortune -Name: fortune-mod -Version: 1.99.1 -Release: 25%{?dist} -URL: http://www.redellipse.net/code/fortune -License: BSD -Group: Amusements/Games -Source: http://www.redellipse.net/code/downloads/fortune-mod-1.99.1.tar.gz -Source1: kernelnewbies-fortunes.tar.gz -Source2: bofh-excuses.tar.bz2 -Source3: http://www.aboleo.net/software/misc/fortune-tao.tar.gz -Source4: http://www.splitbrain.org/Fortunes/hitchhiker/fortune-hitchhiker.tgz -Source5: http://www.dibona.com/opensources/osfortune.tar.gz -Source6: http://humorix.org/downloads/humorixfortunes-1.4.tar.gz -Patch0: fortune-mod-offense.patch -Patch1: fortune-mod-1.99-remove-offensive-option.patch -Patch2: fortune-mod-cflags.patch -Patch3: fortune-mod-1.99-move-offensive.patch -BuildRequires: recode-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Name: fortune-mod +Version: 1.99.5 +Release: 1%{?dist} +Summary: A program which will display a fortune + +License: BSD +URL: https://github.com/shlomif/fortune-mod +Source0: https://github.com/shlomif/fortune-mod/archive/fortune-mod-%{version}.tar.gz +Source1: kernelnewbies-fortunes.tar.gz +Source2: bofh-excuses.tar.bz2 +# originally at http://www.aboleo.net/software/misc/fortune-tao.tar.gz +Source3: fortune-tao.tar.gz +Source4: http://www.splitbrain.org/Fortunes/hitchhiker/fortune-hitchhiker.tgz +# originally at http://www.dibona.com/opensources/osfortune.tar.gz +Source5: osfortune.tar.gz +Source6: http://humorix.org/downloads/humorixfortunes-1.4.tar.gz +Patch0: fortune-mod-1.99.5-disable-offensive.patch +Patch1: fortune-mod-1.99.5-remove-offensive-doc.patch +Patch2: fortune-mod-cflags.patch +Patch3: fortune-mod-1.99-move-offensive.patch + +BuildRequires: recode-devel + %description Fortune-mod contains the ever-popular fortune program, which will @@ -28,13 +31,15 @@ display quotes or witticisms. Fun-loving system administrators can add fortune to users' .login files, so that the users get their dose of wisdom each time they log in. + %prep -%setup -q +%setup -q -n %{name}-%{name}-%{version} +cd fortune-mod # disable offensive fortunes completely %if %{DisableOffensiveFortunes} -%patch0 -p1 -b .disable-offensive1 -%patch1 -p0 -b .remove-offensive-option +%patch0 -p0 -b .disable-offensive +%patch1 -p0 -b .remove-offensive-doc %endif # use CFLAGS from rpmbuld @@ -42,14 +47,18 @@ wisdom each time they log in. # move possibly offensive fortunes into the offensive directory %patch3 -p0 -b .move-offensive + %build +cd fortune-mod + make COOKIEDIR=%{CookieDir} \ FORTDIR=%{_bindir} BINDIR=%{_sbindir} + %install -rm -rf $RPM_BUILD_ROOT +cd fortune-mod -make COOKIEDIR=%{CookieDir} fortune/fortune.man +make COOKIEDIR=%{CookieDir} fortune/fortune.man make FORTDIR=$RPM_BUILD_ROOT/%{_bindir} \ COOKIEDIR=$RPM_BUILD_ROOT%{CookieDir} \ LOCALDIR=$RPM_BUILD_ROOT%{CookieDir} \ @@ -93,12 +102,16 @@ for i in \ ; do util/strfile $RPM_BUILD_ROOT%{CookieDir}/$i ; done -%clean -rm -rf $RPM_BUILD_ROOT +%check +cd fortune-mod +# root-check currently requires an unpackaged Perl script +# TAP checks still fail +make check-deps datfiles-check + %files -%defattr(-,root,root,-) -%doc README ChangeLog TODO +%license LICENSE +%doc README.md fortune-mod/README fortune-mod/ChangeLog fortune-mod/TODO %{_bindir}/fortune %{_sbindir}/strfile %{_sbindir}/unstr @@ -106,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/* %changelog +* Sat Nov 18 2017 Michel Alexandre Salim - 1.99.5-1 +- Update to new upstream's latest release + * Wed Aug 02 2017 Fedora Release Engineering - 1.99.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 98c33d8..459f9e6 100644 --- a/sources +++ b/sources @@ -1,7 +1,7 @@ -f208805b3b712e32997d7667e0ec52d8 fortune-mod-1.99.1.tar.gz -50ea110b4a9dd719a410045700760401 bofh-excuses.tar.bz2 -dc2860793725fce93445035b4aa8c812 fortune-hitchhiker.tgz -9dd679fee3a8fff17daaf6563fd2cd8f fortune-tao.tar.gz -a0f5eb298aa5982aa54571f6e46aa58b humorixfortunes-1.4.tar.gz -73d25d1b7cfb9f82376e61fa3d8e58f2 kernelnewbies-fortunes.tar.gz -bb30546632cc6f9fcc0b48a453b15e1d osfortune.tar.gz +SHA512 (fortune-mod-1.99.5.tar.gz) = 8ac5e241a4325dddbe2e7069c9b6884d4478f5b26d54a776d91ec41f1421dccb7a3bc52fa19d741a89e476f73b0d7d6b1e8ae27ce612ce5c95f52cc3bcc12851 +SHA512 (kernelnewbies-fortunes.tar.gz) = 9e7a7203504f2a86c5351d19317857cd50bea7d5d85bf9249a1af2989640814da256e531c56c5c46be501eb53187d8ff26e24336c439866cad702941e4562195 +SHA512 (bofh-excuses.tar.bz2) = e70a2eca70067b93d64a6f1d3624804fe9299627757001588e51acb4694188cdf7f44ae472cd2c0f27b0ac75eea1fc91d09415073d7c51b5558967ee148f811e +SHA512 (fortune-tao.tar.gz) = ec8d8b679962e9a1af4fb74600d7d7d348efcda0fd9c4f08db881835f8e1665688f77a77b0eb8231274ab5ecc93443f5348976100031d5b0c4b6245f647db0e0 +SHA512 (fortune-hitchhiker.tgz) = 44eaedbd6ff3e68cae3fcc850badc3caff4e0962aacd4bb6006139622c4516312dc47650072b70fc6c204cf46ad40bf4c9abc13185b7e82b95f3b51f1409727c +SHA512 (osfortune.tar.gz) = e78f40bbbbe94bc70984f01bc4be9c44a15716d60a526797606a6f38fab3533a0cf428a473e479479a7db2c391e44515294519b24cdd3bda33d82c9081919d3e +SHA512 (humorixfortunes-1.4.tar.gz) = beac030bb3d7bbfa9286c41cd7a40fce2166fcb058443af0be7ab3f8897220ed4ed1e259fd642554f4b38554351e1bfc2e5eb660a4612cdc23269dbf40163c7c