aboutsummaryrefslogtreecommitdiffstats
path: root/conf/checksums.ini
AgeCommit message (Collapse)Author
2007-09-02conf/checksums.ini: Add md5,sha256 sums for QtopiaCore 4.3.1Holger Freyther
2007-08-23mono-1.2.5pre5: add mono 1.2.5pre5Cliff Brake
first version that runs on ARM EABI without floating point problems. Still needs a lot of packaging work.
2007-07-17checksums.ini: Remove dup entries for perl 5.8.4, 5.8.7.Paul Sokolovsky
2007-06-20packages/memedit: Add memedit 0.7 a readline based tool like devmem2 but ↵Stefan Schmidt
more convient
2007-06-17packages/simh: added a The Computer History Simulation Project package.Michael Krelin
it's nice to have the power of pdp-11 in your pocket, isn't it?
2007-06-16conf/checksums.ini: checksums for intltool-0.35.5Michael Krelin
2007-06-14checksums.ini: correct entries and update URI for three tomoe tar filesRolf Leggewie
2007-06-03conf/checksums.ini: added checksum for qt 4.3.0Michael Krelin
2007-05-31tree: a new .bb for tree recursive listerMichael Krelin
2007-05-24packages/libiconv: Battle libiconv to not use a rpath (and fix the uclibc build)Holger Freyther
-Update libiconv to 1.11 (the latest) -We do not package the LD_PRELOADable libiconv stub -Try hard to disable the rpath issue and. --disable-rpath doesn't disable the roath --disable-rpath=no (wasn't tested and if it works....) --enable-relocatable says to imply --disable-rpath but that doesn't work. Also the files can't be regenerated as the Makefile.am doesn't exist and people patch the Makefile.in. As a last resort fail back to some GNU sed to patch *-libtool to make sure that hardcoding of rpaths will fail!
2007-05-20conf/checksums.ini : Fix boost-asio checksumsStelios Koroneos
2007-05-19packages/libmrss: Update to mrss 0.17.2Holger Freyther
- Drop the atom-right-date.patch as this was applied upstream - Add a new method that helps the OpenMoko RSS Reader to cache feeds. - Update the checksum, the diff of 0.17.1 to 0.17.2 looked sane
2007-05-15conf/checksums.ini: Add my icu sumsHolger Freyther
2007-05-13checksums.ini: Replace faulty checksums for unismall. Rolf Leggewie
Both http://sourceforge.jp/projects/zaurus-ja/files/?release_id=778#778 and http://web.archive.org/web/20041220223433/http://sourceforge.jp/projects/zaurus-ja/files/#778 agree with the checksum that I received. There must have been some kind of error in the file that hrw received in his original download.
2007-05-12checksums.ini: fis.c is fetched from svn, so don't checksum itKoen Kooi
2007-05-10packages/gperf: Add GNU perfect hash generator. This is needed for WebKitHolger Freyther
Add GNU gperf. The acinclude.m4 is a copy of the original aclocal.m4. The checksum was generated on a verified binary. I decided to trust the signature as it was signed by Daniel Jacobowitz.
2007-05-10packages/{qmake,uicmoc}: Update qmake and uic/moc from Qt4.1.2 to 4.2.3Holger Freyther
Version 4.2 is needed to compile the WebKit/Gdk port. Update the checksums.ini containing the md5/shasum of my download. Install qmake as qmake2 and qmake-qt4 to follow the debian naming of this binary.
2007-05-10checksums.ini: remove gaim patches fetched from cvswebMarcin Juszkiewicz
2007-05-10checksums.ini: remove xfce m4 macros fetched from svnwebMarcin Juszkiewicz
2007-05-09conf/checksums.ini: added checksums for subversion 1.4.3 tarballMichael Krelin
2007-04-30checksums: remove xorg checksum till we find out which is the right oneKoen Kooi
2007-04-27checksums.ini: correct js and xorg checksumsKoen Kooi
2007-04-15checksums.ini: added result of 'bittest chksum_checker' run on CELF source ↵Marcin Juszkiewicz
mirror 1 file changed, 11953 insertions(+) Thx goes to: - Holger 'zecke' Freyther for writing BitTest and chksum_checker - CELF for providing machine for their source mirror which was used for test
2007-04-07packages/libmrss: Move to 0.17.1 and drop all patchesHolger Freyther
The patches were applied upstream, move to the new version and update the checksums.
2007-04-01pckages/{libmrss|libnxml}: Remove the md5sum and add md5sum/shasum to the ↵Holger Freyther
config file
2007-04-01conf/checksums.ini: Remove the PN/PV from the section and only use the SRC_URIHolger Freyther
2007-03-31classes/base.bbclass: Make the checksum code work and test it with file-nativeHolger Freyther
conf/checksums.ini: Provide an example on how this can be used
2007-03-31classes/base.bbclass: Add checksum.py code to verify md5/sha256 sums on do_fetchHolger Freyther
This code uses the checksum.py from contrib/qa/checksum to verify md5sum and sha256 on do_fetch task. This code would even allow to checksum certain local patches.