diff options
author | mandree <mandree@FreeBSD.org> | 2012-04-07 00:48:24 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-04-07 00:48:24 +0800 |
commit | 3b60894321be64d5718c2b85529ab25d020848f3 (patch) | |
tree | 313bb3b0d68d1d225f2cf95c35c60dcdb1e8d394 /sysutils/busybox | |
parent | 611f2e90f633e7696e6ebf12f21b9b39e599602c (diff) | |
download | freebsd-ports-gnome-3b60894321be64d5718c2b85529ab25d020848f3.tar.gz freebsd-ports-gnome-3b60894321be64d5718c2b85529ab25d020848f3.tar.zst freebsd-ports-gnome-3b60894321be64d5718c2b85529ab25d020848f3.zip |
Bugfix update. 1.19.4 has fixes for
getty (build fix for systems without CBAUD),
mdev (error in mdev.seq handling if sequence number is >999),
modinfo (made it select PLATFORM_LINUX),
wget (fixed use-after-free on redirect).
Feature safe: yes
Diffstat (limited to 'sysutils/busybox')
-rw-r--r-- | sysutils/busybox/Makefile | 2 | ||||
-rw-r--r-- | sysutils/busybox/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 9daa59a0111f..6560bd7c00e3 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= busybox -PORTVERSION= 1.19.3 +PORTVERSION= 1.19.4 CATEGORIES= sysutils misc shells MASTER_SITES= http://www.busybox.net/downloads/ diff --git a/sysutils/busybox/distinfo b/sysutils/busybox/distinfo index fea3ed062a6d..f0b364270ca2 100644 --- a/sysutils/busybox/distinfo +++ b/sysutils/busybox/distinfo @@ -1,2 +1,2 @@ -SHA256 (busybox-1.19.3.tar.bz2) = a1a9a35732c719ef384f02b6e357c324d8be25bc154af91a48c4264b1e6038f0 -SIZE (busybox-1.19.3.tar.bz2) = 2167188 +SHA256 (busybox-1.19.4.tar.bz2) = 9b853406da61ffb59eb488495fe99cbb7fb3dd29a31307fcfa9cf070543710ee +SIZE (busybox-1.19.4.tar.bz2) = 2167516 |