FreeBSD Bugzilla – Attachment 57840 Details for
Bug 87241
Update of sysutils/ntfsprogs to version 1.12.1 [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.40 KB, created by
Callum Gibson
on 2005-10-11 08:10:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Callum Gibson
Created:
2005-10-11 08:10:13 UTC
Size:
2.40 KB
patch
obsolete
>diff -ruw sysutils/ntfsprogs/Makefile /usr/ports/sysutils/ntfsprogs/Makefile >--- sysutils/ntfsprogs/Makefile Mon Oct 10 17:12:18 2005 >+++ /usr/ports/sysutils/ntfsprogs/Makefile Tue Oct 11 16:25:21 2005 >@@ -6,8 +6,8 @@ > # > > PORTNAME= ntfsprogs >-PORTVERSION= 1.9.4 >-PORTREVISION= 2 >+PORTVERSION= 1.12.1 >+PORTREVISION= 0 > CATEGORIES= sysutils > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= linux-ntfs >diff -ruw sysutils/ntfsprogs/distinfo /usr/ports/sysutils/ntfsprogs/distinfo >--- sysutils/ntfsprogs/distinfo Wed Apr 13 15:07:54 2005 >+++ /usr/ports/sysutils/ntfsprogs/distinfo Tue Oct 11 16:25:01 2005 >@@ -1,2 +1,2 @@ >-MD5 (ntfsprogs-1.9.4.tar.gz) = 6fb6465e75582fc70d50966a08dd3ec1 >-SIZE (ntfsprogs-1.9.4.tar.gz) = 701154 >+MD5 (ntfsprogs-1.12.1.tar.gz) = 607b86d45ab65cf9db2255669545006e >+SIZE (ntfsprogs-1.12.1.tar.gz) = 801124 >diff -ruw sysutils/ntfsprogs/files/patch-512b_blocks /usr/ports/sysutils/ntfsprogs/files/patch-512b_blocks >--- sysutils/ntfsprogs/files/patch-512b_blocks Wed Jul 27 21:30:19 2005 >+++ /usr/ports/sysutils/ntfsprogs/files/patch-512b_blocks Tue Oct 11 16:28:16 2005 >@@ -68,16 +68,17 @@ > return 0; > return -1; > } >---- ntfsprogs/ntfsresize.c Sat Sep 4 13:16:32 2004 >-+++ ntfsprogs/ntfsresize.c Tue Jul 12 01:15:30 2005 >-@@ -1783,6 +1783,10 @@ >+--- ntfsprogs/ntfsresize.c Fri Oct 7 23:57:31 2005 >++++ ntfsprogs/ntfsresize.c Tue Oct 11 13:35:09 2005 >+@@ -1971,6 +1971,11 @@ >+ err_exit("Resident attribute in $Bitmap isn't supported!\n"); > >- nr_clusters = resize->new_volume_size; >- bm_bsize = nr_clusters_to_bitmap_byte_size(nr_clusters); >+ bm_bsize = nr_clusters_to_bitmap_byte_size(resize->new_volume_size); > + if(bm_bsize % 512 != 0) { >-+ Dprintf("adjusted bm_bsize: %lld->%lld\n", bm_bsize, (bm_bsize + 511) / 512 * 512); >++ s64 old_bm_bsize = bm_bsize; > + bm_bsize = (bm_bsize + 511) / 512 * 512; >++ Dprintf("adjusted bm_bsize: %lld->%lld\n", old_bm_bsize, bm_bsize); > + } > nr_bm_clusters = rounded_up_division(bm_bsize, vol->cluster_size); > >- if (!(tmp = (u8 *)realloc(resize->lcn_bitmap.bm, bm_bsize))) >+ if (resize->shrink) { >diff -ruw sysutils/ntfsprogs/pkg-plist /usr/ports/sysutils/ntfsprogs/pkg-plist >--- sysutils/ntfsprogs/pkg-plist Mon Oct 10 17:12:18 2005 >+++ /usr/ports/sysutils/ntfsprogs/pkg-plist Tue Oct 11 16:42:42 2005 >@@ -32,7 +32,7 @@ > lib/libntfs.a > lib/libntfs.la > lib/libntfs.so >-lib/libntfs.so.6 >+lib/libntfs.so.8 > sbin/mkntfs > sbin/ntfsclone > sbin/ntfslabel
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87241
: 57840