about summary refs log tree commit diff
path: root/pkgs/development/libraries/java/smack
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
2021-11-30pkgs/development: rename name to pname&versionFelix Buehler1-4/+5
2021-11-16smack: remove builder.shFelix Buehler2-8/+11
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-17pkgs/development/libraries: add missing descriptions and homepagesChristine Koppelt1-0/+2
(#73312)
2018-08-04smack: add licensePascal Wittmann1-0/+1
see issue #43716
2017-01-05smack: 3.4.1 -> 4.1.9, fixe CVE-2016-10027Franz Pletz2-5/+5
cc #21642
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2015-02-28smack: bump to version 3.4.1Sander van der Burg2-6/+7
2012-01-27svn merge ^/nixpkgs/trunkYury G. Kudryashov1-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=31878
2012-01-26Upgraded smack library to version 3.2.1Sander van der Burg1-3/+3
svn path=/nixpkgs/trunk/; revision=31865
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-11-02Downgraded smack to 3.0.4. It seems that 3.1.0 contains some annoying bugsSander van der Burg1-3/+3
svn path=/nixpkgs/trunk/; revision=18071
2009-10-19Upgraded smack library to 3.1.0Sander van der Burg1-3/+3
svn path=/nixpkgs/trunk/; revision=17885
2008-02-26Added smack librarySander van der Burg2-0/+17
svn path=/nixpkgs/trunk/; revision=10857