netpbm: update to 11.00.00.
This commit is contained in:
parent
d0d3af89e8
commit
de57485aaa
2 changed files with 3 additions and 15 deletions
|
@ -639,18 +639,6 @@ diff -up netpbm-10.58.01/editor/pnmhisteq.c.security-code netpbm-10.58.01/editor
|
||||||
MALLOCARRAY(lumahist, maxval + 1);
|
MALLOCARRAY(lumahist, maxval + 1);
|
||||||
if (lumahist == NULL)
|
if (lumahist == NULL)
|
||||||
pm_error("Out of storage allocating array for %u histogram elements",
|
pm_error("Out of storage allocating array for %u histogram elements",
|
||||||
diff -up netpbm-10.58.01/editor/pnmindex.csh.security-code netpbm-10.58.01/editor/pnmindex.csh
|
|
||||||
--- netpbm-10.58.01/editor/pnmindex.csh.security-code 2012-04-09 15:31:33.000000000 +0200
|
|
||||||
+++ netpbm-10.58.01/editor/pnmindex.csh 2012-04-09 15:40:03.221619564 +0200
|
|
||||||
@@ -1,5 +1,8 @@
|
|
||||||
#!/bin/csh -f
|
|
||||||
#
|
|
||||||
+echo "Unsafe code, needs debugging, do not ship"
|
|
||||||
+exit 1
|
|
||||||
+#
|
|
||||||
# pnmindex - build a visual index of a bunch of anymaps
|
|
||||||
#
|
|
||||||
# Copyright (C) 1991 by Jef Poskanzer.
|
|
||||||
diff -up netpbm-10.58.01/editor/pnmpad.c.security-code netpbm-10.58.01/editor/pnmpad.c
|
diff -up netpbm-10.58.01/editor/pnmpad.c.security-code netpbm-10.58.01/editor/pnmpad.c
|
||||||
--- netpbm-10.58.01/editor/pnmpad.c.security-code 2012-04-09 15:31:34.000000000 +0200
|
--- netpbm-10.58.01/editor/pnmpad.c.security-code 2012-04-09 15:31:34.000000000 +0200
|
||||||
+++ netpbm-10.58.01/editor/pnmpad.c 2012-04-09 15:40:03.221619564 +0200
|
+++ netpbm-10.58.01/editor/pnmpad.c 2012-04-09 15:40:03.221619564 +0200
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'netpbm'
|
# Template file for 'netpbm'
|
||||||
pkgname=netpbm
|
pkgname=netpbm
|
||||||
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
||||||
version=10.99.03
|
version=11.00.00
|
||||||
revision=1
|
revision=1
|
||||||
_githash=30afec0b7050d438e664f123b4faa97f9f7e6e20
|
_githash=0d782c278caeb9e70b1a5635d018168b09ecf2ba
|
||||||
_githash_guide=fb48776592aebf481e5b27db16786005dd965c71
|
_githash_guide=fb48776592aebf481e5b27db16786005dd965c71
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="netpbm-mirror-${_githash}"
|
build_wrksrc="netpbm-mirror-${_githash}"
|
||||||
|
@ -16,7 +16,7 @@ license="BSD-3-Clause,GPL-2.0-only,custom:netpbm"
|
||||||
homepage="http://netpbm.sourceforge.net/"
|
homepage="http://netpbm.sourceforge.net/"
|
||||||
distfiles="https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash}.tar.gz
|
distfiles="https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash}.tar.gz
|
||||||
https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash_guide}.tar.gz"
|
https://github.com/leahneukirchen/netpbm-mirror/archive/${_githash_guide}.tar.gz"
|
||||||
checksum="af26aa92eb7ae3e10cb3b084607c8cb812a6f975b2874b43bb653b7017ec7468
|
checksum="68940d516caf6348063cce2bb7990a3deb6c32aac23ae7d919ca41e20b6f25e4
|
||||||
cfe66c6f29c42ab006f640bae59cdea8e903aec80aca7a144504c74707572ddf"
|
cfe66c6f29c42ab006f640bae59cdea8e903aec80aca7a144504c74707572ddf"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue