~alpine/aports

main/dovecot: Bugfix upgrade to 2.2.21 v1 PROPOSED

Valery Kartel: 1
 main/dovecot: Bugfix upgrade to 2.2.21

 1 files changed, 2 insertions(+), 2 deletions(-)
Yeah, I forgot about checksums :)
I'll put all 3 commits together and will resend it.
> -     _mv $(cd "$pkgdir" && find usr -name '*_mysql*')
> +     _mv $(cd "$pkgdir" && find usr -name *_mysql*)
> I don't think you can remove the quotation there....
I think the quotation have no sence because search templates have no spaces
or any other quotation-aware chars (and it really works).

2015-12-23 8:44 GMT+02:00 Timo Teras <timo.teras@iki.fi>:
> Yeah, I forgot about checksums :)
> I'll put all 3 commits together and will resend it.
> 
> > -     _mv $(cd "$pkgdir" && find usr -name '*_mysql*')
> > +     _mv $(cd "$pkgdir" && find usr -name *_mysql*)
> > I don't think you can remove the quotation there....  
> 
> I think the quotation have no sence because search templates have no
> spaces or any other quotation-aware chars (and it really works).
It is pure luck then. It is shell executing that line. And if there's a
file / directory matching the *foo* pattern, the shell would expand the
wildcards. The quotation is needed to make sure shell does not do
wildcard expansion.

/Timo



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Ok. In merged commit I leave quotation in place.

2015-12-23 14:59 GMT+02:00 Timo Teras <timo.teras@iki.fi>:
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1979/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/dovecot: Bugfix upgrade to 2.2.21 Export this patch

It's a re-commit of http://patchwork.alpinelinux.org/patch/1232/ which is accepted but somehow not applied in git
---
 main/dovecot/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index 16356b2..693da6e 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -3,8 +3,8 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dovecot
pkgver=2.2.20
pkgrel=1
pkgver=2.2.21
pkgrel=0
pkgdesc="IMAP and POP3 server"
url="http://www.dovecot.org/"
arch="all"
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Hi,

On Wed, 23 Dec 2015 00:51:25 +0200
Valery Kartel <valery.kartel@gmail.com> wrote:
> It's a re-commit of http://patchwork.alpinelinux.org/patch/1232/
> which is accepted but somehow not applied in git ---
Sorry. I was marking done patches that were applied, but not recognized
as such in patchworks. This may have been accidentally set by me.
Sorry, and thank you for the resubmission.