[gobolinux-devel] [ANNOUNCE] Scripts 2.9.4, Compile 1.11.2
Christian Holzberger
ch at mosaik-software.de
Sat Aug 2 05:48:59 NZST 2008
hi, just a note, news on gobolinux.org aren't updated yet...
On Thu, 2008-07-31 at 13:26 +1200, Michael Homer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
> We are pleased to announce new releases of both Scripts and Compile.
> These are principally bugfix releases. There are also improvements to
> ContributeRecipe and RecipeLint to warn at an earlier stage about non-
> standard recipes, and extra validation for packages to avoid a
> potential security flaw.
>
> These new versions are available via `InstallPackage Scripts 2.9.4` and
> `InstallPackage Compile 1.11.2`.
>
> The full changelog follows at the end of this message.
> - -Michael
>
> ChangeLog:
> Scripts 2.9.4:
> 2008-07-05 23:40 mwh
>
> * bin/CheckDependencies: Fix dependencyless useflags and
> versionless useflags in dependency interpretation.
>
> 2008-07-05 23:56 mwh
>
> * bin/CheckDependencies: Fix ConvertRecipeToBinary for new rule
> format. Closes #356.
>
> 2008-07-06 02:14 mwh
>
> * bin/CheckDependencies: Flags in Dependencies are comma-separated,
> not whitespace-separated
>
> 2008-07-06 13:03 mohjive
>
> * bin/InstallPackage: Pass on --no-link and --keep to subcalls of
> InstallPackage for dependencies.
>
> 2008-07-10 18:04 lode
>
> * bin/UnionSandbox: Make sure directory is cleaned up properly when
> program dies with a signal trap.
>
> 2008-07-11 14:37 hisham
>
> * Functions/File: Add the full path to the FileHash file entries.
> If they are tampered with, FileHash.sig will alert.
>
> 2008-07-12 20:01 mohjive
>
> * src/FindDependencies.c: If the version outside of the range has
> NOT_EQUAL as operator, it's ok, just skip it
>
> 2008-07-14 10:14 mohjive
>
> * src/FindDependencies.c: removing stray bracet
>
> 2008-07-14 10:20 mohjive
>
> * src/FindDependencies.c: FindDependencies doesn't support use
> flags just yet, but we have to take care of it
>
> 2008-07-25 07:41 mohjive
>
> * ., Data/CommandNotFound.data: r418 at Hermes: jonas | 2008-07-25
> 09:42:56 +0200
> Adding entries for XDG-Utils
>
> 2008-07-28 20:30 mohjive
>
> * bin/InstallPackage, bin/SignProgram, bin/VerifyProgram: Put
> package name and version in a meta file and verify it and
> revision at install
>
> 2008-07-29 17:12 mohjive
>
> * Functions/File: Reverting adding full paths to filehash as we
> have other ways of checking correct name and version now
>
> 2008-07-29 20:01 mohjive
>
> * Makefile: Clean up the makefile a bit
>
> 2008-07-29 20:36 mohjive
>
> * bin/InstallPackage: only warn if we have a revision.
>
> 2008-07-30 01:14 mwh
>
> * bin/SignProgram: Wrap Resources/MetaData access in $sudo_exec
>
> 2008-07-31 00:28 mohjive
>
> * bin/CreateRootlessEnvironment: Update version.
>
> Compile 1.11.2:
> 2008-07-02 11:46 mohjive
>
> * bin/Compile: Pass --configure-options to members of meta recipes.
> Solving bug #332
>
> 2008-07-05 16:27 mohjive
>
> * ., bin/GetRecipe: r393 at Hermes: jonas | 2008-07-05 18:24:26 +0200
> Catch errors from wget
>
> 2008-07-06 00:23 mohjive
>
> * ., bin/RecipeLint: r395 at Hermes: jonas | 2008-07-06 02:20:17 +0200
> Adding cell arch to RecipeLint
>
> 2008-07-06 20:50 mohjive
>
> * bin/Compile: Fix spelling error of variable references
>
> 2008-07-08 13:54 mohjive
>
> * bin/Compile: Wrap chmod in $sudo_exec if first try fails
>
> 2008-07-08 15:12 mohjive
>
> * bin/NewVersion: Add Hg to scm types
>
> 2008-07-08 15:13 mohjive
>
> * bin/Compile: Make Compile smarter with versioned scm recipes.
>
> 2008-07-10 08:50 mohjive
>
> * bin/Compile: Do not run hooks from recipe when doing safe linking
>
> 2008-07-12 09:29 mohjive
>
> * bin/Compile: [U]se the directory if called with "no-web"
>
> 2008-07-13 08:56 mwh
>
> * bin/Compile: Move useflag hook execution up above the buildmerged
> and installmerged array creation, so that any variable updates
> are included in those.
>
> 2008-07-17 01:06 mwh
>
> * bin/RecipeLint: RecipeLint should give an error on file_size=0
> (probably indicating a cancelled fetch in MakeRecipe/NewVersion)
>
> 2008-07-17 01:15 mwh
>
> * bin/ContributeRecipe: Force contributed recipes to pass
> RecipeLint.
>
> 2008-07-17 01:20 mwh
>
> * bin/ContributeRecipe: Give list of versions available in
> LocalRecipes when ambiguous in the error message.
>
> 2008-07-17 01:25 mwh
>
> * bin/ContributeRecipe: Also refuse to submit Description-less
> recipes
>
> 2008-07-17 01:41 mwh
>
> * bin/RecipeLint: Complain about versionless "GPL" in License
> field.
>
> 2008-07-19 08:02 mwh
>
> * bin/RecipeLint: Make GPL check case-insensitive
>
> 2008-07-23 16:58 mohjive
>
> * bin/PackRecipe: Adding another variant of GNU GPL2
>
> 2008-07-26 15:51 mohjive
>
> * bin/Compile: We need to mark environment=() variables to export
> them
>
> 2008-07-28 00:52 mohjive
>
> * bin/RecipeLint: We have to unset there variables each loop, so we
> start fresh for each arch
>
> 2008-07-29 20:14 mohjive
>
> * Makefile: Srtting up the Compile Makefile the same way as Scripts
> Makefile
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.3 (GNU/Linux)
>
> iD8DBQFIkRPytjw6l4s6SlsRAp9aAKCxZkIqHO2Ad0gA6q/K+mRV5RkG6wCfW9BE
> mF3bH/pk9JuGRBhNnq4lZ0c=
> =BmMx
> -----END PGP SIGNATURE-----
> _______________________________________________
> gobolinux-devel mailing list
> gobolinux-devel at lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
--
MOSAIK Software - Christian Holzberger
Web: http://www.mosaik-software.de
More information about the gobolinux-devel
mailing list