Bug#999918: [Pkg-zsh-devel] Bug#999918: Bug#999918: Bug#999918: zsh: depends on obsolete pcre3 library

2023-07-01 Thread Axel Beckert
Hi Bastian,

Bastian Germann wrote:
> zsh builds without libpcre3-dev installed.

Yeah, I know. Did that before.

> Please consider dropping the dependency until the next version is
> released.

Nope. That's only my last resort.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#999918: [Pkg-zsh-devel] Bug#999918: Bug#999918: zsh: depends on obsolete pcre3 library

2023-07-01 Thread Bastian Germann

zsh builds without libpcre3-dev installed.
Please consider dropping the dependency until the next version is released.



Bug#999918: [Pkg-zsh-devel] Bug#999918: Bug#999918: zsh: depends on obsolete pcre3 library

2023-06-02 Thread Axel Beckert
Control: tag -1 + fixed-upstream

Hi Jeremy,

Jeremy Bícha wrote:
> It looks like this was fixed upstream with
> https://github.com/zsh-users/zsh/commit/b62e91134

Ah, nice. Thanks for the hint!

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#999918: [Pkg-zsh-devel] Bug#999918: zsh: depends on obsolete pcre3 library

2023-06-01 Thread Jeremy Bícha
Control: tags -1 +patch

It looks like this was fixed upstream with
https://github.com/zsh-users/zsh/commit/b62e91134

Thank you,
Jeremy Bícha



Bug#999918: zsh: depends on obsolete pcre3 library -- tracked in Ubuntu as well

2021-11-28 Thread Axel Beckert
Hi,

JFTR: This is tracked in Ubuntu as well. The according bug report is at
https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/1792544, affects
many packages and exists for quite a while now.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#999918: [Pkg-zsh-devel] Bug#999918: zsh: depends on obsolete pcre3 library

2021-11-26 Thread Axel Beckert
Control: tag -1 + confirmed

Hi,

Daniel Shahaf wrote:
> Matthew Vernon wrote on Thu, Nov 18, 2021 at 11:49:09 +:
> > The newer PCRE2 library was first released in 2015, and has been in
> > Debian since stretch. Upstream's documentation for PCRE2 is available
> > here: https://pcre.org/current/doc/html/

Known, yes.

> Is there a pcre1→pcre2 upgrade guide for library consumers?

I haven't found one when I approached this topic a year or two ago,
when this already popped up in Ubuntu.

> I guess there's more to the upgrade than s/pcre_foo/pcre2_foo/g in
> our code, or they wouldn't have bumped the major version number.

Definitely.

> Is there a summary of the regex syntax differences between pcre1 and
> pcre2?

I'm quite sure that the regexp syntax didn't change. It's still — as
the name says — Perl Compatible Regular Expressions. As far as I
understood it, it's mainly the API to access the library which
changed.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#999918: zsh: depends on obsolete pcre3 library

2021-11-26 Thread Daniel Shahaf
Control: tags -1 upstream

Good morning Matthew,

Matthew Vernon wrote on Thu, Nov 18, 2021 at 11:49:09 +:
> The newer PCRE2 library was first released in 2015, and has been in
> Debian since stretch. Upstream's documentation for PCRE2 is available
> here: https://pcre.org/current/doc/html/

Is there a pcre1→pcre2 upgrade guide for library consumers?  I guess
there's more to the upgrade than s/pcre_foo/pcre2_foo/g in our code, or
they wouldn't have bumped the major version number.

Is there a summary of the regex syntax differences between pcre1 and
pcre2?

I couldn't find either of these anywhere.

Cheers,

Daniel