Displaying 20 results from an estimated 10000 matches similar to: "Mercurial repositories for ManageSieve and Sieve"
2009 Jul 19
0
Changed URL of the Sieve Mercurial repository.
Hi,
I've changed the name of the Sieve Mercurial repository form
dovecot-libsieve to dovecot-1.2-sieve, to signify the Dovecot version it
applies to. The URL thus looks as follows:
http://hg.rename-it.nl/dovecot-1.2-sieve
Note that there are already dovecot-2.0-sieve and
dovecot-2.0-managesieve repositories, but these are still somewhat
broken in multiple ways and I wouldn't call
2009 Sep 18
0
Question about installing managesieve
I'm reading http://wiki.dovecot.org/ManageSieve/Install .
I already use mercurial queues.
These are the steps I see to install:
hg clone http://hg.dovecot.org/dovecot-1.2
cd dovecot-1.2
hg clone http://hg.rename-it.nl/dovecot-1.2-managesieve-patch .hg/
patches
hg qpush
Do the steps change?
Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 May 31
5
Dovecot / Sieve
Hi,
As the "new Sieve implementation" is using a "gratefully stolen copy of
deliver.c from dovecot" (i.e. a dirty code in mail-raw.c), would it be
possible for the Sieve piece
1 - to be using files from dovecot directly rather than
copying&changing it (which is very bad for maintenance)
2 - to be incorporated in the hg/mercurial tree of dovecot ?
Thanks a lot
2010 Mar 11
2
[Xen-API] [XCP] domain 0 kernel patch queue published
The kernel patch queue used by the Xen Cloud Platform domain 0 has been
published at:
http://xenbits.xen.org/XCP/linux-2.6.27.pq.hg
This kernel has been the recipient of extensive testing and performance
optimization and is actively maintained with the latest stable drivers.
There is ongoing work to merge patches which are not currently upstream
into the paravirtops tree or to remove the
2010 Mar 11
2
[Xen-API] [XCP] domain 0 kernel patch queue published
The kernel patch queue used by the Xen Cloud Platform domain 0 has been
published at:
http://xenbits.xen.org/XCP/linux-2.6.27.pq.hg
This kernel has been the recipient of extensive testing and performance
optimization and is actively maintained with the latest stable drivers.
There is ongoing work to merge patches which are not currently upstream
into the paravirtops tree or to remove the
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
I''m happy to announce that we have moved the xen-unstable.hg
Solaris dom0 development out to the OpenSolaris community.
For hard core developers, you can download, build, and
run Solaris dom0 and xen-unstable bits following the
instructions at the end of this post. We are currently
sync''d up to changeset #17644 (~May 15th). Hopefully we
will sync up with xen-unstable.hg every
2010 Jan 13
0
Sieve and ManageSieve for Dovecot v2.0 merged into one repository
Hi,
I've merged the Mercurial repositories for Sieve and ManageSieve for
Dovecot v2.0 into one repository:
http://hg.rename-it.nl/dovecot-2.0-pigeonhole
This simplifies the build process significantly. It also allows tightly
integrating the implementation of the script storage with the main Sieve
library, enabling the possibility to implement alternate means of script
storage, like for
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users,
Finally, after little more than a year, I finished the first release of
the new Sieve implementation for Dovecot.
The main reason for rewriting the Sieve engine is to provide more
reliable script execution and to provide better error messages to users
and system administrators. Also, since the Sieve language evolves
quickly, with new language extensions published every
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users,
Finally, after little more than a year, I finished the first release of
the new Sieve implementation for Dovecot.
The main reason for rewriting the Sieve engine is to provide more
reliable script execution and to provide better error messages to users
and system administrators. Also, since the Sieve language evolves
quickly, with new language extensions published every
2008 Mar 08
1
Automatic Debian repository with packages for Dovecot-1.1 including Sieve and ManageSieve support.
Hello Dovecot users,
For those of you who like to live on the edge, there is now a
Debian-testing repository available with hourly updates from recent
Dovecot-1.1 changes in the Mercurial repositories. It automatically
releases a new set of packages if it notices any changes in any of the
repositories. The packages are built with dovecot-sieve-1.1 and
dovecot-1.1-managesieve included.
2006 Nov 02
0
Mercurial repository for zfs-crypto
First let me say I''m deeply sorry for the mail storm that seeding the
new hg/zfs-crypto/gate repository caused.
An explanation of what happened and why can be found on my blog:
http://blogs.sun.com/darren/entry/sorry_mercurial_hg_push_oops
There is also a discussion going on in the tools community on how to
ensure this doesn''t happen again:
2011 Jan 03
3
experimental mercurial repository available
Hi,
Quite a few people have asked to be able to access OpenSSH sources using a
DVCS, so I have made a Mercurial repository available at
http://hg.mindrot.org/openssh
You can fetch a copy using:
hg clone http://hg.mindrot.org/openssh openssh
You can also view the web interface directly, which might be handy for
fetching diffs of changesets to cherry-pick.
The repository is synchronised
2007 May 29
2
dovecot-sieve-1.0 (hg) does not build
Hi,
the dovecot-sieve plugin from the hg repository
(http://hg.dovecot.org/dovecot-sieve-1.0/) does not build against
current dovecot-1.0 repository.
/bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -DENABLE_REGEX -o
sievec sievec.o map.o imparse.o
2007 May 19
1
CVS to Mercurial switch
I've been meaning to switch away from CVS for a few years now, but I was
never sure what I wanted to switch to, so I kept delaying it. I finally
decided yesterday that Mercurial is pretty nice.
The Mercurial repository is available from http://hg.dovecot.org/ (has a
nice web interface). I wrote a small Mercurial mini-howto below. I'm not
a Mercurial expert yet, so if you know better ways
2007 May 19
1
CVS to Mercurial switch
I've been meaning to switch away from CVS for a few years now, but I was
never sure what I wanted to switch to, so I kept delaying it. I finally
decided yesterday that Mercurial is pretty nice.
The Mercurial repository is available from http://hg.dovecot.org/ (has a
nice web interface). I wrote a small Mercurial mini-howto below. I'm not
a Mercurial expert yet, so if you know better ways
2018 Aug 10
0
Error compiling pigeonhole managesieve 0.4.24
Yep
On 10.08.2018 11:06, davide marchi wrote:
> Thanks Aki for your quick response!! I'm sorry, so i have to compile
> and install dovecot version 2.2.36 before compiling and install
> pigeonhole 0.4.24? If so sorry for my noob approach
>
> Il giorno ven 10 ago 2018 alle ore 09:55 Aki Tuomi
> <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> ha scritto:
2011 Aug 19
0
[LLVMdev] git Status
On Aug 18, 2011, at 10:57 AM, David Greene wrote:
>
> Did the project ever come to a decision about making a transition to
> git? I'm trying to do some longer-term planning and it would be helpful
> to know what the roadmap is.
Me too. I've been catching up on the thread from a couple weeks ago, and I didn't see any clear conclusion. I have some comments about the
2010 Aug 16
5
pigeonhole
Hi,
I'm trying to compile the last mercurial release of dovecot-pigeonhole
2.0 and get this error:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -Wstrict-aliasing=2 -I/usr/kerberos/include -o
.libs/sievec sievec.o -Wl,--export-dynamic
../../src/lib-sieve/.libs/libdovecot-sieve.so
2013 Dec 17
1
mercurial repository
Hi,
the mercurial repository http://hg.mindrot.org/openssh hasn't been
updated since a while now - are there any plans on bringing it back
up-to-date again? Is there anything I could do to help with that?
Thanks
Cheers
Petr
--
Petr Cerny
Mozilla/OpenSSH maintainer for SUSE Linux
2005 Oct 04
1
Looking for a link to mercurial tutorial
Mercurial(hg) Cheatsheet for Xen
================================
Written by Andrew Warfield, extended by Michael Fetterman and Ian Pratt
June 29, 2005, extended by Grzegorz Milos 04 July 2005.
Overview
--------
The Xen project has moved from BitKeeper to Mercurial for source
control. This note aims to provide a quick guide to getting up and
running with the new tools as quickly as possible,