Jump to content


Photo

updated recipes packages

patch

  • Please log in to reply
23 replies to this topic

#1 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 21 April 2012 - 21:47

I don't know if it's more useful to open a new thread for every single updated package-patch.
Therefore I will put my patches in this thread here.

If someone doesn't likes this, just post.

-----------------

The attached package will correct package djmount.
The present package stops working while do_configure,
because the updated autoreconf tools doesn't like the config files in djmount.

The old autoreconf tools doesn't matter about this and worked on.

Attached Files



Re: updated recipes packages #2 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 22 April 2012 - 20:43

Security patch

At the moment openPLi uses binutils 2.21 for compiling the distro.
The original download file has been deleted by the programers because of a notable security hole.
Therefore the version 2.21.1a has been released, which is the safe version.

The attached patch builds up the files for 2.21.1a and deletes the files for 2.21.
Although I have tested the patch, it should be very useful if someone can acknowledge, too,
before it goes into server-git.

Attached Files



Re: updated recipes packages #3 mirakels

  • Forum Moderator
    PLi® Core member
  • 7,598 posts

+62
Good

Posted 22 April 2012 - 21:25

Security patch

At the moment openPLi uses binutils 2.21 for compiling the distro.

The attached patch builds up the files for 2.21.1a and deletes the files for 2.21.
Although I have tested the patch, it should be very useful if someone can acknowledge, too,
before it goes into server-git.


Any reason not going to 2.22 right now?
Can you test that and prepare a patch for that?
Geen wonder... Had slechts een dm7000, maar wel ook een rotor. eigenlijk al een tijdje ook een dm600 en dm7025. Maar nu kijkend met een et9000 en vuduo

Re: updated recipes packages #4 mirakels

  • Forum Moderator
    PLi® Core member
  • 7,598 posts

+62
Good

Posted 22 April 2012 - 21:29

The attached package will correct package djmount.


pushed
Geen wonder... Had slechts een dm7000, maar wel ook een rotor. eigenlijk al een tijdje ook een dm600 en dm7025. Maar nu kijkend met een et9000 en vuduo

Re: updated recipes packages #5 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 22 April 2012 - 21:51

Any reason not going to 2.22 right now?
Can you test that and prepare a patch for that?


I have tried the patch for 2.22 today, but there is something changed with the linker "ld".
Some packages causes compile/linker errors.

I am working on it :)


by the way: maybe we should delete some very old packages of binutils, which waste the repo ;)

Re: updated recipes packages #6 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 23 April 2012 - 23:09

Binutils 2.22 - Patch

This patch includes the latest binutils package version 2.22 and consists of three parts

Patch 0008_1 - includes the files for binutils and updates the distro to use them (sane-toolchain.inc).
Patch 0008_2 - corrects the pciutils package to be build with the new linker from binutils and updates to version 3.1.9

The third patch is for the enigma-git and corrects the Makefile in path 'main', which is faulty with the new linker, too.


I would prefer, if someone can test it and give some feedback.

Attached Files



Re: updated recipes packages #7 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 26 April 2012 - 07:51

Please push this patch for opkg-utils #14

This corrects the new download source.

Re: updated recipes packages #8 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 8 May 2012 - 17:21

The enclosed patch fixes issues in djmount-package.

It will correct:
* runtime dependency to fuse-utils
* checking for build-in fuse service in kernel in start sequence
* correct stop sequence while removing package with opkg remove


More details in patch description

Attached Files



Re: updated recipes packages #9 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 8 May 2012 - 19:34

FUSE version 2.9.0

The attached patch integrates a FUSE package for version 2.9.0.

Maybe this heals the problems with present kernel ;)

Attached Files



Re: updated recipes packages #10 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 8 May 2012 - 22:07

The enclosed patch fixes issues in djmount-package.

It will correct:
* runtime dependency to fuse-utils
* checking for build-in fuse service in kernel in start sequence
* correct stop sequence while removing package with opkg remove


More details in patch description


I've added the -q option to modprobe some time ago, to silence modprobe in case fuse was built into the kernel.
This works great, and I believe it's cheaper than grepping /proc/filesystems.

Re: updated recipes packages #11 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 8 May 2012 - 23:20

So here is the patch without the modprobe changes.

Attached Files



Re: updated recipes packages #12 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 8 May 2012 - 23:25

thx, applied

Re: updated recipes packages #13 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 9 May 2012 - 21:54

AVAHI update 0.6.31

This patch updates avahi to version 0.6.31 and gives more compatibility in OSX LION environments.
It also includes a config file for http.service as default.

Attached Files



Re: updated recipes packages #14 lolly

  • Senior Member
  • 60 posts

+4
Neutral

Posted 10 May 2012 - 13:56

AVAHI update 0.6.31 worked not for me.

libdeamon 0.14 was needed.

This patch update libdeamon from 0.13 to 0.14 an the build runs completly by me.

Attached Files



Re: updated recipes packages #15 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 10 May 2012 - 16:26

Sorry, Yes You are right. Forgot this in my local git :(
I did the patch some time ago and tested it a long time, therefore I did not recognize the dependency yesterday

libdaemon 0.14 is needed

Edited by mrk72, 10 May 2012 - 16:30.


Re: updated recipes packages #16 lolly

  • Senior Member
  • 60 posts

+4
Neutral

Posted 10 May 2012 - 16:32

No Problem :)

We're a community that helps itself ;)

Re: updated recipes packages #17 lolly

  • Senior Member
  • 60 posts

+4
Neutral

Posted 10 May 2012 - 18:38

I have start a completly new build and will fix some wrong SRC_URIs

I hope it's okay if I attach the patches here. Or should I make new Thread?

Attached Files


Edited by lolly, 10 May 2012 - 18:38.


Re: updated recipes packages #18 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 10 May 2012 - 19:04

I don't mind. It's open source ;)

Re: updated recipes packages #19 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 10 May 2012 - 20:55

thx, pushed them

Re: updated recipes packages #20 mrk72

  • Member
  • 39 posts

+10
Neutral

Posted 13 May 2012 - 22:02

This patches introduces samba 3.6.5 and cifs-utils

Samba 3.6 is the first version, which provides SMB2 protocol used in vista/win 7.
mount.cifs is no longer part of samba, therefore I created the new packages cifs-utils.

The new samba and cifs-utils conflicts with the old package cifs.
So cifs has to be deleted before updating samba or installing cifs-utils.


Patch No. 15 sets the openPLi config to the new packages.

by the way, this version is a security patch, too!



Also tagged with one or more of these keywords: patch

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users