Displaying 20 results from an estimated 400 matches similar to: "deb package for dovecot-1.0.3 with MANAGESIEVE patch"
2006 Feb 19
1
r26 - in trunk/debian: . patches
Author: ultrotter
Date: 2006-02-19 18:38:10 +0000 (Sun, 19 Feb 2006)
New Revision: 26
Added:
trunk/debian/patches/30xenchangeset.dpatch
Modified:
trunk/debian/patches/00list
trunk/debian/patches/10sysconfig.dpatch
trunk/debian/rules
Log:
Add 10sysconfig.dpatch description
Add 30xenchangeset.dpatch to make the xen changeset configurable
Force the xen changeset to be the correct one
2007 Jul 17
1
Bug#389320: Patch to add ia64 support
Tags: patch fixed-upstream
Patch below allows this package to be built on ia64. Xen has supported
ia64 since ~3.0.1. Thanks,
Alex
diff -urN a/xen-3.0-3.0.4-1/debian/arch/defines b/xen-3.0-3.0.4-1/debian/arch/defines
--- a/xen-3.0-3.0.4-1/debian/arch/defines 2007-07-17 12:40:58.000000000 -0600
+++ b/xen-3.0-3.0.4-1/debian/arch/defines 2007-07-17 12:41:17.000000000 -0600
@@ -5,3 +5,4 @@
2008 Mar 14
1
Sucess with Powerware 5115A over USB!
THE GOOD:
NUT is able to communicate with my Powerware 5115A over USB using the
bcmxcp_usb driver:
ambient.temperature: 38
battery.charge: 99
battery.runtime: 9000
battery.voltage: 27.07
driver.name: bcmxcp_usb
driver.parameter.pollinterval: 2
driver.parameter.port: auto
driver.version: 2.2.1
driver.version.internal: 0.13
input.frequency: 50.34
input.voltage: 235
output.current: 0.0
2007 Aug 01
5
v1.0.3 released
http://dovecot.org/releases/1.0/dovecot-1.0.3.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.3.tar.gz.sig
- deliver: v1.0.2's bounce fix caused message to be always saved to
INBOX even if Sieve script had discard, reject or redirect commands.
- LDAP: auth_bind=yes and empty auth_bind_userdn leaked memory
- ACL plugin: If user was given i (insert) right for a mailbox, but
not all
2007 Aug 01
5
v1.0.3 released
http://dovecot.org/releases/1.0/dovecot-1.0.3.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.3.tar.gz.sig
- deliver: v1.0.2's bounce fix caused message to be always saved to
INBOX even if Sieve script had discard, reject or redirect commands.
- LDAP: auth_bind=yes and empty auth_bind_userdn leaked memory
- ACL plugin: If user was given i (insert) right for a mailbox, but
not all
2006 Feb 18
1
r19 - in trunk/debian: . patches
Author: tha-guest
Date: 2006-02-18 16:38:52 +0000 (Sat, 18 Feb 2006)
New Revision: 19
Modified:
trunk/debian/control
trunk/debian/patches/00list
trunk/debian/rules
trunk/debian/xen-hypervisor-pae.install
trunk/debian/xen-hypervisor.install
Log:
- changed debian/rules to build a pae hypervisor on i386
(has to be done after the "make dist" for the non-pae stuff)
- changed
2006 Feb 18
1
r24 - trunk/debian/patches
Author: tha-guest
Date: 2006-02-18 22:55:21 +0000 (Sat, 18 Feb 2006)
New Revision: 24
Removed:
trunk/debian/patches/30rename-pae-hypervisor.dpatch
Log:
Guido found a better way to have the pae hypervisor installed with
another name without patching upstream and it seems to work as good
as the patched upstream version, so I removed my patch from svn again.
There seems to be no need to just
2007 Jul 17
0
Bug#433533: xen-3.0: warnings building source diff after first attempt
Package: xen-3.0
Version: 3.0.4-1-1
Severity: minor
Starting from a fresh source package, if you build the package once and
then attempt to build it again, there are file permissions not being
cleaned up that then cause warnings when building the source package. Here
is the section of the build log:
dh_clean
dpkg-source -b xen-3.0-3.0.4-1
dpkg-source: building xen-3.0 using existing
2006 Feb 23
1
Building release source DEBs [signed]
I've been working on a buildrelease.sh script to call hg2dist.sh,
export debian/ from svn and run dpkg-source for me. When I ran
dpkg-source I noticed that it gave warnings regarding the *.dpatch files
being chmod 0755 is there any reason to maintain this within the
repository or would 0644 suffice and remove these warnings from dpkg-source?
Regards,
Jeremy
--
2007 Feb 02
1
Bug#409355: xen-utils-common: please make width of hostname column in xentop wider
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: wishlist
Tags: patch
Currently when hostnames are wider than 10 chars, the xentop output is messed up.
Please add the following patch to support up to 20 chars, or better yet, allow the
columns to auto size :)
#! /bin/sh /usr/share/dpatch/dpatch-run
## xentop-name-width.dpatch by <apeeters@lashout.net>
##
## All lines beginning with
2006 Feb 17
1
r9 - trunk/debian
Author: ultrotter
Date: 2006-02-17 06:56:29 +0000 (Fri, 17 Feb 2006)
New Revision: 9
Modified:
trunk/debian/changelog
trunk/debian/control
Log:
Change the version and debian revision, as agreed on the ML
Start tracking the bugs that need to be closed on upload
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog
2005 Sep 12
1
optimizing for via C3
Hi
I'm trying to build an Asterisk packages for a C3 system (256MB memory,
cpuinfo below).
/proc/cpuinfo:
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 9
model name : VIA Nehemiah
stepping : 8
cpu MHz : 1000.736
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu
2012 Nov 12
2
[PATCH -next] virtio: balloon: fix missing unlock on error in fill_balloon()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Add the missing unlock before return from function fill_balloon()
in the error handling case.
Introduced by 9864a8(virtio_balloon: introduce migration primitives
to balloon pages)
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
2012 Nov 12
2
[PATCH -next] virtio: balloon: fix missing unlock on error in fill_balloon()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Add the missing unlock before return from function fill_balloon()
in the error handling case.
Introduced by 9864a8(virtio_balloon: introduce migration primitives
to balloon pages)
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
2006 Feb 19
1
Contacting upstream
Hi,
during the week I was thinking to send an email to the upstream development list
to see if, at some point in the future, we might have the changes needed for us
not to patch their package, or to reduce our patches even more...
The points I was going to touch were:
/etc/sysconfig:
We'd like, if it's possible, to have this be configurable at build
time... The default can remain like
2006 Jan 17
0
asterisk.ctl limitations
Hi
I wrote a small patch to netcat to work with unix domain sockets to
enable me to communicate with an asterisk daemon through the
unix-domain socket /var/run/asterisk/asterisk.ctl .
Only then I noticed that reading the code is done very differently than
a typical network protocol: it expects every command in a separate read.
Basically I used the following filter to pipe commands from the
2013 Dec 13
0
[PATCH V10 07/14] xen/x86: remove duplicated include from enlighten.c
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
arch/x86/xen/enlighten.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff
2012 Oct 07
0
[PATCH] xen/x86: remove duplicated include from enlighten.c
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
arch/x86/xen/enlighten.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index bf788d3..061b148
2012 Oct 07
0
[PATCH] xen/x86: remove duplicated include from enlighten.c
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
arch/x86/xen/enlighten.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index bf788d3..061b148
2006 Feb 20
1
r40 - trunk/debian
Author: tha-guest
Date: 2006-02-20 18:22:11 +0000 (Mon, 20 Feb 2006)
New Revision: 40
Modified:
trunk/debian/control
trunk/debian/rules
Log:
- changed "hotplug | udev (>=0.059)" dependency to "hotplug | udev"
- removed "hotplug" as build-dependency
- updated rules file to have hotplug & udev etc files installed
Modified: trunk/debian/control