AutoGits PR Review Bot
ce524a91f3
Initial empty branch
2026-01-16 15:58:57 +01:00
Arjen de Korte
14aeee4289
Update spamassassin to version 4.0.2 and spampd to version 2.62
2025-09-02 22:22:02 +02:00
8e3586e486
Accepting request 1239052 from devel:languages:perl
...
- drop iXHash plugin (last provider stopped operation)
* remove iXhash2-4.00.tar.gz
* remove iXhash2-meta-rules.patch
OBS-URL: https://build.opensuse.org/request/show/1239052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=93
2025-01-21 20:09:46 +00:00
3e22e83926
Accepting request 1166601 from devel:languages:perl
...
- fix iXhash2-meta-rules.patch
- update to patch release version 4.0.1
- Incompatibilities with some versions of perl and some perl modules
that have been released since the release of SpamAssassin 4.0.0
- Problems using cpan to install SpamAssassin when certain required
or optional modules are not already installed
- Support for space characters in the path name of some executables
used by certain plugins
- Improved handling of URL shortener link redirects
- Improved TxRep locking management
- Added Mail::SpamAssassin::Plugin::AuthRes plugin to use
Authentication-Results header fields in other plugins
- Added a Pyzor Perl implementation
- Perl crash when certain uri_detail rules processed some messages
with UTF-8 characters
- Inconsistent handling of newlines in header rules
- Text or HTML content placed in octet-stream attachments by
spammers to bypass SpamAssassin scanning
- Implemented TCP fallback for truncated DNS UDP replies
- Refresh patch-URIDNSBL
- Drop undocumented patch-SQL_ASCII_SORT breaking sqlite
- Drop most of iXhash2-meta-rules.patch (additional services no longer exist)
OBS-URL: https://build.opensuse.org/request/show/1166601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=92
2024-04-10 15:48:59 +00:00
30656d5382
fix iXhash2-meta-rules.patch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=164
2024-04-10 08:26:12 +00:00
6a61e2ea19
Accepting request 1166486 from home:dstoecker:branches:devel:languages:perl
...
- update to patch release version 4.0.1
- Incompatibilities with some versions of perl and some perl modules
that have been released since the release of SpamAssassin 4.0.0
- Problems using cpan to install SpamAssassin when certain required
or optional modules are not already installed
- Support for space characters in the path name of some executables
used by certain plugins
- Improved handling of URL shortener link redirects
- Improved TxRep locking management
- Added Mail::SpamAssassin::Plugin::AuthRes plugin to use
Authentication-Results header fields in other plugins
- Added a Pyzor Perl implementation
- Perl crash when certain uri_detail rules processed some messages
with UTF-8 characters
- Inconsistent handling of newlines in header rules
- Text or HTML content placed in octet-stream attachments by
spammers to bypass SpamAssassin scanning
- Implemented TCP fallback for truncated DNS UDP replies
- Refresh patch-URIDNSBL
- Drop undocumented patch-SQL_ASCII_SORT breaking sqlite
- Drop most of iXhash2-meta-rules.patch (additional services no longer exist)
OBS-URL: https://build.opensuse.org/request/show/1166486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=163
2024-04-09 19:56:58 +00:00
fd6550672d
Accepting request 1152512 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1152512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=91
2024-02-28 18:44:30 +00:00
113ddfc676
Accepting request 1151565 from home:dimstar:rpm4.20:s
...
Prepare for RPM 4.20
OBS-URL: https://build.opensuse.org/request/show/1151565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=161
2024-02-27 20:58:10 +00:00
aef3009eb5
Accepting request 1136798 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/1136798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=90
2024-01-05 20:39:37 +00:00
783bbdfa7a
Accepting request 1136753 from home:pmonrealgonzalez:INET6
...
- Remove the dependency on perl(IO::Socket::INET6) as it has been
deprecated by upstream, is no longer suitable for use and its not
being maintained. A compatible replacement for this package is
perl(IO::Socket::IP) which is shipped by the perl-base package.
OBS-URL: https://build.opensuse.org/request/show/1136753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=159
2024-01-04 12:49:35 +00:00
cab1be39fe
Accepting request 1045241 from devel:languages:perl
...
- Add BuildRequires Text::Diff that was accidentally removed from
original submission
- Update known warnings
% spamassassin-rpmlintrc
- Update to spamassissin 4.0.0:
* Notable internal changes:
- Meta rules no longer use priority values, they are evaluated
dynamically when the rules they depend on are finished
- DNS and other asynchronous lookups like DCC or Razor2 plugins
are now launched when priority -100 is reached. This allows
short circuiting at lower priority without sending unneeded
DNS queries
- New internal Mail::SpamAssassin::GeoDB module supporting
RelayCountry and URILocalBL plugins provides a unified
interface to Geographic IP modules. These include:
MaxMind::DB::Reader (GeoIP2)
Geo::IP
IP::Country::DB_File
IP::Country::Fast.
* New plugins:
- Mail::SpamAssassin::Plugin::ExtractText
- Mail::SpamAssassin::Plugin::DMARC
- Mail::SpamAssassin::Plugin::DecodeShortURLs
* HashCash module has been removed completely
* Full detailed changelog:
https://svn.apache.org/repos/asf/spamassassin/trunk/Changes
- Update to iXhash2 4.00:
* Minimum required version: SpamAssassin 4.0.0
- Update to spampd 2.61:
* Performance and diagnostic improvements, quicker startups, and
a lot of documentation updates.
* Add support for configuration files (examples included in /misc
folder and in POD).
* Add optional "scalable mode" using Net::Server::PreFork module
(16-year TODO!). More info in POD.
* Add --logfile option to control logging destination(s) (syslog,
stderr, and/or file/device).
* Add --logident, --logfacility options for syslog.
* Add multiple levels of help, including full "man" output with
optional HTML formatting.
* Add --show <thing> argument for printing default option values
and other debug.
* Fix SpamAssassin debug logging with versions 3.1+ (output
was going to stderr/wrong syslog/null).
* Fix for IPv6 addresses being used on --host and --relayhost
options (was not possible due to ":<port>" check).
* SIGHUP will now reload SpamAssassin and SpamPD configuration files
(and all module code), still with graceful child process shutdown.
* Use SpamAssassin::Logger module (with SA 3.1+) for all logging.
* Log to stderr by default if running non-daemonized
* Child processes are now renamed to "spampd child"
to distinguish them from the parent in task lists.
* Now requires Net::Server v0.89+ (though latest 2.009 is recommended).
* The --auto-whitelist option is no longer allowed with SpamAssassin v3+.
* Improve --debug option, adding ability to specify
SpamAssassin (v3.1+) debug areas (aka channels/facilities).
* All boolean options can take 0/1 argument and be negated
with "no-" prefix.
* The --children (-c) option is now more formally named
--max-servers (-mxs), but still accepted.
* IO::Socket::UNIX and ::IP are only required if actually
needed for --relaysocket / --relayhost options.
OBS-URL: https://build.opensuse.org/request/show/1045241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=89
2022-12-25 14:14:39 +00:00
8da2a6c94b
Accepting request 1045238 from home:adkorte:branches:devel:languages:perl
...
- Add BuildRequires Text::Diff that was accidentally removed from
original submission
OBS-URL: https://build.opensuse.org/request/show/1045238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=157
2022-12-24 19:02:56 +00:00
abc668ea00
Accepting request 1045234 from home:adkorte
...
- Update known warnings
% spamassassin-rpmlintrc
- Update to spamassissin 4.0.0:
* Notable internal changes:
- Meta rules no longer use priority values, they are evaluated
dynamically when the rules they depend on are finished
- DNS and other asynchronous lookups like DCC or Razor2 plugins
are now launched when priority -100 is reached. This allows
short circuiting at lower priority without sending unneeded
DNS queries
- New internal Mail::SpamAssassin::GeoDB module supporting
RelayCountry and URILocalBL plugins provides a unified
interface to Geographic IP modules. These include:
MaxMind::DB::Reader (GeoIP2)
Geo::IP
IP::Country::DB_File
IP::Country::Fast.
* New plugins:
- Mail::SpamAssassin::Plugin::ExtractText
- Mail::SpamAssassin::Plugin::DMARC
- Mail::SpamAssassin::Plugin::DecodeShortURLs
* HashCash module has been removed completely
* Full detailed changelog:
https://svn.apache.org/repos/asf/spamassassin/trunk/Changes
OBS-URL: https://build.opensuse.org/request/show/1045234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=156
2022-12-24 17:15:58 +00:00
251d6e2257
Accepting request 947615 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/947615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=88
2022-01-22 07:17:53 +00:00
cd3218c7d7
Accepting request 947612 from home:jsegitz:branches:devel:languages:perl
...
- Drop ProtectHome from spamd.service and spampd.service. Unfortunately
spamassing writes there, so ProtectHome=read-only doesn't work.
Whitelisting a specific part has a too high chance of breaking for
this package (bsc#1193248)
OBS-URL: https://build.opensuse.org/request/show/947612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=155
2022-01-20 06:35:38 +00:00
707814034e
Accepting request 933217 from devel:languages:perl
...
- Set ProtectHome=false for spampd.service, as this breaks loading
and storing data files in /home/vscan.
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* spamd.service
* spampd.service
OBS-URL: https://build.opensuse.org/request/show/933217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=87
2021-11-24 22:54:19 +00:00
bc24745aca
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=154
2021-11-23 08:23:55 +00:00
ce78cc5974
Breaks loading data files in /home/vscan.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=153
2021-11-23 08:22:56 +00:00
c909b25a99
Accepting request 932932 from home:jsegitz:branches:systemdhardening:devel:languages:perl
...
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* spamd.service
* spampd.service
OBS-URL: https://build.opensuse.org/request/show/932932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=152
2021-11-22 09:40:17 +00:00
98f01bfa53
Accepting request 917792 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/917792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=86
2021-09-11 20:24:28 +00:00
1462d6dc14
Accepting request 917789 from home:varkoly:branches:devel:languages:perl
...
- spamassassin: sa-update.timer does not work
(bsc#1175375)
Remove sence less SPAM_SA_UPDATE
Document how to use sa-update.service
OBS-URL: https://build.opensuse.org/request/show/917789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=151
2021-09-09 18:53:54 +00:00
72045f82bc
Accepting request 884851 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/884851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=85
2021-04-15 14:57:08 +00:00
ea6b4b7687
Accepting request 884847 from home:adkorte
...
- update spamassassin to 3.4.6
* Fixed URIDNSBL not triggering meta rules
* Fix false positive in T_KAM_HTML_FONT_INVALID on CSS color !important
OBS-URL: https://build.opensuse.org/request/show/884847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=149
2021-04-13 07:11:26 +00:00
Richard Brown
d7a57ffd1b
Accepting request 882829 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/882829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=84
2021-04-06 15:29:39 +00:00
64001daf55
Accepting request 882827 from home:AndreasStieger:branches:devel:languages:perl
...
update some past bugzilla references / CVEs for tracking
OBS-URL: https://build.opensuse.org/request/show/882827
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=147
2021-04-03 17:26:28 +00:00
8a26f8561a
Accepting request 881204 from home:adkorte
...
- update spamassassin to 3.4.5
* In this release, there are bug fixes for one CVE:
CVE-2020-1946 for Malicious rule configuration (.cf) files can
be configured to run system commands
* Improvements to OLEVBMacro and AskDNS plugins
* Received and EnvelopeFrom headers matching improvements
* userpref SQL schema fixes
* rbl and hashbl evaluation improvements
* fix for non working TxRep tag names
* man page fixes
- Update download links
OBS-URL: https://build.opensuse.org/request/show/881204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=146
2021-03-24 20:06:24 +00:00
c7896a0527
Accepting request 871446 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/871446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=83
2021-02-17 17:09:44 +00:00
a8a7469a34
Accepting request 871434 from home:pmonrealgonzalez:branches:devel:languages:perl
...
- Relax the crypto policies for the test-suite. This will allow the
tests that use certificates with small key lengths to pass.
OBS-URL: https://build.opensuse.org/request/show/871434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=144
2021-02-12 13:57:49 +00:00
0d5b040e4b
Accepting request 858757 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/858757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=82
2020-12-29 14:48:06 +00:00
b3203ca53c
Accepting request 858756 from home:adkorte
...
- Require perl(Mail::SpamAssassin) instead of perl-spamassassin
- Don't use BerkeleyDB (not even for unit test)
- Don't use is_opensuse conditional
OBS-URL: https://build.opensuse.org/request/show/858756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=142
2020-12-26 13:56:27 +00:00
aaf443eef7
Accepting request 857145 from home:adkorte
...
- Compile rules in %post if Perl and/or spamassassin version changed
and SPAM_SA_COMPILE=yes
- Enable test (add basic-lint-without-sandbox.patch)
- Ignore known warnings (add spamassassin-rpmlintrc)
OBS-URL: https://build.opensuse.org/request/show/857145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=141
2020-12-20 13:58:15 +00:00
ac652cefec
Accepting request 857130 from home:kukuk:container
...
- Move spamc into an own sub-package to avoid the full spamassassin
installation on every client if there is a spamd server
OBS-URL: https://build.opensuse.org/request/show/857130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=140
2020-12-20 11:14:08 +00:00
258329bb53
Accepting request 768649 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/768649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=81
2020-02-03 10:26:41 +00:00
Lars Vogdt
665a3ff3b4
Accepting request 768441 from home:adkorte
...
- update spamassassin to 3.4.4
* In this release, there are bug fixes for two CVEs:
CVE-2020-1931 for Nefarious rule configuration (.cf) files can
be configured to run system commands with warnings.
CVE-2020-1930 for Nefarious rule configuration (.cf) files can
be configured to run system commands with sa-compile.
* Improvements to OLEVBMacro
* Fix for CRLF handling with SpamAssMilter & DKIM
* Small fix for a regexp to provide Perl 5.8.x compatability again
* Increased fns_extrachars default value to 50
* Fixed nosubject and maxhits tflags when sa-compile is used
* Limited the Bayes parsed token count
* Improvements to whitespace trimming
OBS-URL: https://build.opensuse.org/request/show/768441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=138
2020-01-30 11:31:46 +00:00
c5fc50a0dc
Accepting request 757559 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/757559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=80
2019-12-18 13:44:32 +00:00
8b0e28daed
Accepting request 757092 from home:adkorte
...
- remove old (compiled) rules in /var/lib/spamassassin directory
after package upgrade and remove entirely upon package removal
- add BuildRequires for perl(Archive::Zip) and perl(IO::String)
OBS-URL: https://build.opensuse.org/request/show/757092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=136
2019-12-17 14:07:29 +00:00
c3f3ffeb02
Accepting request 756055 from home:adkorte
...
- update spamassassin to 3.4.3
* There is one new plugin (disabled by default)
OLEVBMacro - Detects both OLE macros and VB code inside Office
documents
* Two CVE security bug fixes are included in this release
CVE-2019-12420 for Multipart Denial of Service Vulnerability
CVE-2018-11805 for nefarious CF files can be configured to
run system commands without any output or errors
* Safer and faster scanning of large emails using
body_part_scan_size and rawbody_part_scan_size settings.
* New tflag "nosubject" for 'body' rules, to stop matching the
Subject header which is part of the body text.
* Security updates include deprecation of the unsafe sa-update
'--allowplugins' option, which now prints a warning that
'--reallyallowplugins' is required to use it.
OBS-URL: https://build.opensuse.org/request/show/756055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=135
2019-12-13 08:47:40 +00:00
4f36347fe2
Accepting request 755484 from home:dstoecker:branches:devel:languages:perl
...
Spam size is growing. Tsss.
OBS-URL: https://build.opensuse.org/request/show/755484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=134
2019-12-13 08:47:17 +00:00
caf9ffe216
Accepting request 747349 from devel:languages:perl
...
- Change architecture of perl modules to 'noarch'
- Fix extraction command for default rules (proper fix for
boo#911355, rather than a workaround)
- Don't unconditionally run sa-update on spamd and spampd service
start as this doesn't honor the settings in /etc/sysconfig/spamd
- After running sa-update, only restart services if they were
running before
- Fix name in logging timed-sa-update (suse.cron-sa-update
doesn't exist anymore) (forwarded request 747252 from adkorte)
OBS-URL: https://build.opensuse.org/request/show/747349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=79
2019-11-13 12:13:56 +00:00
2efbdde36f
Accepting request 747252 from home:adkorte
...
- Change architecture of perl modules to 'noarch'
- Fix extraction command for default rules (proper fix for
boo#911355, rather than a workaround)
- Don't unconditionally run sa-update on spamd and spampd service
start as this doesn't honor the settings in /etc/sysconfig/spamd
- After running sa-update, only restart services if they were
running before
- Fix name in logging timed-sa-update (suse.cron-sa-update
doesn't exist anymore)
OBS-URL: https://build.opensuse.org/request/show/747252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=132
2019-11-11 13:14:41 +00:00
63b9b9164f
Accepting request 746497 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/746497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=78
2019-11-10 21:15:19 +00:00
c9139d62af
Accepting request 745100 from home:adkorte
...
Update keyring. Keys are now available in a single download from upstream (see https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7765 )
OBS-URL: https://build.opensuse.org/request/show/745100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=130
2019-11-08 07:58:48 +00:00
dda8fd833c
Accepting request 709326 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/709326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=77
2019-06-26 14:00:18 +00:00
Stephan Kulow
0534705640
Accepting request 709150 from home:dimstar:Factory
...
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
shortcut the build queues by allowing usage of systemd-mini
OBS-URL: https://build.opensuse.org/request/show/709150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=128
2019-06-12 06:18:12 +00:00
a61118d829
Accepting request 666474 from devel:languages:perl
...
- Reduce boilerplate generated by %service_*. (forwarded request 666464 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/666474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=76
2019-01-24 13:01:47 +00:00
acbcd2a4f9
Accepting request 666464 from home:jengelh:branches:devel:languages:perl
...
- Reduce boilerplate generated by %service_*.
OBS-URL: https://build.opensuse.org/request/show/666464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=126
2019-01-16 13:32:55 +00:00
3e67db118e
Fix license.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=125
2019-01-16 09:56:50 +00:00
01468a027f
- bsc#1115411 spamassassin: migrate from cron to systemd timers
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=124
2019-01-16 09:51:35 +00:00
3ba0568dbc
Accepting request 637098 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/637098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=75
2018-10-01 06:14:16 +00:00
676f43c312
Accepting request 636660 from home:adkorte:branches:devel:languages:perl
...
- update spamassassin to 3.4.2
* There are four new plugins (disabled by default)
HashBL - interface to The Email Blocklist (EBL)
ResourceLimits - assure your spamd child processes do not exceed
specified CPU or memory limit
FromNameSpoof - detection of the From:name field being used to
mislead
Phishing - finds uris used in phishing campaigns detected by
OpenPhish (https://openphish.com ) or PhishTank
(https://phishtank.com ) feeds
* For security reasons SSLv3 support has been removed from spamc(1).
* Four CVE security bug fixes are included in this release for
PDFInfo.pm and the SA core: CVE-2017-15705, CVE-2016-1238,
CVE-2018-11780 & CVE-2018-11781.
* In sa-update script, optional support for SHA-256 / SHA-512 in
addition to or instead of SHA1 has been added for better validation
of rules.
* GeoIP2 support has been added to RelayCountry and URILocalBL plugins
due to GeoIP legacy API deprecations.
* several new or enhanced configuration options
- update spampd to 2.51
* Replace IO::Socket::INET with IO::Socket::IP for IPv6 support
* Unix ports (ability to listen on UNIX sockets)
* Add X-Envelope-* headers before Received
* Add /usr/local/bin and /usr/local/sbin to PATH
* Add --setsid option to start server with setsid if running in
background
- Removed patches (are now in upstream):
* 0001-bug-7361-Allow-building-against-OpenSSL-1.1.0.patch
* 0001-Fix-bug-7367-Don-t-assume-cwd-.-is-in-INC-it-may-be-.patch
* DNS-resolver-recursion-desired-not-set.patch
* spamassassin-dont_use_SSLv3_methods.patch
* spampd-2.42_git_20170226.patch
* Unescaped_left_brace_in_regex_is_deprecated.patch
OBS-URL: https://build.opensuse.org/request/show/636660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=122
2018-09-21 19:21:50 +00:00
50f736e0cf
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=121
2018-09-19 11:59:57 +00:00
dccd1c2aa0
Accepting request 636231 from home:adkorte:branches:devel:languages:perl
...
- Revert incompatibility-with-NET-DNS.patch (this patch attempts to
fix a problem that was already solved by bsc#1059210)
OBS-URL: https://build.opensuse.org/request/show/636231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=120
2018-09-18 09:11:10 +00:00
e8c44a403a
- bsc#1107765 - spamassassin: incompatibility with Net::DNS >= 1.01
...
- Add upstream patch:
incompatibility-with-NET-DNS.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=119
2018-09-13 14:10:30 +00:00
c8e1dd98d3
Fix the patch.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=118
2018-09-09 10:21:40 +00:00
3c34f586ec
This patch also fixes the bug PerMsgStatus Warning
...
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=117
2018-09-09 10:05:30 +00:00
764ea8317a
- bsc#1069831 Running sa-update from spamassassin gives warning
...
about deprecated regex
o remove deprecated-regex.patch and apply upstream patch:
Unescaped_left_brace_in_regex_is_deprecated.diff
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=116
2018-09-09 09:54:34 +00:00
b0804b572e
Accepting request 578829 from devel:languages:perl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/578829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=74
2018-02-22 13:57:31 +00:00
d0e5625bff
Fix patch depth
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=114
2018-02-19 19:55:37 +00:00
233c576a47
- bsc#1069831 Running sa-update from spamassassin gives warning about deprecated regex
...
o add deprecated-regex.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=113
2018-02-19 17:20:46 +00:00
47b60b4c81
Accepting request 568406 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/568406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=73
2018-01-25 11:35:35 +00:00
35b93384ec
Accepting request 556630 from home:jengelh:branches:devel:languages:perl
...
- Replace %__-type macro indirections.
Replace old $RPM_ shell variables.
OBS-URL: https://build.opensuse.org/request/show/556630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=111
2018-01-22 21:19:59 +00:00
1a16479de8
Accepting request 567288 from devel:languages:perl
...
- bsc#1059210 spamassassin perl dns resolver recursion desired not set
o add DNS-resolver-recursion-desired-not-set.patch
OBS-URL: https://build.opensuse.org/request/show/567288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=72
2018-01-20 10:19:09 +00:00
ff89845e98
o add DNS-resolver-recursion-desired-not-set.patch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=109
2018-01-18 08:52:38 +00:00
89957c35c1
Fix spec and patch
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=108
2018-01-18 08:37:28 +00:00
52c9083306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=107
2018-01-18 08:35:15 +00:00
9c717e9e2d
- bsc#1059210 spamassassin perl dns resolver recursion desired not set
...
o Applying upstream patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=106
2018-01-18 08:25:15 +00:00
526956e82e
Accepting request 554550 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/554550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=71
2017-12-12 20:16:28 +00:00
67e7a74b03
Accepting request 544722 from home:RBrownSUSE:branches:devel:languages:perl
...
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
OBS-URL: https://build.opensuse.org/request/show/544722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=104
2017-12-05 15:30:50 +00:00
304e05d699
Accepting request 544186 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/544186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=70
2017-11-23 08:35:42 +00:00
084dc997c7
Accepting request 544097 from home:pluskalm:branches:devel:languages:perl
...
- Update umask in cronjob (boo#861539)
- Make sure that spamd can start (boo#961291)
OBS-URL: https://build.opensuse.org/request/show/544097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=102
2017-11-21 14:52:52 +00:00
1dbb49c743
Accepting request 523098 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/523098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=69
2017-09-15 19:02:06 +00:00
Stephan Kulow
a99742b518
Accepting request 519715 from home:vitezslav_cizek:branches:devel:languages:perl
...
- Add support for building with OpenSSL 1.1 (bsc#1055252)
* add 0001-bug-7361-Allow-building-against-OpenSSL-1.1.0.patch
* add spamassassin-dont_use_SSLv3_methods.patch
- Fix build with Perl 5.26
* https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7367
* add 0001-Fix-bug-7367-Don-t-assume-cwd-.-is-in-INC-it-may-be-.patch
OBS-URL: https://build.opensuse.org/request/show/519715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=100
2017-09-11 12:19:16 +00:00
8198dca464
Accepting request 460544 from devel:languages:perl
...
Drop old stuff
OBS-URL: https://build.opensuse.org/request/show/460544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=68
2017-02-28 22:43:15 +00:00
5b2c6ba1d6
drop old stuff
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=98
2017-02-26 14:14:19 +00:00
38f3812024
update spampd
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=97
2017-02-26 13:57:48 +00:00
8c676f940b
Accepting request 459276 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/459276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=67
2017-02-21 12:31:14 +00:00
77b34c9572
Accepting request 459266 from home:kukuk:branches:devel:languages:perl
...
- Don't call/require insserv if we use systemd
OBS-URL: https://build.opensuse.org/request/show/459266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=95
2017-02-20 16:22:38 +00:00
031d654d86
Accepting request 353514 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/353514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=66
2016-01-17 08:23:07 +00:00
Stephan Kulow
e342c46535
Accepting request 353173 from home:bmwiedemann:branches:devel:languages:perl
...
- use service command to restart spamd and amavis (boo#961279)
(now using full path because $PATH often does not contain sbin in cron)
OBS-URL: https://build.opensuse.org/request/show/353173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=93
2016-01-14 06:46:20 +00:00
d1d8536fe0
Accepting request 347074 from devel:languages:perl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/347074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=65
2015-12-06 06:35:25 +00:00
352bd21cb3
better defaults again
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=91
2015-11-29 21:07:32 +00:00
Stephan Kulow
07eeb1df84
Accepting request 327554 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/327554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=64
2015-08-29 18:04:04 +00:00
Stephan Kulow
a6de54c4fb
Accepting request 327238 from home:hsk17:branches:devel:languages:perl
...
tests seem not like running offline, so leave them out again
OBS-URL: https://build.opensuse.org/request/show/327238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=89
2015-08-27 13:30:40 +00:00
Stephan Kulow
b7550eb650
Accepting request 316384 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/316384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=63
2015-08-25 05:23:30 +00:00
Stephan Kulow
a52a8ef928
Accepting request 315858 from home:hsk17:branches:devel:languages:perl
...
update to 3.4.1
OBS-URL: https://build.opensuse.org/request/show/315858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=87
2015-07-13 10:23:01 +00:00
f0226ebc0f
Accepting request 283842 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/283842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=62
2015-02-05 09:59:06 +00:00
55b7f13862
Accepting request 283719 from home:pluskalm:branches:devel:languages:perl
...
- Enable reload in unit files (boo#915736)
OBS-URL: https://build.opensuse.org/request/show/283719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=85
2015-02-03 10:28:27 +00:00
d578ac33e3
Accepting request 280099 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/280099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=61
2015-01-09 19:52:07 +00:00
76c005de6e
Accepting request 280096 from home:pluskalm:branches:devel:languages:perl
...
- Fix for bnc#911355
- Don't install init files when service files are installed
- Create symlinks for rcspamd and rcspampd when systemd is used
- Remove unnecessary cleanup section from spec files
OBS-URL: https://build.opensuse.org/request/show/280096
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=83
2015-01-06 21:16:10 +00:00
Stephan Kulow
578d324e9a
Accepting request 243464 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/243464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=59
2014-08-05 11:00:02 +00:00
Stephan Kulow
7ce179b027
Accepting request 243428 from home:varkoly:branches:devel:languages:perl
...
- bnc#889004 - Package 'spamassassin' contains 'SuSE' spelling in a filename and/or SPEC file
OBS-URL: https://build.opensuse.org/request/show/243428
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=81
2014-08-02 13:37:19 +00:00
Stephan Kulow
97f8b27d6c
Accepting request 239852 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/239852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=58
2014-07-10 06:24:47 +00:00
Stephan Kulow
7e24e22c24
Accepting request 239848 from home:oertel:branches:devel:languages:perl
...
- make init scripts executable to fix build
OBS-URL: https://build.opensuse.org/request/show/239848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=79
2014-07-08 05:12:02 +00:00
Stephan Kulow
b4ea31e5d8
Accepting request 225174 from devel:languages:perl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/225174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=57
2014-03-09 19:26:57 +00:00
37d976737d
Accepting request 224879 from home:weberho:qmail-lsb-distupdates
...
Use perl(IO::Socket::IP) only for openSUSE 12.2+
OBS-URL: https://build.opensuse.org/request/show/224879
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=77
2014-03-06 15:00:15 +00:00
Stephan Kulow
c8bc5aaca5
Accepting request 223032 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/223032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=56
2014-02-20 05:22:20 +00:00
5be7d170c7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=75
2014-02-14 20:24:57 +00:00
cb46f468c4
Accepting request 222228 from home:dstoecker
...
First test - installed version not yet tested.
OBS-URL: https://build.opensuse.org/request/show/222228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=74
2014-02-14 20:17:26 +00:00
e0b110ba59
update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=73
2014-01-31 07:33:31 +00:00
ae4b367175
use unpatched version
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=72
2014-01-31 07:30:16 +00:00
Stephan Kulow
61526f790b
Accepting request 210358 from devel:languages:perl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/210358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=55
2013-12-11 18:44:39 +00:00
5ab10eff47
update spampd
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=70
2013-12-08 12:17:40 +00:00
73e85973ed
update spampd
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=69
2013-12-08 10:22:14 +00:00
Stephan Kulow
04b2db9acd
Accepting request 178324 from devel:languages:perl
...
- Do not use syslog.target or Requires in systemd units. (forwarded request 176975 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/178324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=53
2013-06-15 07:40:35 +00:00
Michal Hrusecky (old before rename to _miska_)
ec8bd70dc7
Accepting request 176975 from home:elvigia:branches:devel:languages:perl
...
- Do not use syslog.target or Requires in systemd units.
OBS-URL: https://build.opensuse.org/request/show/176975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=67
2013-06-10 10:47:34 +00:00
Stephan Kulow
8ee1585cc1
Accepting request 177149 from devel:languages:perl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/177149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=52
2013-06-05 17:35:51 +00:00
4ef33cc457
increase max message size
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=65
2013-05-25 18:27:57 +00:00
Stephan Kulow
d4751eb4ec
Accepting request 161430 from devel:languages:perl
...
fails to build on openSUSE >= 12.2, because perl-macros is deprecated there. (forwarded request 161426 from rusjako)
OBS-URL: https://build.opensuse.org/request/show/161430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=51
2013-03-27 18:33:13 +00:00
9166190841
Accepting request 161426 from home:rusjako
...
fails to build on openSUSE >= 12.2, because perl-macros is deprecated there.
OBS-URL: https://build.opensuse.org/request/show/161426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=63
2013-03-27 14:41:08 +00:00
Stephan Kulow
2cef47fbf9
Accepting request 156309 from devel:languages:perl
...
Install service file accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions) (forwarded request 156281 from mlin7442)
OBS-URL: https://build.opensuse.org/request/show/156309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=50
2013-02-25 20:42:10 +00:00
05ee8bd352
Accepting request 156281 from home:mlin7442:branches:devel:languages:perl
...
Install service file accordingly (/usr/lib/systemd for 12.3 and up or /lib/systemd for older versions)
OBS-URL: https://build.opensuse.org/request/show/156281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=61
2013-02-25 10:20:59 +00:00
Stephan Kulow
97bad83207
Accepting request 138154 from devel:languages:perl
...
- replace iXhash with the inofficial, but recommended, version iXhash2
OBS-URL: https://build.opensuse.org/request/show/138154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=48
2012-10-18 20:03:27 +00:00
Ismail Dönmez
3ed767521e
-
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=59
2012-10-15 09:17:40 +00:00
Ismail Dönmez
6a8c614274
Accepting request 136097 from home:rusjako
...
replace iXhash with iXhash 2.
patch the iXhash configuration to get better results.
OBS-URL: https://build.opensuse.org/request/show/136097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=58
2012-10-15 08:05:42 +00:00
Stephan Kulow
90e4426803
Accepting request 127584 from devel:languages:perl
...
- 768582 - suse.cron-sa-update should allow to restart spamd after a successful run of sa-update
OBS-URL: https://build.opensuse.org/request/show/127584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=47
2012-07-12 12:55:01 +00:00
94c9b2e9fd
- 768582 - suse.cron-sa-update should allow to restart spamd after a successful run of sa-update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=56
2012-07-11 07:48:47 +00:00
Stephan Kulow
22b90a4f46
Accepting request 126965 from devel:languages:perl
...
- killproc can not stop spamd
OBS-URL: https://build.opensuse.org/request/show/126965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=46
2012-07-09 08:21:47 +00:00
1fdaa79dbc
- killproc can not stop spamd
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=54
2012-07-03 09:58:41 +00:00
Stephan Kulow
639126b12e
Accepting request 126202 from devel:languages:perl
...
- Add systemd service files for spamd and spampd
bnc#768581 - rcspamd stop doesn't terminate spamd
OBS-URL: https://build.opensuse.org/request/show/126202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=45
2012-06-26 18:04:01 +00:00
636eabae8d
Add missed scripts
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=52
2012-06-26 14:04:19 +00:00
3fed9b1062
Fix the spec
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=51
2012-06-26 09:01:45 +00:00
dbdbd5b600
- Add systemd service files for spamd and spampd
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=50
2012-06-26 08:55:51 +00:00
Stephan Kulow
20947abe34
Accepting request 97154 from devel:languages:perl
...
- bnc#737637 - IPv6 support in spamassassin not functional
OBS-URL: https://build.opensuse.org/request/show/97154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=43
2011-12-21 09:03:55 +00:00
524c1373fa
- bnc#737637 - IPv6 support in spamassassin not functional
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=47
2011-12-20 09:03:47 +00:00
Stephan Kulow
5694f4b579
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=42
2011-12-06 18:05:25 +00:00
Ruediger Oertel
96ded7e9ba
Accepting request 86923 from devel:languages:perl
...
- bnc#720220 - spampd, installed by pkg:spamassassin, FAILs to launch,
uses non-existent/un-installed 'user'
OBS-URL: https://build.opensuse.org/request/show/86923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=40
2011-10-06 15:25:07 +00:00
1ec436cfcc
- bnc#720220 - spampd, installed by pkg:spamassassin, FAILs to launch,
...
uses non-existent/un-installed 'user'
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=44
2011-10-06 14:28:05 +00:00
Lars Vogdt
e18845b3ec
Accepting request 82517 from devel:languages:perl
...
- fix perl requires
- update to 3.3.2:
* various fixes, fix support with perl 5.12
- remove upstreamed patches
OBS-URL: https://build.opensuse.org/request/show/82517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=39
2011-09-19 19:26:30 +00:00
Stephan Kulow
dbd22f04fa
- fix perl requires
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=41
2011-09-16 17:42:38 +00:00
798e10f427
- update to 3.3.2:
...
* various fixes, fix support with perl 5.12
- remove upstreamed patches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=40
2011-06-24 16:11:20 +00:00
Sascha Peilicke
4b37e48629
Autobuild autoformatter for 67963
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=38
2011-04-21 10:16:19 +00:00
OBS User buildservice-autocommit
84237f6be4
Updating link to change in openSUSE:Factory/spamassassin revision 38.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=1281f7cf62429a16ab3d6da0069e33c3
2011-04-21 10:16:19 +00:00
Sascha Peilicke
700fa7834d
Accepting request 67963 from devel:languages:perl
...
Accepted submit request 67963 from user licensedigger
OBS-URL: https://build.opensuse.org/request/show/67963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=37
2011-04-21 10:16:05 +00:00
0f880b19c6
- Fix the sa-update cronjob
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=38
2011-04-20 09:39:40 +00:00
Sascha Peilicke
280bf2ae69
Autobuild autoformatter for 66609
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=36
2011-04-11 08:55:11 +00:00
OBS User buildservice-autocommit
e83470409c
Updating link to change in openSUSE:Factory/spamassassin revision 36.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=a0a60171b8f0e21470423136f0525a65
2011-04-11 08:55:11 +00:00
Sascha Peilicke
e6bdcaf062
Accepting request 66609 from devel:languages:perl
...
Accepted submit request 66609 from user coolo
OBS-URL: https://build.opensuse.org/request/show/66609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=35
2011-04-11 08:54:57 +00:00
f2765adeed
bnc#676667 - sa-update cronjob should allow amavisd restart
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=36
2011-04-10 09:41:09 +00:00
c3139db682
bnc#676667 - sa-update cronjob should allow amavisd restart
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=35
2011-04-10 09:40:12 +00:00
e9d268ec65
Autobuild autoformatter for 55369
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=33
2010-12-10 17:39:15 +00:00
02d23d4856
Accepting request 55369 from devel:languages:perl
...
Accepted submit request 55369 from user coolo
OBS-URL: https://build.opensuse.org/request/show/55369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=32
2010-12-10 17:39:08 +00:00
Stephan Kulow
fe589bce01
always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=33
2010-12-03 14:57:10 +00:00
Stephan Kulow
a7ab2bdac3
siwtch to perl_requires macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=32
2010-12-01 13:58:50 +00:00
OBS User autobuild
ab2e7c567e
Autobuild autoformatter for 52892
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=31
2010-11-15 17:15:25 +00:00
OBS User buildservice-autocommit
591c3727bf
Updating link to change in openSUSE:Factory/spamassassin revision 31.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=ff0890df85e3dfaa52c798d9e840e241
2010-11-15 17:15:25 +00:00
Ruediger Oertel
30976e46ef
Accepting request 52892 from devel:languages:perl
...
Accepted submit request 52892 from user varkoly
OBS-URL: https://build.opensuse.org/request/show/52892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=30
2010-11-15 17:15:07 +00:00
900d0da43f
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=30
2010-11-12 06:08:30 +00:00
OBS User autobuild
618dc187c7
Autobuild autoformatter for 51917
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=29
2010-11-02 12:57:32 +00:00
OBS User buildservice-autocommit
f2bfcb6d24
Updating link to change in openSUSE:Factory/spamassassin revision 29.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=93537bbcafa176edeb24ab58a9df8702
2010-11-02 12:57:32 +00:00
Ruediger Oertel
4e7e15c2b0
Accepting request 51917 from devel:languages:perl
...
Accepted submit request 51917 from user coolo
OBS-URL: https://build.opensuse.org/request/show/51917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=28
2010-11-02 12:57:23 +00:00
Christian Wittmer
6bf5f7fa80
fix build
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=28
2010-10-13 22:39:32 +00:00
69fa553459
Fix sources
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=27
2010-10-08 17:55:59 +00:00
c78dcf33fb
- Add script to call sa-update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=26
2010-10-08 17:54:52 +00:00
OBS User autobuild
b839286d98
Accepting request 49860 from devel:languages:perl
...
Copy from devel:languages:perl/spamassassin based on submit request 49860 from user coolo
OBS-URL: https://build.opensuse.org/request/show/49860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=27
2010-10-06 21:00:31 +00:00
OBS User buildservice-autocommit
a45f601276
Updating link to change in openSUSE:Factory/spamassassin revision 27.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=90d0a12feb91f9d2676db50a46d00cce
2010-10-06 21:00:31 +00:00
OBS User autobuild
7c99575dd3
Accepting request 49860 from devel:languages:perl
...
checked in (request 49860)
OBS-URL: https://build.opensuse.org/request/show/49860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=25
2010-10-06 21:00:30 +00:00
Stephan Kulow
2058d5601b
- add missing requires for spampd
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=24
2010-10-06 07:55:46 +00:00
a050cbbc84
add missing requires for spampd
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=23
2010-10-01 07:28:10 +00:00
OBS User autobuild
cf9df184bb
Accepting request 41999 from devel:languages:perl
...
Copy from devel:languages:perl/spamassassin based on submit request 41999 from user varkoly
OBS-URL: https://build.opensuse.org/request/show/41999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=24
2010-06-28 10:12:56 +00:00
OBS User autobuild
58b9d75a51
Accepting request 41999 from devel:languages:perl
...
checked in (request 41999)
OBS-URL: https://build.opensuse.org/request/show/41999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=22
2010-06-28 10:12:56 +00:00
6b2b1b368b
bnc#582111 - Spamassassin. spamd does not start.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=21
2010-06-24 09:52:16 +00:00
68a7815b3c
- Update the rules
...
- Fix the spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=20
2010-06-24 09:24:38 +00:00
eb6b92166d
fix the spec
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=19
2010-06-24 09:23:42 +00:00
8e910f548c
Update the rules
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=18
2010-06-24 08:32:52 +00:00
OBS User autobuild
08d038a162
Accepting request 36788 from devel:languages:perl
...
Copy from devel:languages:perl/spamassassin based on submit request 36788 from user computersalat
OBS-URL: https://build.opensuse.org/request/show/36788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=23
2010-04-02 22:21:57 +00:00
OBS User autobuild
ab1a3f27a2
Accepting request 36788 from devel:languages:perl
...
checked in (request 36788)
OBS-URL: https://build.opensuse.org/request/show/36788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=17
2010-04-02 22:21:57 +00:00
Christian Wittmer
2fd9fa73ce
Accepting request 36707 from home:computersalat:devel:perl
...
Copy from home:computersalat:devel:perl/spamassassin via accept of submit request 36707 revision 15.
Request was accepted with message:
self accept
OBS-URL: https://build.opensuse.org/request/show/36707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=16
2010-04-01 20:18:51 +00:00
0fc0887ad9
fixed iXhash
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=15
2010-03-24 15:24:52 +00:00
Christian Wittmer
3de77b82c5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=14
2010-03-21 02:21:48 +00:00
Christian Wittmer
92b36d253c
Accepting request 35411 from home:computersalat:devel:perl
...
Copy from home:computersalat:devel:perl/spamassassin via accept of submit request 35411 revision 10.
Request was accepted with message:
self accept
OBS-URL: https://build.opensuse.org/request/show/35411
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=13
2010-03-21 01:45:51 +00:00
Christian Wittmer
46c9949235
Accepting request 35179 from home:dstoecker
...
Copy from home:dstoecker/spamassassin via accept of submit request 35179 revision 13.
Request was accepted with message:
reviewed, OK, thank you
OBS-URL: https://build.opensuse.org/request/show/35179
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=12
2010-03-18 17:42:08 +00:00
OBS User autobuild
6a218f82df
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=22
2010-03-18 15:30:10 +00:00
OBS User buildservice-autocommit
604e99f2bc
Updating link to change in openSUSE:Factory/spamassassin revision 22.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=54b244bd604536818d6517f49f048fb1
2010-03-18 15:30:10 +00:00
Stephan Kulow
623dee1408
just testing 2
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=11
2010-01-19 09:41:39 +00:00
Stephan Kulow
b8e6bf7455
just testing
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=10
2010-01-19 09:25:10 +00:00
OBS User autobuild
d5010e0abb
Accepting request 28398 from devel:languages:perl
...
Copy from devel:languages:perl/spamassassin based on submit request 28398 from user coolo
OBS-URL: https://build.opensuse.org/request/show/28398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=21
2010-01-12 11:36:24 +00:00
OBS User buildservice-autocommit
a1a1160d12
Updating link to change in openSUSE:Factory/spamassassin revision 21.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=8aa450029bdc186aa1c67fa41f12a9b7
2010-01-12 11:36:24 +00:00
OBS User autobuild
4645e78a50
checked in
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=8
2010-01-12 11:36:23 +00:00
9f7f5f4bae
make it build
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=7
2010-01-03 00:08:29 +00:00
b6d76c22e9
- apply rules update (bnc#567849)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/spamassassin?expand=0&rev=6
2010-01-03 00:03:38 +00:00
OBS User autobuild
40144ea6ae
Accepting request 27641 from devel:languages:perl
...
Copy from devel:languages:perl/spamassassin based on submit request 27641 from user coolo
OBS-URL: https://build.opensuse.org/request/show/27641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=20
2009-12-26 12:58:18 +00:00
OBS User autobuild
5c5f916b80
Accepting request 24099 from devel:languages:perl
...
Copy from devel:languages:perl/spamassassin based on submit request 24099 from user varkoly
OBS-URL: https://build.opensuse.org/request/show/24099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=19
2009-11-16 15:40:23 +00:00
OBS User unknown
e85235a2df
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=17
2009-01-27 01:25:54 +00:00
OBS User unknown
41aa94e57e
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=16
2008-11-07 14:48:53 +00:00
OBS User unknown
ab21280bcd
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=15
2008-09-13 10:15:40 +00:00
OBS User unknown
248b977c01
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=14
2008-07-15 22:22:57 +00:00
OBS User unknown
6d855135d1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=13
2008-01-10 14:40:08 +00:00
OBS User unknown
0da3a2e17a
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=12
2007-08-12 09:50:32 +00:00
OBS User unknown
a09a74dc44
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=11
2007-08-02 23:08:54 +00:00
OBS User unknown
8213c09b52
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=10
2007-07-27 00:10:16 +00:00
OBS User unknown
5ac3b685ed
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=9
2007-06-19 07:58:58 +00:00
OBS User unknown
d6e9dc5f4c
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=8
2007-05-04 08:13:17 +00:00
OBS User unknown
a55028ceb5
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=7
2007-04-20 14:00:20 +00:00
OBS User unknown
5f1c5de69c
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=6
2007-03-28 22:59:19 +00:00
OBS User unknown
1c9469b102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=5
2007-03-08 18:54:47 +00:00
OBS User unknown
853a23430a
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=4
2007-02-19 22:55:01 +00:00
OBS User unknown
7eff997aa4
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=3
2007-02-09 18:34:22 +00:00
OBS User unknown
6f97908165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=2
2007-02-09 16:07:58 +00:00
OBS User unknown
ca56db1771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spamassassin?expand=0&rev=1
2006-12-22 09:47:22 +00:00