diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2019-04-05 17:01:56 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2019-04-05 17:01:56 +0200 |
commit | 60fd5b8a20ec6bddab49f640f48afc8f2eba5991 (patch) | |
tree | e1e1def4cbc7ceb514d21639bb63a950f5a9c9ab /binutils | |
parent | 2e967a8b4c262dfcfe73555a81e4a83f536d6574 (diff) | |
download | core-60fd5b8a20ec6bddab49f640f48afc8f2eba5991.tar.gz core-60fd5b8a20ec6bddab49f640f48afc8f2eba5991.tar.xz |
binutils: updated to 2.32
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/.footprint | 9 | ||||
-rw-r--r-- | binutils/.signature | 8 | ||||
-rw-r--r-- | binutils/Pkgfile | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/binutils/.footprint b/binutils/.footprint index c68032d2..3087f38b 100644 --- a/binutils/.footprint +++ b/binutils/.footprint @@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/ansidecl.h -rw-r--r-- root/root usr/include/bfd.h +-rw-r--r-- root/root usr/include/bfd_stdint.h -rw-r--r-- root/root usr/include/bfdlink.h -rw-r--r-- root/root usr/include/diagnostics.h -rw-r--r-- root/root usr/include/dis-asm.h @@ -174,15 +175,15 @@ drwxr-xr-x root/root usr/lib/ldscripts/ -rw-r--r-- root/root usr/lib/ldscripts/elf_x86_64.xu -rw-r--r-- root/root usr/lib/ldscripts/elf_x86_64.xw -rw-r--r-- root/root usr/lib/ldscripts/elf_x86_64.xwe --rwxr-xr-x root/root usr/lib/libbfd-2.31.1.so +-rwxr-xr-x root/root usr/lib/libbfd-2.32.so -rw-r--r-- root/root usr/lib/libbfd.a -rwxr-xr-x root/root usr/lib/libbfd.la -lrwxrwxrwx root/root usr/lib/libbfd.so -> libbfd-2.31.1.so +lrwxrwxrwx root/root usr/lib/libbfd.so -> libbfd-2.32.so -rw-r--r-- root/root usr/lib/libiberty.a --rwxr-xr-x root/root usr/lib/libopcodes-2.31.1.so +-rwxr-xr-x root/root usr/lib/libopcodes-2.32.so -rw-r--r-- root/root usr/lib/libopcodes.a -rwxr-xr-x root/root usr/lib/libopcodes.la -lrwxrwxrwx root/root usr/lib/libopcodes.so -> libopcodes-2.31.1.so +lrwxrwxrwx root/root usr/lib/libopcodes.so -> libopcodes-2.32.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ diff --git a/binutils/.signature b/binutils/.signature index 10a0474b..da0cc7de 100644 --- a/binutils/.signature +++ b/binutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqjuLfh2Gfk2+WUAHK9QOKZLJ5ZjnpYWUvEfcsH3z9LBS/5a59eK+isF2UkanAPBmzfffKbUVeLKxOize5+0JCA4= -SHA256 (Pkgfile) = 992a2acb5e719d3c1251c300b35c1e69505a39b455573d20d3ae027f39274da2 -SHA256 (.footprint) = 61948d207ff5092441656f6dc63dd33f71240abd5f0667b9cd6c8a0be764beec -SHA256 (binutils-2.31.1.tar.xz) = 5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86 +RWRJc1FUaeVeqhpA5vwFx30Y1dC820m7OUdYaRiokYX3kigrRBbaLr+6jO83Q1oNQAjddp7LQpEeDrwOPGBGWPhBsOwwm8Dnjgg= +SHA256 (Pkgfile) = 0b05bcc719ae7a731e179e0c4cba869e8a4e3f292eeb2224861fd32c478e291b +SHA256 (.footprint) = 542995a28e70513185457339fc131174633e5507f334504e5bf18c1b5b262f59 +SHA256 (binutils-2.32.tar.xz) = 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04 diff --git a/binutils/Pkgfile b/binutils/Pkgfile index 3692554a..ff2a64c2 100644 --- a/binutils/Pkgfile +++ b/binutils/Pkgfile @@ -4,7 +4,7 @@ # Depends on: zlib flex name=binutils -version=2.31.1 +version=2.32 release=1 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) |