mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
* Updated sipvicious to 0.2.4
This commit is contained in:
parent
d1c8f895c6
commit
c45dc4c3a7
4 changed files with 65 additions and 20 deletions
|
|
@ -1,12 +1,3 @@
|
|||
AUX sipvicious-gentoo.patch 591 RMD160 4f1d1e684e65675b0e43e05f0029739a91607e80 SHA1 70bee280b6ab646253bba4794844c38c6b57f8cb SHA256 7be8a7f904022c984ac7de997588fbb9ea3598cdb591b1c96048aaf64498d356
|
||||
MD5 65b42f2b6cb3d1dc9a9af956f93ad720 files/sipvicious-gentoo.patch 591
|
||||
RMD160 4f1d1e684e65675b0e43e05f0029739a91607e80 files/sipvicious-gentoo.patch 591
|
||||
SHA256 7be8a7f904022c984ac7de997588fbb9ea3598cdb591b1c96048aaf64498d356 files/sipvicious-gentoo.patch 591
|
||||
DIST sipvicious-0.2.1.tar.gz 49105 RMD160 cd0779441d15a223028304506e825ae09a05c819 SHA1 b851ceee3c63b7e26baa593faec64718401ac62b SHA256 44b8f1330394d7ee5c5a5ce92f71f1909241c1b2caa71c754c83930bc18bd737
|
||||
EBUILD sipvicious-0.2.1.ebuild 739 RMD160 7f7d0121adfb7dc7e168f7549bcb7d970198c4d1 SHA1 fccd3543ceb72f52f8f1e612d27b186e3e297cae SHA256 b0edef2a147e2737d3a658ebc95fdafb4a09f4e4e754070b05b7e0c9c8a71064
|
||||
MD5 fece15a881bfe320b594b94974cddb4c sipvicious-0.2.1.ebuild 739
|
||||
RMD160 7f7d0121adfb7dc7e168f7549bcb7d970198c4d1 sipvicious-0.2.1.ebuild 739
|
||||
SHA256 b0edef2a147e2737d3a658ebc95fdafb4a09f4e4e754070b05b7e0c9c8a71064 sipvicious-0.2.1.ebuild 739
|
||||
MD5 8e9b1f536da18d4813ef5af6096777cf files/digest-sipvicious-0.2.1 247
|
||||
RMD160 b25f25df22ddeeb5eba8d356058f6516508968ff files/digest-sipvicious-0.2.1 247
|
||||
SHA256 69ccd1c4629a718869e249a7a7e6f6e464fe759102f3e9d8c13f4a0d95ab11a2 files/digest-sipvicious-0.2.1 247
|
||||
AUX sipvicious-gentoo.patch 2701 RMD160 7377d9a2d7008bc7239afeb64d33e1cf2d9d66ee SHA1 f98fbb9bc89daa7a7d761d2957091ce7072b2234 SHA256 797a3187ba5f151a3f1ded9b0f9ebb1adfbe421e4d826f83e2e42641398635e5
|
||||
DIST sipvicious-0.2.4.tar.gz 264625 RMD160 cfc7110809e4dbd1dca2e2e21ba8e177cd990ae3 SHA1 15e3072c218f56a27f71e0b7311e27a2d00c1384 SHA256 925c5e20334b59f8b4dfa8b74af93cca91bb177f7927dc064b5c0b0eea42524b
|
||||
EBUILD sipvicious-0.2.4.ebuild 740 RMD160 a71e7d1f84c9997e37422be6e591ae4b0c946184 SHA1 9187ebe16c29b700c4a70f161ff5fa0b7dc17c94 SHA256 5dfd262adda243b92c8401281c02901cdde60fede475a1b2aebd729f9cf12cd5
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
MD5 a41df16fef97293f0623b1c59390b545 sipvicious-0.2.1.tar.gz 49105
|
||||
RMD160 cd0779441d15a223028304506e825ae09a05c819 sipvicious-0.2.1.tar.gz 49105
|
||||
SHA256 44b8f1330394d7ee5c5a5ce92f71f1909241c1b2caa71c754c83930bc18bd737 sipvicious-0.2.1.tar.gz 49105
|
||||
|
|
@ -1,7 +1,64 @@
|
|||
diff -Naur sipvicious.orig/helper.py sipvicious/helper.py
|
||||
--- sipvicious.orig/helper.py 2007-11-07 09:42:05.000000000 +0100
|
||||
+++ sipvicious/helper.py 2008-01-10 00:41:51.000000000 +0100
|
||||
@@ -634,7 +634,7 @@
|
||||
diff -Naur sipvicious-0.2.4.orig/fphelper.py sipvicious-0.2.4/fphelper.py
|
||||
--- sipvicious-0.2.4.orig/fphelper.py 2008-08-10 16:20:18.000000000 +0000
|
||||
+++ sipvicious-0.2.4/fphelper.py 2008-12-02 14:58:22.000000000 +0000
|
||||
@@ -70,7 +70,7 @@
|
||||
cPickle.dump(dynamicmatch,output)
|
||||
output.close()
|
||||
|
||||
-def fpdynamicstore(servername,regex,fpfile="totag"):
|
||||
+def fpdynamicstore(servername,regex,fpfile="/usr/lib/sipvicious/totag"):
|
||||
import shelve,os,logging
|
||||
log = logging.getLogger('fpdynamicstore')
|
||||
if regex is not None:
|
||||
@@ -82,7 +82,7 @@
|
||||
except OSError:
|
||||
return
|
||||
|
||||
-def fpexists(fpname,fpfile="totag"):
|
||||
+def fpexists(fpname,fpfile="/usr/lib/sipvicious/totag"):
|
||||
import shelve,logging
|
||||
log = logging.getLogger("fpexists")
|
||||
try:
|
||||
@@ -95,7 +95,7 @@
|
||||
dynamicmatch.close()
|
||||
return r
|
||||
|
||||
-def fpdynamic(dyn,fpfile="totag"):
|
||||
+def fpdynamic(dyn,fpfile="/usr/lib/sipvicious/totag"):
|
||||
import shelve
|
||||
import logging
|
||||
log = logging.getLogger("fpdynamic")
|
||||
@@ -147,7 +147,7 @@
|
||||
orderhash = ''
|
||||
return totalhashed,orderhash,hashedheaders
|
||||
|
||||
-def fpstatic(buffer,fullfn='staticfull',headersfn='staticheaders'):
|
||||
+def fpstatic(buffer,fullfn='/usr/lib/sipvicious/staticfull',headersfn='/usr/lib/sipvicious/staticheaders'):
|
||||
totalhashed,orderhashed,hashedheaders = hashstatic(buffer)
|
||||
import shelve
|
||||
fulldb = shelve.open(fullfn,writeback=True)
|
||||
@@ -184,7 +184,7 @@
|
||||
return True
|
||||
|
||||
|
||||
-def fpstore(servername,fullhash,headerhashes,fullfn='staticfull',headersfn='staticheaders'):
|
||||
+def fpstore(servername,fullhash,headerhashes,fullfn='/usr/lib/sipvicious/staticfull',headersfn='/usr/lib/sipvicious/staticheaders'):
|
||||
import shelve,logging
|
||||
log = logging.getLogger("fpstore")
|
||||
fulldb = shelve.open(fullfn)
|
||||
@@ -298,7 +298,7 @@
|
||||
splitbuff = buff.split(SEP,2)
|
||||
return(splitbuff[0])
|
||||
|
||||
-def groupwherepossible(fpnames,groupdb='groupdb'):
|
||||
+def groupwherepossible(fpnames,groupdb='/usr/lib/sipvicious/groupdb'):
|
||||
import shelve, logging, re
|
||||
log = logging.getLogger('grouphwerepossible')
|
||||
log.debug("entered")
|
||||
diff -Naur sipvicious-0.2.4.orig/helper.py sipvicious-0.2.4/helper.py
|
||||
--- sipvicious-0.2.4.orig/helper.py 2008-08-10 16:20:18.000000000 +0000
|
||||
+++ sipvicious-0.2.4/helper.py 2008-12-02 14:51:06.000000000 +0000
|
||||
@@ -818,7 +818,7 @@
|
||||
prefix='| ', postfix=' |',wrapfunc=lambda x: wrap_onspace(x,width))
|
||||
return o
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LICENSE="GPL-2"
|
|||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
RDEPEND=""
|
||||
S="${WORKDIR}/${PN}"
|
||||
#S="${WORKDIR}/${PN}"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
Loading…
Reference in a new issue