mawk/mawk.changes
Stephan Kulow 15e6e8572f Accepting request 99588 from Base:System
- added mawk-1.3.4-fix-regex-matching.patch which adds limit-check
  after processing match(test, "[^0-9A-Za-z]") to ensure the
  internal trailing null of the test-string is not mistaken for
  part of the string (backported from development snapshot,
  bnc#740484)
- specfile cleanup

OBS-URL: https://build.opensuse.org/request/show/99588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mawk?expand=0&rev=8
2012-01-10 13:51:07 +00:00

42 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Jan 10 10:00:25 UTC 2012 - gber@opensuse.org
- added mawk-1.3.4-fix-regex-matching.patch which adds limit-check
after processing match(test, "[^0-9A-Za-z]") to ensure the
internal trailing null of the test-string is not mistaken for
part of the string (backported from development snapshot,
bnc#740484)
- specfile cleanup
-------------------------------------------------------------------
Mon Feb 22 19:13:57 UTC 2010 - guido+opensuse.org@berhoerster.name
- use update-alternatives
-------------------------------------------------------------------
Fri Feb 19 18:44:33 UTC 2010 - guido+opensuse.org@berhoerster.name
- add copyright note for integration into Factory
-------------------------------------------------------------------
Fri Feb 19 11:34:39 UTC 2010 - guido+opensuse.org@berhoerster.name
- cleaned up specfile, added explanatory comment
-------------------------------------------------------------------
Tue Feb 17 09:35:10 UTC 2010 - guido+opensuse.org@berhoerster.name
- added check section
- use external changelog
- dropped mawk-1.3.4-fix-gcc-bogus-warning.patch, passing --enable-warnings to
configure correctly marks the affected functions with GCC's noreturn
attribute (thanks to T. Dickey for clarifying)
- added patch fixing path handling issues with the make check target and
associated scripts
-------------------------------------------------------------------
Tue Dec 23 00:00:00 UTC 2009 - guido+opensuse.org@berhoerster.name
- initial packaging of mawk