pcre/_service
Stephan Kulow 02a6e421d4 - Update to version 8.12
* This release fixes some bugs in pcregrep, one of which caused the tests to fail
   on 64-bit big-endian systems. There are no changes to the code of the library.
- Update to version 8.11
 * A number of bugs in the library and in pcregrep have been fixed. As always, see
  ChangeLog for details. The following are the non-bug-fix changes:
  Added --match-limit and --recursion-limit to pcregrep.
  Added an optional parentheses number to the -o and --only-matching options
  of pcregrep.
  Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
  \B.
  Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a
  bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD.
  Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_
   START_OPTIMIZE option, which is now allowed at compile time

OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=20
2011-03-09 14:28:08 +00:00

12 lines
492 B
Plaintext

<services>
<service name="download_url">
<param name="protocol">ftp</param>
<param name="host">ftp.csx.cam.ac.uk</param>
<param name="path">/pub/software/programming/pcre/pcre-8.12.tar.bz2</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:pcre-8.12.tar.bz2</param>
<param name="verifier">sha256</param>
<param name="checksum">c63070d461edc451ec9457f2324e152a531e907d5c5d2d8f8121e725acd1aeec</param>
</service>
</services>