search for: dgit

Displaying 12 results from an estimated 12 matches for "dgit".

2017 May 04
2
Bug#861660: Xen package security updates for jessie 4.4, XSA-213, XSA-214
Moritz Muehlenhoff writes ("Re: Xen package security updates for jessie 4.4, XSA-213, XSA-214"): > On Thu, May 04, 2017 at 05:59:18PM +0100, Ian Jackson wrote: > > Should I put jessie-security in the debian/changelog and dgit push it > > (ie, from many people's pov, dput it) ? > > Yes, the distribution line should be jessie-security, but please send > a debdiff to team at security.debian.org for a quick review before > uploading (I have no idea whether dgit supports security-master). I'll sen...
2018 Aug 23
3
git workflow, redux
...ead of feelings Well, I don't propose to actually try doing the same task two different ways, at least unless I completely fail to manage it the first way I try. But I will consider some scenarios: packaging-only git-debrebase Build binaries 100 lines of dgit sbuild -A for release instructions! or + pbuilder/sbuild dgit pbuilder [options] Build binaries ??? no idea dpkg-buildpackage -uc -b ad hoc for README.source testing dirties the tree New upstream ??? no idea how...
2018 Oct 05
4
Entirely new Xen packaging
...install, it worked first time ! I have generated 18 patches to go upstream which I have sent to xen-devel. There are two more, xenstore ABI patches, which need a bit of tidying up. There is still room for improvement but it is now clearly ready for sharing so I uploaded it. The result is now in dgit/dgit/sid, and salsa/master. I do not know if it builds other than on amd64. I hope so, because I have stripped out a lot of cruft. If there are build failures we will have to fix them. Debian FTP Masters writes ("xen_4.11.1~pre.20180911.5acdd26fdc+dfsg-1~exp1_multi.changes ACCEPTED into ex...
2018 Aug 24
2
git workflow, redux
...gitk --date-order The "Declare fast forward" commits you see have an older history (usually, an older delta queue) as one parent, and a newer history as the other. --date-order makes gitk show the delta queues in order. Show complete diff since the last upload: git diff dgit/dgit/sid..HEAD -- :/ :!/debian/patches (Includes changes to upstream files.) Show interdiff of patches, if you really want that: git debrebase make-patches git diff dgit/dgit/sid..HEAD -- debian/patches Also of course there is git debrebase status I think some of this inf...
2017 May 04
3
Bug#861660: Xen package security updates for jessie 4.4, XSA-213, XSA-214
...e remains unfixed. > > I think I may be able to find some backports somewhere. Would that be > > useful ? Is anyone else working on this ? > > Yes, please! Working on it now. What shall I do with my resulting package ? Should I put jessie-security in the debian/changelog and dgit push it (ie, from many people's pov, dput it) ? Ian.
2017 Jun 20
4
Updated Xen packages for XSA 216..225
FYI I will have an upload ready RSN. Where should I send it ? Matthew Vernon has offered to test my amd64 binaries. I will test the i386 packages myself. Ian.
2018 Apr 30
4
debian-xen git workflow
.../alioth-lists.debian.net/pipermail/pkg-xen-devel/2017-December/007118.html https://alioth-lists.debian.net/pipermail/pkg-xen-devel/2018-January/007153.html Those messages got zero feedback from anyone(!!), so I just continued working in that way. It was only in March 2018 when I learned about the dgit system and discovered the part of the packaging for the current Stretch release. However, after playing around for a few hours with dgit, I wasn't able to construct a local repository which made much sense. What I ended up with was multiple initial commits and unrelated branches based without f...
2017 May 04
4
Xen package security updates for jessie 4.4, XSA-213, XSA-214
Moritz Muehlenhoff writes ("Re: Xen package security updates for jessie 4.4, XSA-213, XSA-214"): > Yes, the distribution line should be jessie-security, but please send > a debdiff to team at security.debian.org for a quick review before > uploading (I have no idea whether dgit supports security-master). Here is the proposed debdiff (actually, a git diff) for xen in jessie. My ARM test build is still running but I think it's going to work. I have actually tested the i386 package. Can I do a source-only upload ? Ian. diff --git a/debian/changelog b/debian/changel...
2018 Oct 06
2
Entirely new Xen packaging
...18 patches to go upstream which I have sent to > > xen-devel. There are two more, xenstore ABI patches, which need a bit > > of tidying up. > > > > There is still room for improvement but it is now clearly ready for > > sharing so I uploaded it. The result is now in dgit/dgit/sid, and > > salsa/master. > > This is an amazing amount of improvements, really nice! > > I've spent last hour looking around, and did build packages for stretch. > I'm going to install them probably tomorrow. > > The comments about why things are in a certa...
2017 May 04
2
Xen package security updates for jessie 4.4, XSA-213, XSA-214
Ian Jackson writes ("64bit PV guest breakout [XSA-213]"): > Source: xen > Version: 4.4.1-9 > Severity: important > Tags: security upstream fixed-upstream > > See > https://xenbits.xen.org/xsa/advisory-213.html Ian Jackson writes ("grant transfer allows PV guest to elevate privileges [XSA-214]"): > Source: xen > Version: 4.4.1-9 > Severity:
2008 Nov 03
0
asterisk src=dst
Hi all I saw in the CDR stocked in mysql as well as those in the csv file that some time, the src field is the same as the dst field which is the extension. When does it happens. Here, we have 4 dgits extensions and most of the time the dst field is the extension and the src field is the 10 digit customer phone number. Do you know when does this happens ?? Thanks Ruddy Gbaguidi http://www.astblog.com
2010 Apr 16
0
memory leak observed with valgrind on CentOS release 5.4 (Final)
Hi All, Not sure exactly a memory leak or not. I was porting my nagios from Redhat 7.3 to CentOS 5.4 and I observed the memory usage was gradually increasing on the new centos box. When I ran all my perl plugins with Valgrind -3.2.1, all the plugins complained about a memory leak. Not sure if it's a leak or if its fault with valgrind way of evaluating things. I have attached