Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151575 OBS-URL: https://build.opensuse.org/package/show/server:mail/slrn?expand=0&rev=33
394 lines
13 KiB
Plaintext
394 lines
13 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 26 13:36:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
PatchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 19 17:00:52 UTC 2018 - mcepl@suse.com
|
|
|
|
- Clean up SPEC
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 17 18:47:46 UTC 2017 - astieger@suse.com
|
|
|
|
- Build with OpenSSL (boo#1063780),
|
|
drop slrn-fix-libgnutls-extra-dependency.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 09:05:21 UTC 2017 - astieger@suse.com
|
|
|
|
- remove unused files with restrictive licenses - bsc#1036331
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 11 11:34:45 UTC 2017 - jengelh@inai.de
|
|
|
|
- Ensure neutrality in description.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 26 15:43:25 UTC 2017 - astieger@suse.com
|
|
|
|
- slrn 1.0.3:
|
|
* A quoted-string in the display portion of an address was not
|
|
being marked as allowing mime-encoded text.
|
|
* After calling iconv to perform a character set conversion on an
|
|
article line, call it again with just the newline character.
|
|
This resets the state for some conversion types (UTF-7).
|
|
* Disable support for SSLv3, which is vulnerable to POODLE
|
|
attacks CVE-2014-3566 bsc#1031023
|
|
* The reject_long_lines option was not working as documented.
|
|
Setting it to 0 had no effect when netiquette_warnings was set
|
|
to a non-zero value.
|
|
* replace_article_with_mime_obj, also decode
|
|
quoted-printable/base64.
|
|
* Add a file from the autoconf archive that detects libraries
|
|
needed for socket support. The old method used X_EXTRA_LIBS,
|
|
which breaks if X in not installed.
|
|
* Added support for large (>2GB) files on 32 bit unix systems.
|
|
* Updated Danish translation
|
|
* If a mime message has already been base64/QP converted, do not
|
|
try to convert it again.
|
|
* Do not use SSL_CTX_set_options if gnutls is being used
|
|
* Use labs instead of abs for long integer
|
|
* Removed compilation date info for a reproducible build
|
|
* rfc1522_encode_word: max_nbytes was not being properly limit
|
|
checked.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 18:57:57 UTC 2017 - sfalken@opensuse.org
|
|
|
|
- Added:
|
|
+ slrn-correct-path-to-sendmail.patch: The ed stanza in %setup
|
|
is causing a buildfailure in openSUSE:Factory, and I don't
|
|
understand ed/regexp well enough to fix it that way. Patching the
|
|
file directly seems to work fine.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 23 04:55:29 UTC 2015 - sfalken@opensuse.org
|
|
|
|
- Update to version 1.0.2
|
|
+ src/misc.c: slrn_verror needed va_copy when writing to the log
|
|
file.
|
|
+ src/post.c: Move the cursor to the end of the line when
|
|
querying for a postpone filename.
|
|
+ Added support for building slrnpull on win32.
|
|
+ Made a note in the install files that slang+modules+slsh need
|
|
to be installed.
|
|
+ macros/mime.sl: mime_process_multipart added to the
|
|
read_article_hook.
|
|
+ Updated the FSF address
|
|
+ src/interp.c: The MAKE_INTRINSIC specification for the
|
|
get_charset intrinsic wrapper function was incorrect leading
|
|
to a SegV.
|
|
+ src/interp.c: Fixed a memory leak in the article_as_string
|
|
functions.
|
|
+ configure: Parse /etc/ld.so.conf to look for additional lib
|
|
paths
|
|
+ contrib/cleanscore: Fix perl prototypes
|
|
+ macros/multipart.sl: Fixed usage of the string_match return value.
|
|
+ src/mime.c: Do not mime-encode the In-Reply-To header.
|
|
+ src/sltcp.c: Set the gnutls global log level to 0 as a
|
|
work-around for a connection issue when a higher value
|
|
is used. (deb#728189>
|
|
+ src/interp.c: If get_header_flags is called with an optional
|
|
non-zero integer argument, then it will return the full set of
|
|
header flags associated with the current header. Symbolic
|
|
constants that correspond to these flags were also added to the
|
|
interpreter interface.
|
|
+ po/Makefile.in.in, src/Makefile.in: Ignore install error when GNU
|
|
msgfmt is not installed.
|
|
+ src/Makefile.in: Add support for CPPFLAGS
|
|
+ autoconf/configure.ac: Updated libs for current gnutls
|
|
+ src/group.c: Updated default value of query_read_group_cutoff to
|
|
1000 to reflect faster networks.
|
|
+ doc/score.txt: Added a note about where to find the documentation
|
|
for the slang regular expressions
|
|
+ src/slrn.c: Added support for SIGQUIT (deb#673529)
|
|
+ src/ttymsg.c: Strip \001 highlight characters from messages
|
|
written to the terminal when not in fullscreen mode (deb#631021).
|
|
+ src/*.c,*.h: Updated copyright year for upcoming release.
|
|
+ NEWS file added with release notes.
|
|
+ autoconf/: updated configure scripts
|
|
+ src/Makefile.in: slang 2.2.3 or greater now required.
|
|
+ po/Makefile.in.in: Do not remove .gmo files if msgmerge is not
|
|
installed.
|
|
- Added:
|
|
+ slrn-1.0.2.tar.gz
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 22 10:09:06 UTC 2012 - gber@opensuse.org
|
|
|
|
- update to version 1.0.1
|
|
- macros/mime.sl: Add an option to view all parts of a mime
|
|
multipart message
|
|
- src/art_misc.c: New config variable: "wrap_width", which sets the
|
|
width that will trigger wrapping
|
|
- doc/: Updated txt docs from slrn doc project's svn repos
|
|
- An issue with the wrap_width variable was fixed
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 25 17:12:55 UTC 2012 - gber@opensuse.org
|
|
|
|
- recommend slang-slsh since some slrn macros depend on certain
|
|
slang modules
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 21 14:32:08 UTC 2012 - gber@opensuse.org
|
|
|
|
- fixed dependency on libgnutls
|
|
- added slrn-fix-libgnutls-extra-dependency.patch which prevents
|
|
unnecessary linking against libgnutls-extra and fixes the build
|
|
in Factory
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 6 10:36:49 UTC 2012 - chris@computersalat.de
|
|
|
|
- update to version pre1.0.0-40
|
|
* Parse mime sub-keywords without regard to case
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 9 18:13:38 UTC 2012 - gber@opensuse.org
|
|
|
|
- update to version pre1.0.0~39
|
|
- bugfixes
|
|
- support for multipart mime messages
|
|
- compile without -fno-strict-aliasing
|
|
- enable SSL support via GnuTLS which seems to work on
|
|
openSUSE > 12.1
|
|
- drop superfluous patch slrn-0.9.9p1.diff
|
|
- drop slrn-0.9.9p1-hardcode-inews-path.diff and add a build
|
|
dependency on mininews instead, this also makes
|
|
slrn-0.9.9p1-configure.diff unecessary
|
|
- rebased slrn-0.9.9p1-do-not-strip-binaries.diff and renamed to
|
|
slrn-do-not-strip-binaries.patch
|
|
- removed slrn.run, there is no SUSE menu any more
|
|
- removed obsolete slrn.rc migration pre-script
|
|
- replace __DATE__ and __TIME__ with date/time of latest changelog
|
|
entry
|
|
- do not replace slrn.rc
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 21 10:43:49 UTC 2011 - coolo@suse.com
|
|
|
|
- add autoconf as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 22 19:02:41 UTC 2010 - gber@opensuse.org
|
|
|
|
- update to version pre1.0.0~18
|
|
* bugfixes mainly regarding MIME and charset handling
|
|
* impoved output for --debug
|
|
- dropped obsolete slrn-0.9.9p1-fix-bufferoverflow.diff patch
|
|
- disabled SSL support by default until upstream gets around to
|
|
making it work reliably
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 21 08:06:06 UTC 2010 - guido+opensuse.org@berhoerster.name
|
|
|
|
- do not strip binaries
|
|
- fix rpmlint warnings
|
|
* split off -lang subpackage
|
|
* recompress source
|
|
- further cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 27 10:12:29 UTC 2009 - guido+opensuse.org@berhoerster.name
|
|
|
|
- corrected licence information
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 26 23:14:55 CET 2009 - guido+opensuse.org@berhoerster.name
|
|
|
|
- enable SSL support
|
|
- drop unnecessary build dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 26 09:23:31 CET 2009 - guido+opensuse.org@berhoerster.name
|
|
|
|
- updated to 0.9.9p1:
|
|
* many bugfixes
|
|
- dropped fromsearch patch which has been integrated upstream
|
|
- rebased other patches
|
|
- added fix for buffer overflow in src/art.c
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 30 18:00:35 CEST 2008 - schwab@suse.de
|
|
|
|
- Work around autoconf limitation.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 25 15:03:07 CET 2008 - crrodriguez@suse.de
|
|
|
|
- fix file-not-in-lang errors
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 14 17:54:36 CET 2006 - prusnak@suse.cz
|
|
|
|
- fixed author search (fromsearch.diff) [#202560]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:41:40 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 12 15:25:59 CEST 2005 - nadvornik@suse.cz
|
|
|
|
- updated to 0.9.8.1pl1:
|
|
* slang2 support
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 02 16:11:54 CEST 2004 - nadvornik@suse.cz
|
|
|
|
- do not send 8859-1 characters to UTF-8 slang [#37854]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 25 16:20:16 CET 2004 - mmj@suse.de
|
|
|
|
- Invoke autoreconf to fix /usr/sbin/sendmail detection
|
|
- Add postfix to #neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 20 10:53:09 CET 2004 - mmj@suse.de
|
|
|
|
- Update to 0.9.8.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 18:35:07 CET 2004 - adrian@suse.de
|
|
|
|
- add %defattr
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
|
|
|
- removed bogus self-provides
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 19 19:15:37 CEST 2002 - mmj@suse.de
|
|
|
|
- Correct PreReq
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 6 00:53:52 CEST 2002 - ro@suse.de
|
|
|
|
- specify slang library location for configure
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 31 15:57:21 CEST 2002 - ro@suse.de
|
|
|
|
- changed neededforbuild <slang> to <slang slang-devel>
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 30 15:34:04 CET 2001 - nadvornik@suse.cz
|
|
|
|
- update to 0.9.7.3:
|
|
- gettext is used, support for da, de, it, nl, pl, ru
|
|
- minor UI changes, bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 29 09:57:36 CEST 2001 - nadvornik@suse.cz
|
|
|
|
- update to 0.9.7.1
|
|
- added script for SuSE menu [bug #8128]
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 11:48:51 CET 2000 - nadvornik@suse.cz
|
|
|
|
- update to 0.9.6.3
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 09:48:08 CEST 2000 - nadvornik@suse.cz
|
|
|
|
- fixed Copyright
|
|
- used bzip2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 20:35:42 CEST 2000 - bjacke@suse.de
|
|
|
|
- added UTF8 reading support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 22 09:00:29 CEST 2000 - nadvornik@suse.cz
|
|
|
|
- used %{_defaultdocdir}
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 18 15:44:41 CEST 2000 - nadvornik@suse.cz
|
|
|
|
- changed Group tag
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 24 11:02:47 CET 2000 - nadvornik@suse.cz
|
|
|
|
- added URL
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 13 15:28:52 CET 2000 - @suse.cz
|
|
|
|
- upgrade to 0.9.6.2
|
|
- added BuildRoot
|
|
- removed Makefile.Linux
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 3 09:59:05 CET 2000 - fehr@suse.de
|
|
|
|
- move man pages to /usr/share/man
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 4 11:21:29 MET 2000 - fehr@suse.de
|
|
|
|
- fix y2k problem in NEWGROUPS command
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 27 09:36:48 GMT 1999 - fehr@suse.de
|
|
|
|
- update to 0.9.5.7
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 16 22:35:09 MEST 1998 - florian@suse.de
|
|
|
|
- simplified spec-file
|
|
- update to 0.9.5.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 3 16:59:59 MET 1997 - bs@suse.de
|
|
|
|
- added exit 0 to %pre
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 27 22:13:33 MET 1997 - florian@suse.de
|
|
|
|
- update to 0.9.4.3
|
|
|
|
----------------------------------------------------------------------------
|
|
Wed Nov 19 13:08:17 MET 1997 - florian@suse.de
|
|
|
|
- move config files to /var/lib/slrn
|
|
|
|
- add bug-fix to slrn
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
|
|
|
|
|
|
- update to new version 0.9.3.2
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
|
|
|
|
|
|
- update to new version 0.9.1.1
|
|
|
|
|
|
------------------------------------------------------------------------
|
|
Mon Sep 2 03:06:07 MET DST 1996
|
|
|
|
"set group_dsc_start_column" fix.
|